Ruby on Rails v1.1 is now released.
Some major features include
- RJS - Generate Javascript client code with Ruby!
- Major upgrades to ActiveRecord such as bottomless eager loading, polymorphic associations, join models, to_xml, calculations, and database adapters for Sybase and OpenBase
- New respond_to feature of Action Controller that makes it much easier to launch your application with both Ajax, non-Ajax, and API access through the same actions
- 500+ other changes
Scott Raymond has a What’s New in Rails 1.1 page he’s been maintaining.
Go get it! gem install rails --include-dependencies



