aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_specification
Commit message (Expand)AuthorAgeFilesLines
* Fix the skip code.Rafael Mendonça França2012-10-281-4/+4
* Decode attributes pulled from URI.parseShawn Veader2012-10-261-0/+8
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-2/+0
* The resolver tests fail if the mysql gem is not installed; this breaksDavid Paschich2012-06-031-0/+3
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* I herd you like modules.Jon Leighton2011-12-241-1/+1
* respond_to? information of AR is not the responsibility of the specAaron Patterson2011-11-291-1/+1
* Fix resolver_test.rb on travis (postgresql isn't setup, so it can't load the ...Jon Leighton2011-11-291-6/+6
* Move connection resoluion logic to it's own testable class.Aaron Patterson2011-11-281-0/+41