Modularized Association Methods in Rails 3.2
Happy Friday! It's Rails 3.2 day! The official release announcement mentions a few of the big changes, but I'd like to take a moment to highlight a relatively small change I was responsible for, one that I hope may make your life a little easier.
From...
Rails 3.2.0.rc2 has been released!
Hi everyone,
Rails 3.2.0.rc2 has been released!
What to update in your apps
Update your Gemfile to depend on rails ~> 3.2.0.rc2
Update your Gemfile to depend on sass-rails ~> 3.2.3
Start moving any remaining Rails 2.3-style vendor/plug...
Rails 3.1.1 has been released!
Hi everyone,
Rails 3.1.1 has been released. This release requires at least sass-rails 3.1.4
CHANGES
ActionMailer
No changes
ActionPack
stylesheetlinktag('/stylesheets/application') and similar helpers doesn't
throw Sprockets::File...
[ANN] Rails 3.1.1.rc3
Hi everyone,
Rails 3.1.1.rc3 has been released. Please give it a try, it's our chance to fix regressions you might find and make a beautiful 3.1.1 stable release. If there are no regressions I will be releasing 3.1.1 final next October 7t...
[ANN] Rails 3.1.1.rc2
Hi everyone,
Rails 3.1.1.rc2 has been released. Please give it a try, it's our chance to fix regressions you might find and make a beautiful 3.1.1 stable release. If there are no regressions I will be releasing 3.1.1 final next October 3r...
[ANN] Rails 3.1.1.rc2
Hi everyone,
Rails 3.1.1.rc2 has been released. Please give it a try, it's our chance to fix regressions you might find and make a beautiful 3.1.1 stable release. If there are no regressions I will be releasing 3.1.1 final next October 3r...
[ANN] Rails 3.1.1.rc1
Hi everyone,
Rails 3.1.1.rc1 has been released. Please give it a try, it's our chance to fix regressions you might find and make a beautiful 3.1.1 stable release. If there are no regressions I will be releasing 3.1.1 final next September ...
[ANN] Rails 3.1.1.rc1
Hi everyone,
Rails 3.1.1.rc1 has been released. Please give it a try, it's our chance to fix regressions you might find and make a beautiful 3.1.1 stable release. If there are no regressions I will be releasing 3.1.1 final next September ...
[ANN] Rails 3.1.0.rc8
Hi everyone,
Rails 3.1.0.rc8 has been released (we've an issue with rc7). This is
the final release candidate. Please give it a try, it's our last
chance to fix regressions and severe issues. We will be releasing
final 3.1.0 next August ...
Rails 3.1 HackFest
Have you ever wanted to contribute back to Rails? This is the opportunity you've been looking for. We're organizing a Rails 3.1 Hackfest on the weekend of July 23rd and 24th!!!
GOAL
The goal of this event is to have Rails 3.1 as the most......
Sharing the Inheritance Hierarchy
I’ve been working more closely with Ruby 1.9 and Rails 3 lately, and while in general it’s been smooth going, there was one particularly disappointing road bump today.
Consider the following code, from a Rails functional test:
...
Limitless Strings for PostgreSQL
We all love ActiveRecord migrations and the sexy DSL for declaring fields. OK, I don't know if you do, but I sure do.
But life isn't perfect (don't get me started), and there's various details that make using the migration DSL a bit of
a pain.
The one...

