Did you mean
Ruby on Rails (29 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Ruby on Rails on Oracle: A Simple Tutorial
- Ruby on Rails is the new application framework that seems to be taking the Web development community, in particular J2EE and PHP programmers, by storm. Rails is a capable Web application platform and has, in less than few years, gained significant traction among J2EE and PHP programmers. However, Rails has...
- White papers 2006-04-01
- RAD That Ain't Bad: Domain-Driven Development With Trails
- Rails is a framework using the Ruby language that allows one to create database-driven web applications in a fraction of the time it would normally take. This paper will focus on how one can do Rails-esque "Rapid application development the right way" in Java. The fruit of the effort is...
- White papers 2005-06-23
Additional Resources
- Build a Wiki System With Rails
- The Ruby language and the Ruby on Rails Rails for short web application framework have created a lot of buzz in the software programming industry and for good reason. While Ruby has been around for more than a decade, the Rails framework is relatively new but it is becoming a...
- White papers 2007-04-04
- Ruby Cookbook - Web Development: Ruby on Rails
- Ruby on Rails is unquestionably Ruby's killer app. It can take a lot of credit for lifting Ruby from obscurity outside its native Japan. No other programming language can boast a simple web application framework that also has almost all of that language's developer mindshare. This paper demonstrates the principles...
- Book chapters 2006-07-01
- Ruby on Rails: Everyone's Talking About It - Are You?
- Ruby on Rails, often referred to as Rails, is an open source web project that couples the Ruby programming language with the Rails web application framework. It is ideally suited for creating customer-facing web applications and its growing popularity is due to its ability to speed development while enriching user...
- White papers 2008-01-01
- Guide to Ruby on Rails Migrations
- Developers are flocking to Ruby on Rails at an incredible pace. There's a great reason for this migration: Rails provides a robust framework built on one of the most flexible languages ever conceived. One of the tricks in the Rails bag is the concept of "Migrations." Migrations provide an excellent...
- White papers 2007-06-01
- Ruby on Rails 2.0 released
- The second version of the popular Web applications framework Ruby on Rails has been released. An excerpt from InfoWorld: In the security space, Rails 2.0 makes it easier to protect against phishing, with provisions to guard against CRSF (cross-site request forgery) intrusions. Safeguards against XSF...
- Blog posts 2007-12-11
- Rails Powered by the GlassFish Application Server
- This paper introduces JRuby, JRuby on Rails, and the GlassFish application server. It presents a traditional Ruby-on-Rails application deployment, describes an alternative using the GlassFish application server, and explains the various options for deploying JRuby applications on GlassFish. Many developers see the GlassFish application server as the superior solution for...
- White papers 2008-03-01
- RubyStack (exe)
- An installer that greatly simplifies the installation of Ruby on Rails and its runtime dependencies. Ruby on Rails is a full-stack MVC framework for database-backed Web applications that is optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration. BitNami RubyStack application...
- Software downloads 2008-01-16
- Ruby on Rails
- Ruby on Rails is a full stack web application framework. It is written in the Ruby programming language. There is growing community since 2004. It is Open source and free.
- Presentations 2006-03-01
- More on Ruby on Rails and its momentum
- I mentioned Ruby earlier this week, now eWEEK has a new article on the adoption of Ruby on Rails and the momentum that RoR is building. by Jason Hiner
- Blog posts 2005-11-02
- Tips for Optimizing Rails on Oracle
- Using the Ruby on Rails framework it is relatively easy to develop complex systems that are backed by an Oracle database, but this ease doesn't exempt the developer from the need to optimize the data model and the code that manipulates it. This paper is for developers working with Ruby...
- White papers 2007-05-01
- Add Ajax support to your Web application with Rails
- Since 2005, Rails has become a serious and popular alternative to traditional Web development environments such as Java and .NET. It offers developers who want to write professional-grade applications a full-stack, open-source Web framework, with integrated support for unit, functional, and integration testing. It enforces good design principles,...
- Book chapters 2007-03-13
- Ruby on Rails: Building Web Applications Is Fun Again!
- Ruby on Rails is a web application framework written in Ruby. Ruby is an object Oriented scripting language. It is a Model-view-controller, database agnostic, open source.
- Presentations
- Easy Integration: From XML to the Datastore Without the Mess
- XML has become the world's de facto data exchange format, and Ruby on Rails is a full participant in that framework. Using a combination of the XML::Mapping Ruby gem and the ActiveRecord component of Rails without all the other heavy components, one can parse an XML document, map it to...
- White papers 2007-06-01
- Ajax on Rails: Introducing script.aculo.us
- This paper discusses about script.aculo.us, and the Rails helpers that use it. script.aculo.us provides eye-catching visual effects and transitions and powerful drag-and-drop elements. The relationship between Prototype and script.aculo.us is close. They're both developed in concert with Rails, and they share very similar coding styles and APIs. In fact, some...
- Book chapters 2006-12-01
- Dynamically Generate a Selection List in a Rails Template
- This hack creates a select element from server-side data using a Ruby on Rails application. Unlike the typical manner in which a web widget is generated in a web page, the user chooses the content for the pop-up, and then the pop-up appears out of the blue, without anything else...
- Book chapters 2006-03-01
- Ruby Slippers Over the Rainbow
- I've been learning the Ruby programming language lately thanks to a recommendation from apotheon, and I have to say I am impressed. A truly powerful and concise (right, apotheon) language it is. I've blogged about it and created some example code that demonstrates many of the features:http://www.chipstips.com/microblog/index.php?comment=21Next I...
- Discussion threads 2006-01-19
- Use Ruby on Rails to create a social networking Web site with full community searching and browsing functionality
- Ruby on Rails is fast displacing PHP, ASP, and J2EE as programmers' development framework of choice, thanks to its elegant design and emphasis on practical results. Learn how to build large-scale projects with Rails by developing a real-world application: a social networking Web site like MySpace, Facebook, or...
- Book chapters 2007-10-19
- Rails Cookbook: Action Controller
- In the Rails architecture, Action Controller receives incoming requests and hands off each request to a particular action. Action Controller is tightly integrated with Action View; together they form Action Pack. Action Controllers, or just "Controllers," are classes that inherit from ActionController::Base. These classes define the application's business logic. A...
- Book chapters 2007-01-01
- << Previous
- page 1 of 1
- Next >>