aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-1/+1
* remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-9/+13
* standardize database_configuration to a hashTerence Lee2013-02-211-3/+1
* Point to guides.rubyonrails.org instead of edgeguides.rubyonrails.orgSantiago Pastorino2012-12-301-2/+2
* Fix typo in the Observers deprecation message. [ci skip]Lucas Mazza2012-11-281-1/+1
* Gracefully handle upgrading apps with observersRafael Mendonça França2012-11-281-0/+12
* Remove observers and sweepersRafael Mendonça França2012-11-281-10/+0
* Don't run explain on slow queries for database adapters that don't support itBlake Smith2012-11-261-0/+7
* only clear caches if we are actually connected to the databaseAaron Patterson2012-11-121-2/+4
* Gracefully handle upgrading apps with mass assigment configsAndrew White2012-11-091-0/+27
* Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+5
* Should use app.paths instead of specific path.kennyj2012-10-081-1/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-281-2/+2
|\
| * nodoc AR::Railtie [ci skip]Francesco Rodriguez2012-09-211-2/+2
* | make clear that expired db/schema_cache.dump are ignoredXavier Noria2012-09-241-1/+1
|/
* removed warning: shadowing outer local variableArun Agrawal2012-09-091-1/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+3
* The use_schema_cache_dump configuration moved to ActiveRecord.kennyj2012-08-021-15/+21
* Fix observers with AR::ModelJon Leighton2012-06-151-3/+4
* Fix config.active_record.whitelist_attributes with AR::ModelJon Leighton2012-06-151-3/+0
* Simplify AR configuration code.Jon Leighton2012-06-151-2/+2
* refactorJon Leighton2012-06-151-11/+5
* raise error for pending migration schneems2012-06-091-0/+7
* Fix #5847 and #4045 on master.kennyj2012-05-301-0/+2
* Use runner hook to load ActiveRecord::Base.kennyj2012-05-301-0/+4
* Revert "Merge pull request #5995 from kennyj/fix_5847-3"José Valim2012-04-271-5/+0
* 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