| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `test_schema_names` to include "hint_plan" schema | Ryuta Kamizono | 2019-06-15 | 1 | -1/+5 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -12/+8 |
* | Use squiggly heredoc to strip odd indentation in the executed SQL | Ryuta Kamizono | 2018-11-22 | 1 | -1/+1 |
* | Fixing an issue when parsing an opclass by allowing indexed column | Thomas Bianchini | 2018-11-21 | 1 | -0/+12 |
* | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 1 | -2/+2 |
* | Dump correctly index nulls order for postgresql | fatkodima | 2018-01-28 | 1 | -0/+28 |
* | Suppress `warning: BigDecimal.new is deprecated` in activerecord | Yasuo Honda | 2017-12-13 | 1 | -1/+1 |
* | Refactor `length`, `order`, and `opclass` index options dumping | Ryuta Kamizono | 2017-12-03 | 1 | -3/+3 |
* | Add support for PostgreSQL operator classes to add_index | Greg Navis | 2017-11-30 | 1 | -0/+32 |
* | Merge pull request #29732 from kirs/frozen-activerecord | Rafael França | 2017-07-21 | 1 | -0/+2 |
|\ |
|
| * | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`" | Sean Griffin | 2017-07-21 | 1 | -3/+7 |
|/ |
|
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase` | Ryuta Kamizono | 2017-05-04 | 1 | -7/+3 |
* | Fix `primary_keys` across multiple schemas | Ryuta Kamizono | 2017-03-20 | 1 | -1/+2 |
* | Simplify and optimize Postgres query for primary_keys() | Jordan Lewis | 2017-02-13 | 1 | -8/+0 |
* | The `default` arg of `index_name_exists?` makes to optional | Ryuta Kamizono | 2017-02-13 | 1 | -7/+7 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -3/+3 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -44/+44 |
* | Add Expression Indexes and Operator Classes support for PostgreSQL | Ryuta Kamizono | 2016-04-24 | 1 | -13/+17 |
* | Fix tests failure with `prepared_statements: false` | Ryuta Kamizono | 2016-02-29 | 1 | -10/+12 |
* | Typos in AR tests | Akira Matsuda | 2016-02-03 | 1 | -1/+1 |
* | Handle specified schemas when removing a Postgres index | Grey Baker | 2015-12-18 | 1 | -0/+14 |
* | Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes | Matthew Draper | 2015-12-18 | 1 | -0/+5 |
|\ |
|
| * | Support passing the schema name prefix to `conenction.indexes` | Grey Baker | 2015-12-17 | 1 | -0/+5 |
* | | Support removing custom-names indexes when only specifying column names | Grey Baker | 2015-12-15 | 1 | -2/+0 |
|/ |
|
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 1 | -13/+13 |
* | Do not cache prepared statements that are unlikely to have cache hits | Sean Griffin | 2015-10-20 | 1 | -1/+1 |
* | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -0/+2 |
* | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 1 | -2/+2 |
* | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name. | Yves Senn | 2015-08-28 | 1 | -7/+47 |
* | PostgreSQL, add `:if_exists` to `#drop_schema`. | Yves Senn | 2015-08-28 | 1 | -10/+21 |
* | Display decimal defaults as strings to keep precision | John Gesimondo | 2015-06-23 | 1 | -0/+5 |
* | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 1 | -3/+3 |
* | PostgreSQL, Fix OID based type casts in C for primitive types. | Lars Kanis | 2015-03-25 | 1 | -3/+3 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 1 | -2/+2 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -2/+6 |
* | Should escape regexp wildcard character `.` | Ryuta Kamizono | 2015-01-19 | 1 | -1/+1 |
* | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 1 | -1/+51 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | fix set_pk_sequence and add a test for it. | Aaron Patterson | 2014-10-31 | 1 | -0/+8 |
* | pg, correctly dump foreign keys targeting tables in a different schema. | Yves Senn | 2014-09-17 | 1 | -0/+26 |
* | pg, `reset_pk_sequence!` respects schemas. Closes #14719. | Yves Senn | 2014-05-30 | 1 | -2/+11 |
* | remove unused variable warning | Kuldeep Aggarwal | 2014-05-26 | 1 | -1/+1 |