| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter | Ryuta Kamizono | 2017-02-27 | 1 | -2/+1 |
* | Use ensure block for things we cleanup in tests | Kir Shatrov | 2017-02-25 | 1 | -0/+1 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -2/+2 |
* | Deprecate passing `name` to `indexes` like `tables` | Ryuta Kamizono | 2017-01-04 | 1 | -1/+1 |
* | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 |
* | Remove deprecated `name` argument from `#tables` | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 |
* | Privatize unneededly protected methods in Active Record tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -6/+6 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -37/+37 |
* | Fix tests failure with `prepared_statements: false` | Ryuta Kamizono | 2016-02-29 | 1 | -8/+10 |
* | Rename 'key' to 'lock_id' or 'lock_name' for advisory locking | Sam Davies | 2015-11-18 | 1 | -10/+10 |
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 1 | -2/+2 |
* | Use advisory locks to prevent concurrent migrations | Sam Davies | 2015-10-30 | 1 | -0/+42 |
* | Do not cache prepared statements that are unlikely to have cache hits | Sean Griffin | 2015-10-20 | 1 | -1/+1 |
* | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 1 | -1/+1 |
* | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -3/+3 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -3/+1 |
* | add a truncate method to the connection | Aaron Patterson | 2014-09-22 | 1 | -0/+10 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 1 | -1/+1 |
* | Add ConnectionHelper to refactor tests. | Guo Xiang Tan | 2014-04-03 | 1 | -12/+3 |
* | Fix tests not unsubscribing from Notifications. | Guo Xiang Tan | 2014-03-28 | 1 | -2/+2 |
* | Teach PostgreSQLAdapter#reset! to actually reset | Matthew Draper | 2014-03-18 | 1 | -0/+31 |
* | Terminate the backend ourselves on PG 9.2+ | Matthew Draper | 2014-02-12 | 1 | -19/+29 |
* | Don't skip tests if we don't need to. | Rafael Mendonça França | 2013-11-08 | 1 | -20/+20 |
* | log the statement name along with the SQL | Aaron Patterson | 2013-10-04 | 1 | -0/+10 |
* | stop adding singleton methods to the mysql2 adapter | Aaron Patterson | 2013-10-04 | 1 | -15/+0 |
* | stop adding singleton methods to the PG connection | Aaron Patterson | 2013-10-04 | 1 | -11/+26 |
* | Delete failing test | Jon Leighton | 2013-03-22 | 1 | -36/+0 |
* | class_eval should use __FILE__ and __LINE__ | Neeraj Singh | 2013-01-30 | 1 | -1/+1 |
* | Session variables for mysql, mysql2, and postgresql adapters can be set | Aaron Stone | 2012-12-08 | 1 | -0/+41 |
* | Fix only-once stub logic. | Steve Jorgensen | 2012-08-08 | 1 | -1/+1 |
* | Fix just-plain-wrongness of psql auto-reconnect test. | Steve Jorgensen | 2012-08-07 | 1 | -8/+9 |
* | Stop being silly with formatting of method aliasing. | Steve Jorgensen | 2012-07-16 | 1 | -3/+3 |
* | Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests. | Steve Jorgensen | 2012-07-16 | 1 | -0/+72 |
* | Unify the collation API for the database adpters | Rafael Mendonça França | 2012-07-01 | 1 | -2/+2 |
* | Support collate and ctype on the PostgreSQL. | kennyj | 2012-06-29 | 1 | -0/+8 |
* | Change minimum (default) log level in PostgreSQL to warning. | kennyj | 2012-06-18 | 1 | -0/+4 |
* | Fix logs name consistency. | kennyj | 2012-05-19 | 1 | -0/+44 |
* | Postgresql: add test case for setting custom libpq connection parameters | Lars Kanis | 2012-01-04 | 1 | -0/+15 |
* | forgot to add this test case | Aaron Patterson | 2011-07-22 | 1 | -0/+14 |