| Commit message (Expand) | Author | Age | Files | Lines |
* | Partly revert unused accessor | Ryuta Kamizono | 2018-08-23 | 1 | -8/+1 |
* | Add database configuration to disable advisory locks. | Guo Xiang Tan | 2018-08-22 | 7 | -3/+65 |
* | Fix merging relation that order including `?` | Ryuta Kamizono | 2018-08-21 | 2 | -2/+12 |
* | Merge pull request #33652 from tgxworld/improve_tests_pool_config | Ryuta Kamizono | 2018-08-20 | 2 | -5/+50 |
|\ |
|
| * | Speed up slow ConnectionPool test case. | Guo Xiang Tan | 2018-08-20 | 1 | -11/+19 |
| * | Improve tests for ActiveRecord::ConnectionAdapters::ConnectionPool configurat... | Guo Xiang Tan | 2018-08-19 | 2 | -2/+39 |
* | | Merge pull request #33657 from jychen7/fix-test-association-enum | Ryuta Kamizono | 2018-08-20 | 1 | -0/+3 |
|\ \ |
|
| * | | Improve test case to test enum correctly | Rich | 2018-08-20 | 1 | -0/+3 |
* | | | SQLite3: Fix rename reference column not to lose foreign key constraint | Ryuta Kamizono | 2018-08-20 | 2 | -11/+31 |
|/ / |
|
* / | Address intermittent CI failure due to non-determined sort order | Ryuta Kamizono | 2018-08-19 | 1 | -1/+1 |
|/ |
|
* | Ensure `foreign_keys` assertions after alter table | Ryuta Kamizono | 2018-08-19 | 1 | -1/+5 |
* | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -1/+1 |
* | Merge pull request #33585 from yahonda/diag33520 | Ryuta Kamizono | 2018-08-16 | 3 | -1/+26 |
|\ |
|
| * | SQLite3 adapter `alter_table` method restores foreign keys | Yasuo Honda | 2018-08-11 | 3 | -1/+26 |
* | | Merge pull request #33603 from kamipo/fix_numericality_validator | Ryuta Kamizono | 2018-08-16 | 3 | -2/+26 |
|\ \ |
|
| * | | Fix numericality validator not to be affected by custom getter | Ryuta Kamizono | 2018-08-13 | 3 | -2/+26 |
* | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 2 | -9/+9 |
|\ \ \ |
|
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 2 | -9/+9 |
| |/ / |
|
* | | | Fix bulk change table ignores comment option on PostgreSQL. | Yoshiyuki Kinjo | 2018-08-15 | 2 | -3/+16 |
* | | | Follow up #33530 | bogdanvlviv | 2018-08-15 | 3 | -7/+16 |
* | | | Merge pull request #33530 from jychen7/33515-invert-remove-foreign-key | Richard Schneeman | 2018-08-14 | 4 | -4/+36 |
|\ \ \ |
|
| * | | | Allow `to_table` in `invert_remove_foreign_key` | Rich | 2018-08-14 | 4 | -4/+36 |
| |/ / |
|
* / / | Use `Array#extract!` where possible | bogdanvlviv | 2018-08-14 | 2 | -8/+12 |
|/ / |
|
* / | Use strings instead of symbols on calls to decorate_matching_attribute_types | Dillon Welch | 2018-08-10 | 2 | -2/+2 |
|/ |
|
* | Fix a wrong correction | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
* | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 5 | -16/+16 |
* | Merge pull request #33454 from azbshiri/extend-affects-nested-attributes | Richard Schneeman | 2018-08-04 | 3 | -2/+20 |
|\ |
|
| * | Call build when extend with nested attributes defined | Alireza Bashiri | 2018-08-02 | 3 | -2/+20 |
* | | Merge pull request #33511 from albertoalmagro/change-references-from-rake-to-... | Richard Schneeman | 2018-08-04 | 3 | -4/+4 |
|\ \ |
|
| * | | [ci skip] Change references from Rake task to Rails command | Alberto Almagro | 2018-08-01 | 3 | -4/+4 |
* | | | `retrieve_connection_pool` return a pool, not a connection | Ryuta Kamizono | 2018-08-03 | 1 | -2/+2 |
| |/
|/| |
|
* | | don't establish connection test_database since it gets established in load_sc... | Britni Alexander | 2018-08-01 | 1 | -1/+0 |
|/ |
|
* | use load_schema instead of migrate for parallel testing | Britni Alexander | 2018-07-31 | 2 | -6/+9 |
* | Revert "Merge pull request #24131 from brchristian/limit_and_primary_key" | Ryuta Kamizono | 2018-08-01 | 3 | -22/+1 |
* | Add test case for the #5153's default order contract | Ryuta Kamizono | 2018-08-01 | 1 | -0/+13 |
* | Avoid extra scoping when using `Relation#update` | Ryuta Kamizono | 2018-07-31 | 3 | -3/+9 |
* | MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola... | George Claghorn | 2018-07-30 | 3 | -7/+20 |
* | Extract `Relation#bind_attribute` for internal use | Ryuta Kamizono | 2018-07-30 | 2 | -8/+11 |
* | Extract `Relation#update_counters` for internal use | Ryuta Kamizono | 2018-07-30 | 4 | -34/+27 |
* | Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into String | Bart de Water | 2018-07-28 | 1 | -1/+1 |
* | Fix test failures due to Performance/RegexpMatch correction | Bart de Water | 2018-07-28 | 1 | -1/+3 |
* | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 2 | -2/+2 |
* | Don't expose configuration for a test. | Kasper Timm Hansen | 2018-07-28 | 2 | -23/+12 |
* | Avoid logging ActiveRecord::LogSubscriber as the query source when the source... | lsylvester | 2018-07-28 | 2 | -12/+22 |
* | PostgreSQL 10 new relkind for partitioned tables (#31336) | Yannick Schutz | 2018-07-27 | 2 | -2/+24 |
* | Remove Rubocop's comments from Rails code base | bogdanvlviv | 2018-07-26 | 1 | -1/+1 |
* | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 8 | -31/+19 |
|\ |
|
| * | Turn on performance based cops | Dillon Welch | 2018-07-23 | 8 | -31/+19 |
* | | Normalize time value not to be affected by summer time | Ryuta Kamizono | 2018-07-25 | 3 | -10/+41 |
* | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 2 | -7/+7 |
|\ \ |
|