aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* backport runner fixes to 3-2-stablekennyj2012-12-161-0/+6
* log which config format AR uses to connect withTerence Lee2012-04-031-0/+4
* DATABASE_URL allows omission of database.ymlTim Pope2012-04-031-1/+3
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-5/+13
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-2/+1
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-0/+5
* Allow rescue responses to be configured through a railtie.José Valim2011-12-011-0/+7
* Everyone receives app as argument for consistency.José Valim2011-05-251-2/+2
* Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like...José Valim2011-05-041-1/+2
* Remove defined?(ActiveRecord) and use the railtie hook instead.José Valim2011-05-041-3/+4
* added config.active_record.whitelist_attributes which creates an empty whitel...Josh Kalderimis2011-04-241-0/+3
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-0/+1
|\
| * allow AR caches to be cleared, clear them on class reloadingAaron Patterson2011-02-031-0/+1
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-6/+4
|\|
| * Small changes on AD::Reloader.José Valim2010-12-201-1/+1
| * Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved]John Firebaugh2010-12-201-5/+3
| * Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-1/+1
* | "there is no need to store this option just for initialization" José Valim d...Emilio Tagua2010-11-191-5/+5
* | Read from config, because AR may not be loaded yet.Emilio Tagua2010-11-191-1/+1
* | Don't load IdentityMap middleware if not enabled. Simplify middleware.Emilio Tagua2010-11-191-3/+5
* | Use IdentityMap middleware to flush map on each request.Emilio Tagua2010-11-191-0/+3
|/
* Use application's generators defaults as engine defaults to not force users t...Piotr Sarnacki2010-11-021-1/+1
* Added config.app_generators to allow configuring application's generators fro...Piotr Sarnacki2010-09-301-1/+1
* Revert "Just add connection management middleware if running in a concurrent ...Jeremy Kemper2010-08-201-8/+5
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-0/+6
* Just add connection management middleware if running in a concurrent environm...José Valim2010-07-121-5/+8
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-3/+0
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-1/+0
|\
| * Clear DescendantsTracker on each request.José Valim2010-06-191-1/+0
* | Adds basic description and title.Rizwan Reza2010-06-161-0/+1
|/
* 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