aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/railtie.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-1/+7
| | | | | | | The new option allows any Ruby namespace to be registered and set up for eager load. We are effectively exposing the structure existing in Rails since v3.0 for all developers in order to make their applications thread-safe and CoW friendly.
* Some railties cleanup:Carl Lerche2009-12-311-0/+2
* Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin