| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure Active Record connection consistency | schneems | 2014-01-09 | 1 | -3/+57 |
* | Deprecate use of string in establish_connection as connection lookup | José Valim | 2013-12-24 | 1 | -0/+7 |
* | Only build a ConnectionSpecification if required | José Valim | 2013-12-24 | 1 | -1/+1 |
* | Guarantee the connection resolver handles string values | José Valim | 2013-12-23 | 1 | -2/+2 |
* | removes calls to AR::Runtime.instance | Xavier Noria | 2013-04-13 | 1 | -2/+2 |
* | Created a runtime registry for thread local variables in active record. | wangjohn | 2013-04-09 | 1 | -2/+2 |
* | nodoc AR::ConnectionHandling for adapters [ci skip] | Francesco Rodriguez | 2013-03-15 | 1 | -5/+5 |
* | 1.9 hash syntax changes | AvnerCohen | 2012-11-08 | 1 | -8/+8 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -1/+0 |
* | Make connection pool retrieval faster | Jon Leighton | 2012-08-31 | 1 | -1/+1 |
* | load active_support/core_ext/module/delegation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -0/+4 |
* | removes verify_active_connections! | Xavier Noria | 2012-02-24 | 1 | -1/+1 |
* | Delegate clear_active_connections to handler as well | Carlos Antonio da Silva | 2012-01-14 | 1 | -6/+2 |
* | Support establishing connection on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -0/+100 |