Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge pull request #25456 from ojab/master | Ryuta Kamizono | 2018-01-03 | 2 | -4/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove dormant check | ojab | 2016-06-21 | 1 | -3/+1 | |
* | | | | | | | | | | | | Remove undefined `track_deletion` callback [ci skip] | Ryuta Kamizono | 2018-01-03 | 1 | -3/+0 | |
* | | | | | | | | | | | | Merge pull request #27561 from fishbrain/count-all-in-has-many-association | Ryuta Kamizono | 2018-01-03 | 4 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use `count(:all)` in HasManyAssociation#count_records | Klas Eskilson | 2017-02-07 | 4 | -1/+16 | |
* | | | | | | | | | | | | | Merge pull request #29018 from willbryant/missing_attributes_after_save | Ryuta Kamizono | 2018-01-03 | 2 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | fix the dirty tracking code's save hook overwriting missing attributes with i... | Will Bryant | 2017-05-10 | 2 | -0/+11 | |
* | | | | | | | | | | | | | | Restore support for the -layers transformation | George Claghorn | 2018-01-02 | 3 | -14/+22 | |
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Avoid Minitest 5.11.0 for now | yuuji.yaginuma | 2018-01-02 | 2 | -1/+3 | |
* | | | | | | | | | | | | | Revert unintentional change in 41e3bbd | Javan Makhmali | 2018-01-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Improve `preventDefault` fix for rails-ujs | Javan Makhmali | 2018-01-01 | 1 | -6/+11 | |
* | | | | | | | | | | | | | Active Record: Bump license years for 2018 [ci skip] | Ryuta Kamizono | 2018-01-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Refactor to `Array(options[:on])` only once in defining validations | Ryuta Kamizono | 2018-01-01 | 2 | -11/+13 | |
* | | | | | | | | | | | | | Add test case for `collection_singular_ids` with symbol primary keys | Ryuta Kamizono | 2018-01-01 | 2 | -1/+9 | |
* | | | | | | | | | | | | | Remove `association_primary_key_type` from `AssociationReflection` and `Throu... | Ryuta Kamizono | 2018-01-01 | 3 | -19/+2 | |
* | | | | | | | | | | | | | Added Railties deprecations in 5.2 release notes [ci skip] | Prathamesh Sonpatki | 2018-01-01 | 1 | -2/+13 | |
* | | | | | | | | | | | | | Refactor delegating `join_primary_key` instead of `join_keys` and `associatio... | Ryuta Kamizono | 2018-01-01 | 4 | -6/+5 | |
* | | | | | | | | | | | | | Merge pull request #31606 from yhirano55/bump_license_years_for_2018 | Arun Agrawal | 2017-12-31 | 21 | -21/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 21 | -21/+21 | |
* | | | | | | | | | | | | | | Expose ActiveStorage::Analyzer#logger in API docs [ci skip] | George Claghorn | 2017-12-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Expose ActiveStorage::Previewer#logger in API docs [ci skip] | George Claghorn | 2017-12-31 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | Suppress noise from drawing command invocations | George Claghorn | 2017-12-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #31575 from bogdan/bugfix-has-many-reattachment | Ryuta Kamizono | 2018-01-01 | 3 | -13/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Bugfix foreign key replacement in inverse association | Bogdan Gusiev | 2017-12-27 | 3 | -13/+17 | |
* | | | | | | | | | | | | | | | Merge pull request #31310 from kinnrot/duration-modulo | Ryuta Kamizono | 2018-01-01 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Empty duration inspect fix | Chen Kinnrot | 2017-12-13 | 2 | -1/+5 | |
* | | | | | | | | | | | | | | | | Append extension to tempfile name | George Claghorn | 2017-12-31 | 3 | -2/+23 | |
* | | | | | | | | | | | | | | | | Merge pull request #31607 from fatkodima/fix-sqlite-partial-indexes | Ryuta Kamizono | 2018-01-01 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix recreating partial indexes after alter table for sqlite | fatkodima | 2017-12-31 | 2 | -0/+18 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #31602 from eugeneius/config_eager_load | Ryuta Kamizono | 2017-12-31 | 3 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Clarify that config.eager_load controls eager loading [ci skip] | Eugene Kenny | 2017-12-30 | 3 | -8/+8 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Fix `cache_key` with a relation having distinct and order | Ryuta Kamizono | 2017-12-30 | 2 | -2/+8 | |
* | | | | | | | | | | | | | | | Remove needless blank lines [ci skip] | Ryuta Kamizono | 2017-12-30 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-... | George Claghorn | 2017-12-29 | 3 | -4/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Allow the use of callable objects as group methods for grouped selects. | Jérémie Bonal | 2017-12-27 | 3 | -4/+34 | |
* | | | | | | | | | | | | | | | | Tweak headings [ci skip] | George Claghorn | 2017-12-29 | 1 | -16/+16 | |
* | | | | | | | | | | | | | | | | Merge pull request #31591 from nobu/patch-2 | Yuji Yaginuma | 2017-12-30 | 1 | -8/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | let drb make temprary server | Nobuyoshi Nakada | 2017-12-29 | 1 | -8/+1 | |
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | | | Use released `delayed_job` instead of master version | yuuji.yaginuma | 2017-12-30 | 2 | -9/+4 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | / | Fix `cache_key` with a relation having custom select and order | Ryuta Kamizono | 2017-12-29 | 2 | -2/+7 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Demonstrate providing keyfile data in lieu of a path [ci skip] | George Claghorn | 2017-12-28 | 1 | -24/+33 | |
* | | | | | | | | | | | | | | Link to the client gems [ci skip] | George Claghorn | 2017-12-28 | 1 | -3/+4 | |
* | | | | | | | | | | | | | | Merge pull request #31574 from Fudoshiki/patch-1 | Guillermo Iguaran | 2017-12-28 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix IE 10 and IE 11's broken `preventDefault` | Yuri S | 2017-12-27 | 1 | -0/+5 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | Remove unused methods | yuuji.yaginuma | 2017-12-28 | 1 | -16/+0 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #31568 from bogdanvlviv/update-action_view_overview-guide | Ryuta Kamizono | 2017-12-27 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Update "Action View Overview" guide [ci skip] | bogdanvlviv | 2017-12-26 | 1 | -6/+8 | |
* | | | | | | | | | | | | | | Merge pull request #31570 from y-yagi/ci_against_250 | Matthew Draper | 2017-12-27 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | CI against ruby 2.5.0 | yuuji.yaginuma | 2017-12-27 | 1 | -1/+8 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | SQLite: Add more test cases for adding primary key | Ryuta Kamizono | 2017-12-26 | 2 | -58/+100 |