aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for OracleYasuo Honda2015-06-011-1/+5
* Add schema cache to new connection pool after forkEugene Kenny2015-05-171-0/+46
* AR::ConPool - establish connections outside of critical section.thedarkone2015-05-141-1/+1
* AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-1/+3
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+34
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-34/+0
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-1/+1
* Properly lookup the limit for bigintSean Griffin2015-02-021-0/+5
* Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-38/+0
* Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-3/+1
* Merge pull request #17305 from ziggythehamster/activerecord-connectionhandlin...Rafael Mendonça França2014-10-311-0/+89
|\
| * If Rails is not defined, check ENV["RAILS_ENV"] and ENV["RACK_ENV"].Keith Gable2014-10-211-0/+89
* | fix MySQL enum type lookup with values matching another type. Closes #17402.Yves Senn2014-10-291-0/+4
|/
* Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-2/+2
* Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6Matthew Draper2014-06-141-0/+12
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-142/+0
* Add test case for clear mappingsAkshay Vishnoi2014-05-281-0/+10
* Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-6/+10
* Allow additional arguments to be used during type map lookupsSean Griffin2014-05-221-0/+17
* Use the generic type map object for mysql field lookupsSean Griffin2014-05-201-0/+13
* Remove :timestamp column typeSean Griffin2014-05-192-7/+4
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-193-0/+263
* Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-214-249/+246
* Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-0/+8
* Don't deprecate after allMatthew Draper2014-04-091-11/+9
* Less ambition, more deprecationMatthew Draper2014-04-091-59/+11
* Ensure we correctly and immediately load all ENV entriesMatthew Draper2014-04-081-0/+21
* Give a deprecation message even when the lookup failsMatthew Draper2014-04-081-2/+4
* Test DATABASE_URL has precendance over DATABASE_URL_#{environment}Rafael Mendonça França2014-04-081-0/+9
* Make sure DEFAULT_URL only override current environment databaseRafael Mendonça França2014-04-081-9/+29
* Only apply DATABASE_URL for Rails.envMatthew Draper2014-04-081-17/+26
* Avoid a spurious deprecation warning for database URLsMatthew Draper2014-04-031-0/+48
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-6/+0
* Merge pull request #14380 from tgxworld/use_teardown_helper_method_in_activer...Yves Senn2014-03-151-1/+1
|\
| * Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* | Allow custom JDBC urlsschneems2014-03-141-0/+6
|/
* Handle missing environment from non empty configschneems2014-02-211-15/+8
* Restore DATABASE_URL even if it's nil in connection_handler testPrathamesh Sonpatki2014-01-101-1/+1
* Ensure Active Record connection consistencyschneems2014-01-091-0/+127
* Move method used only in the test to the test code itselfIvan Kataitsev2013-04-251-0/+9
* hide more data in the schema cacheAaron Patterson2013-03-141-13/+10
* safely publish columns and columns hash infoAaron Patterson2013-03-141-9/+9
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-5/+5
* Fix memory leak in development modeJon Leighton2012-11-301-7/+5
* Use "refute" instead of "assert !"Carlos Antonio da Silva2012-11-271-6/+5
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-1/+7
* Remove ActiveRecord::ModelJon Leighton2012-10-261-2/+2
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-2/+2
* Cache the connection pool for a given classJon Leighton2012-08-311-0/+2