aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railtie.rb
Commit message (Collapse)AuthorAgeFilesLines
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-12/+0
|
* tsort-based dependency resolution for initializersPaul Rosania2010-01-291-1/+1
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-281-0/+3
|
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-3/+3
|
* Add active_model/railtie back to generated boot.rb, add models back to ↵José Valim2010-01-251-5/+4
| | | | paths, load active_support/railtie since we need it and ensure default logger is set before config.
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
|
* Moved more configuration away from bootstrap.José Valim2010-01-221-5/+5
|
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-0/+13
|
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-8/+4
|
* Send the connection in AR notifications to avoid checking out new ↵José Valim2010-01-111-1/+1
| | | | connections in threads just for logging purposes.
* Add a deprecation message to activerecord.errors.José Valim2010-01-071-0/+11
|
* Use underscore in notification namespaces.José Valim2010-01-041-1/+1
|
* Use namespaces in notifications.José Valim2010-01-031-1/+1
|
* Some railties cleanup:Carl Lerche2009-12-311-0/+71
* Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin