aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-027-7/+0
| * Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* | Add teardown to reset_connection at MysqlTypeLookupTestYasuo Honda2017-06-071-0/+7
|/
* `DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is a...Ryuta Kamizono2017-05-251-0/+11
* Allow 3-level DB configs to group connections by environmentMatthew Draper2017-02-221-0/+60
* Fix a test of AR::Type::TypeMap#lookup when using OracleKoichi ITO2017-02-021-6/+14
* Fix pool_from_any_process to use most recent speceileencodes2017-01-131-0/+35
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-4/+7
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-25/+25
* Use YAML to serialize schema cacheKir Shatrov2016-11-271-4/+39
* Move `test_quoting_classes` into `test/cases/quoting_test.rb`Ryuta Kamizono2016-10-291-13/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-10/+10
* Add three new rubocop rulesRafael Mendonça França2016-08-162-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-136/+136
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-066-103/+103
* Add to_hash to specificationArthur Neves2016-05-251-1/+1
* Remove `name` from `establish_connection`Arthur Neves2016-05-242-8/+7
* remove_connection should not remove parent connectionArthur Neves2016-05-111-0/+7
* Dont cache the conn_spec_name when emptyArthur Neves2016-05-111-1/+10
* Make sure we reset the connection_specification_name onArthur Neves2016-05-101-0/+14
* s/specification_id/specification_nameArthur Neves2016-05-051-7/+7
* Use spec key, when given as spec_idArthur Neves2016-05-051-19/+15
* Refactor connection handlerArthur Neves2016-05-053-23/+25
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-3/+8
* Fix the MySQL column type `SET` registration bugTaishi Kasuga2015-06-201-0/+4
* 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