| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete change of `sqlite3:///` path handling | Matthew Draper | 2014-04-03 | 1 | -2/+2 |
* | Revise 'sqlite3:' URL handling for smoother upgrades | Matthew Draper | 2014-04-03 | 1 | -4/+23 |
* | Allow "url" sub key in database.yml configuration | schneems | 2013-12-30 | 1 | -0/+18 |
* | Only build a ConnectionSpecification if required | José Valim | 2013-12-24 | 1 | -28/+26 |
* | Guarantee the connection resolver handles string values | José Valim | 2013-12-23 | 1 | -2/+10 |
* | added test cases for Resolver#connection_url_to_hash | Kuldeep Aggarwal | 2013-12-23 | 1 | -0/+10 |
* | Do not type cast all the database url values. | Rafael Mendonça França | 2013-02-24 | 1 | -21/+0 |
* | Whitespace :heart: and hash syntax change | Rafael Mendonça França | 2013-02-20 | 1 | -23/+22 |
* | descriptive error message when AR adapter was not found. Closes #7313. | Yves Senn | 2013-02-20 | 1 | -0/+9 |
* | DATABASE_URL parsing should turn numeric strings into numeric types, and | Aaron Stone | 2013-01-31 | 1 | -11/+37 |
* | Standardize the use of current_adapter? | Rafael Mendonça França | 2013-01-01 | 1 | -4/+4 |
* | Fix the skip code. | Rafael Mendonça França | 2012-10-28 | 1 | -4/+4 |
* | Decode attributes pulled from URI.parse | Shawn Veader | 2012-10-26 | 1 | -0/+8 |
* | fixed support for DATABASE_URL for rake db tasks | Grace Liu | 2012-09-11 | 1 | -2/+0 |
* | The resolver tests fail if the mysql gem is not installed; this breaks | David Paschich | 2012-06-03 | 1 | -0/+3 |
* | Support establishing connection on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -1/+1 |
* | I herd you like modules. | Jon Leighton | 2011-12-24 | 1 | -1/+1 |
* | respond_to? information of AR is not the responsibility of the spec | Aaron Patterson | 2011-11-29 | 1 | -1/+1 |
* | Fix resolver_test.rb on travis (postgresql isn't setup, so it can't load the ... | Jon Leighton | 2011-11-29 | 1 | -6/+6 |
* | Move connection resoluion logic to it's own testable class. | Aaron Patterson | 2011-11-28 | 1 | -0/+41 |