aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #5847 and #4045. Load AR::Base before loading an application model.kennyj2012-04-261-0/+5
* DATABASE_URL allows omission of database.ymlTim Pope2012-04-031-1/+3
* use File.binread to pull in the schema cacheAaron Patterson2012-04-031-1/+1
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-5/+0
* Support judgement expired schema cache dump.kennyj2012-03-011-1/+5
* Load db/schema_cache.dump duaring boot time.kennyj2012-03-011-1/+12
* pushed broadcasting down to a moduleAaron Patterson2012-01-201-2/+1
* restored logging to the log file and display on the consoleAaron Patterson2012-01-201-1/+3
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
* Avoid deprecation warningJon Leighton2011-12-281-1/+1
* 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