Path: | lib/active_support/all.rb |
Last Update: | Fri Nov 06 13:57:07 -0500 2009 |
For forward compatibility with Rails 3.
require ‘active_support’ loads a very bare minumum in Rails 3. require ‘active_support/all’ loads the whole suite like Rails 2 did.
To prepare for Rails 3, switch to require ‘active_support/all’ now.