aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-251-0/+8
* Revert "Merge pull request #15476 from JacobEvelyn/master"Jeremy Kemper2015-03-111-3/+0
* Merge pull request #15476 from JacobEvelyn/masterRafael Mendonça França2015-02-251-0/+3
|\
| * Use logger environment settings in Rails console.Jacob Evelyn2014-06-021-0/+3
* | do not trigger AR lazy load hook before initializers ran.Yves Senn2014-11-251-2/+0
|/
* Clarify 'database does not exist' message and implementation.Jeremy Kemper2014-04-011-9/+14
* Ensure Active Record connection consistencyschneems2014-01-091-14/+2
* Automatically maintain test database schemaJon Leighton2014-01-021-8/+1
* Avoid getting redefined method warningŁukasz Strzałkowski2013-12-251-0/+1
* Only build a ConnectionSpecification if requiredJosé Valim2013-12-241-1/+1
* Fix build failures related to the new ENV options in ymlJosé Valim2013-12-241-1/+1
* Guarantee the connection resolver handles string valuesJosé Valim2013-12-231-1/+14
* Tell how to Create a Database in Error Messageschneems2013-12-231-0/+8
* let the sqlite task run without railsDamien Mathieu2013-08-071-0/+1
* Remove deprecation messages about protected_attributes and rails-observersCarlos Antonio da Silva2013-07-011-39/+0
* remove auto-explain-config deprecation warningYves Senn2013-07-011-11/+0
* Setup env and seed_loaded for DatabaseTasks outside load_configPiotr Sarnacki2013-06-231-2/+3
* Change a way ActiveRecord's config is prepared for rake tasksPiotr Sarnacki2013-06-231-10/+14
* Check if APP_RAKEFILE is definedPiotr Sarnacki2013-05-161-1/+1
* Fix detection of engine in rake db:load_configJoel Cogen2013-05-161-1/+1
* Don't require Rails.env in order to use AR::Tasks::DatabaseTasksPiotr Sarnacki2013-04-241-0/+1
* Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rakePiotr Sarnacki2013-04-241-0/+1
* Don't require having Rails.application to run database tasksPiotr Sarnacki2013-04-241-0/+12
* MOAR cleanups.Vipul A M2013-03-141-3/+3
* 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