| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow 3-level DB configs to group connections by environment | Matthew Draper | 2017-02-22 | 1 | -0/+60 |
* | Fix a test of AR::Type::TypeMap#lookup when using Oracle | Koichi ITO | 2017-02-02 | 1 | -6/+14 |
* | Fix pool_from_any_process to use most recent spec | eileencodes | 2017-01-13 | 1 | -0/+35 |
* | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -4/+7 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 1 | -25/+25 |
* | Use YAML to serialize schema cache | Kir Shatrov | 2016-11-27 | 1 | -4/+39 |
* | Move `test_quoting_classes` into `test/cases/quoting_test.rb` | Ryuta Kamizono | 2016-10-29 | 1 | -13/+0 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 2 | -10/+10 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 2 | -3/+3 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 2 | -136/+136 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 6 | -103/+103 |
* | Add to_hash to specification | Arthur Neves | 2016-05-25 | 1 | -1/+1 |
* | Remove `name` from `establish_connection` | Arthur Neves | 2016-05-24 | 2 | -8/+7 |
* | remove_connection should not remove parent connection | Arthur Neves | 2016-05-11 | 1 | -0/+7 |
* | Dont cache the conn_spec_name when empty | Arthur Neves | 2016-05-11 | 1 | -1/+10 |
* | Make sure we reset the connection_specification_name on | Arthur Neves | 2016-05-10 | 1 | -0/+14 |
* | s/specification_id/specification_name | Arthur Neves | 2016-05-05 | 1 | -7/+7 |
* | Use spec key, when given as spec_id | Arthur Neves | 2016-05-05 | 1 | -19/+15 |
* | Refactor connection handler | Arthur Neves | 2016-05-05 | 3 | -23/+25 |
* | Fix some typos in comments. | Joe Rafaniello | 2016-05-04 | 1 | -1/+1 |
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -1/+1 |
* | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -3/+8 |
* | Fix the MySQL column type `SET` registration bug | Taishi Kasuga | 2015-06-20 | 1 | -0/+4 |
* | Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle | Yasuo Honda | 2015-06-01 | 1 | -1/+5 |
* | Add schema cache to new connection pool after fork | Eugene Kenny | 2015-05-17 | 1 | -0/+46 |
* | AR::ConPool - establish connections outside of critical section. | thedarkone | 2015-05-14 | 1 | -1/+1 |
* | AR::ConPool - reduce post checkout critical section. | thedarkone | 2015-05-14 | 1 | -1/+3 |
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 1 | -0/+34 |
* | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 1 | -34/+0 |
* | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Properly lookup the limit for bigint | Sean Griffin | 2015-02-02 | 1 | -0/+5 |
* | Remove deprecated access to connection specification using a string acessor. | Rafael Mendonça França | 2015-01-04 | 1 | -38/+0 |
* | Return an array of pools from `connection_pools` | Rafael Mendonça França | 2015-01-04 | 1 | -3/+1 |
* | Merge pull request #17305 from ziggythehamster/activerecord-connectionhandlin... | Rafael Mendonça França | 2014-10-31 | 1 | -0/+89 |
|\ |
|
| * | If Rails is not defined, check ENV["RAILS_ENV"] and ENV["RACK_ENV"]. | Keith Gable | 2014-10-21 | 1 | -0/+89 |
* | | fix MySQL enum type lookup with values matching another type. Closes #17402. | Yves Senn | 2014-10-29 | 1 | -0/+4 |
|/ |
|
* | Deprecate automatic counter caches on has_many :through | Sean Griffin | 2014-06-26 | 1 | -2/+2 |
* | Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6 | Matthew Draper | 2014-06-14 | 1 | -0/+12 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 1 | -1/+1 |
* | Move types to the top level `ActiveRecord` namespace | Sean Griffin | 2014-05-27 | 1 | -142/+0 |
* | Add test case for clear mappings | Akshay Vishnoi | 2014-05-28 | 1 | -0/+10 |
* | Remove special case in schema dumper for decimal without scale | Sean Griffin | 2014-05-23 | 1 | -6/+10 |
* | Allow additional arguments to be used during type map lookups | Sean Griffin | 2014-05-22 | 1 | -0/+17 |
* | Use the generic type map object for mysql field lookups | Sean Griffin | 2014-05-20 | 1 | -0/+13 |
* | Remove :timestamp column type | Sean Griffin | 2014-05-19 | 2 | -7/+4 |
* | Delegate `Column#type` to the injected type object | Sean Griffin | 2014-05-19 | 3 | -0/+263 |
* | Rearrange deck chairs on the titanic. Organize connection handling test cases. | Jeremy Kemper | 2014-04-21 | 4 | -249/+246 |
* | Drop in @jeremy's new database.yml template text | Matthew Draper | 2014-04-09 | 1 | -0/+8 |
* | Don't deprecate after all | Matthew Draper | 2014-04-09 | 1 | -11/+9 |