On Ruby Inside: Engine Yard Takes $15 Million - A major validation of the Rails hosting space.
Tweet This Post
Infoworld has reviewed 9 different Ruby on Rails IDEs and editors.
Tweet This Post
Ryan Daigle notes that ActiveRecord's validates_length_of validator now accepts a "tokenizer" block to implement custom length validators. Sounds confusing, but is actually rather useful.
Tweet This Post
The Ubuntu Server team are looking for help and advice regarding improving the Ruby on Rails experience for the next Ubuntu release. If you have opinions regarding Rails deployment, this is the time to share them.
Tweet This Post
The developers of Insoshi, an open source social networking system, wrote about how they upgraded the source to work with Rails 2.1. Even if you don't use Insoshi, it's a useful article to check out regarding upgrading projects to Rails 2.1,…
Josh Symonds explains "pretty blocks" in Rails 2.1, how to use them, and how to define your own.
Tweet This Post
Patrick McKenzie discovered, the hard way, that serialized columns are not updated on save with Rails 2.1 since amended hashes are not seen as "dirty." He presents some workarounds.
Tweet This Post
Ben Curtis demonstrates RESTful Searching in Rails.
Tweet This Post
Noel Rapping demonstrates more named scope awesomeness, namely using named scopes to chain together find conditions.
Tweet This Post