aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-9/+8
* ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-291-7/+2
* Move observers initialization to after_config blocks, they are still being in...José Valim2010-04-201-13/+9
* Split the observer railtie into two phases.Michael Koziarski2010-04-161-3/+7
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-8/+8
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-3/+2
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-15/+27
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-2/+2
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...Jeremy Kemper2010-02-041-2/+4
* 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
* 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 paths,...José Valim2010-01-251-5/+4
* 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 connections...José Valim2010-01-111-1/+1
* 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