Ruby on Rails Resources
Ruby is a Japanese object-oriented scripting language that is meant to make programming fun. Ruby on Rails is a web programming framework built on Ruby, but strongly influenced by the rapid development of PHP and the organization and rigor (and testing) of J2EE. It uses Model-View-Controller framework and encourages separate development, testing and production environments. It even builds unit-testing stubs automatically.
-
Introductions
- ONLamp.com: What Is Ruby on Rails
- Rails Myths – by David Heinemeier Hansson, the creator of Ruby on Rails
- Tutorials
-
Documentation
- Just about everyone’s documentation is outdated. So if you want to stay up-to-date with Rails documentation, it’s recommended that you read the edge documentation at http://caboo.se/. Taken from Jose Hales-Garcia email to rails@lists.ucla.edu 8-2-06
- RailsBrain: Fast, Ajax Powered Rails Documentation
- Apple has published some good articles covering Rails development
- UCLA Resources