aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_handling.rb
Commit message (Expand)AuthorAgeFilesLines
...
* entry is always a HashRafael Mendonça França2014-04-081-1/+1
* Check env_url only onceRafael Mendonça França2014-04-081-2/+7
* Only call DEFAULT_ENV proc one timeRafael Mendonça França2014-04-081-2/+5
* Make sure DEFAULT_URL only override current environment databaseRafael Mendonça França2014-04-081-1/+1
* Only apply DATABASE_URL for Rails.envMatthew Draper2014-04-081-28/+14
* Use Sqlite3 adapter in examplesJulian Simioni2014-03-121-2/+2
* Handle missing environment from non empty configschneems2014-02-211-9/+5
* Ensure Active Record connection consistencyschneems2014-01-091-3/+57
* Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-241-0/+7
* Only build a ConnectionSpecification if requiredJosé Valim2013-12-241-1/+1
* Guarantee the connection resolver handles string valuesJosé Valim2013-12-231-2/+2
* removes calls to AR::Runtime.instanceXavier Noria2013-04-131-2/+2
* Created a runtime registry for thread local variables in active record.wangjohn2013-04-091-2/+2
* nodoc AR::ConnectionHandling for adapters [ci skip]Francesco Rodriguez2013-03-151-5/+5
* 1.9 hash syntax changesAvnerCohen2012-11-081-8/+8
* Remove ActiveRecord::ModelJon Leighton2012-10-261-1/+0
* Make connection pool retrieval fasterJon Leighton2012-08-311-1/+1
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* Simplify AR configuration code.Jon Leighton2012-06-151-0/+4
* removes verify_active_connections!Xavier Noria2012-02-241-1/+1
* Delegate clear_active_connections to handler as wellCarlos Antonio da Silva2012-01-141-6/+2
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-0/+100