Saturday, July 16, 2005

First Impressions of Ruby on Rails

Lately I have heard a lot of buzz about ruby on rails. It is used by basecamp, the project management system that I like, and I have heard it mentioned by Martin Fowler and on slashdot.

First there is the ruby language. According to the Ruby Users Guide, it is "an interpreted scripting language for quick and easy object-oriented programming." "Rails" is the web framework portion.

After watching this intro video I can see that scaffolding is a piece that genreates quite a lot of web code for you. It appears that it breaks things into the MVC pattern.