Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | Added release notes for Action Cable [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+10 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #31610 from prathamesh-sonpatki/improve-deprecation-msg-pr... | Eileen M. Uchitelle | 2018-01-07 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Improve the deprecation message for using subclass of Rails::Application to s... | Prathamesh Sonpatki | 2018-01-07 | 3 | -3/+3 | |
* | | | | | | | | | | | | | | | | | | | | | Fix deleting through records when using has_many through with `source_type` | Ryuta Kamizono | 2018-01-08 | 2 | -20/+29 | |
|/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | Document automatic width-height swapping [ci skip] | George Claghorn | 2018-01-07 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | | Remove redundant sentences [ci skip] | George Claghorn | 2018-01-07 | 2 | -4/+2 | |
* | | | | | | | | | | | | | | | | | | | | Simply use `scope.delete_all` instead of constructing delete manager | Ryuta Kamizono | 2018-01-07 | 1 | -8/+1 | |
* | | | | | | | | | | | | | | | | | | | | Tweak engine for readability | George Claghorn | 2018-01-07 | 1 | -11/+13 | |
* | | | | | | | | | | | | | | | | | | | | Make `find_nth_from_last` more performant when using reversible order | Ryuta Kamizono | 2018-01-07 | 1 | -6/+5 | |
* | | | | | | | | | | | | | | | | | | | | Fix `last` with `offset` to behave consistently with loaded relation | Ryuta Kamizono | 2018-01-07 | 2 | -9/+5 | |
* | | | | | | | | | | | | | | | | | | | | Fix `pluck` with eager loading to respect `offset` | Ryuta Kamizono | 2018-01-07 | 2 | -1/+6 | |
* | | | | | | | | | | | | | | | | | | | | Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379 | Ryuta Kamizono | 2018-01-07 | 2 | -9/+4 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #31639 from rosa/master | George Claghorn | 2018-01-05 | 5 | -2/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Force content disposition to attachment for specific content types | Rosa Gutierrez | 2018-01-05 | 5 | -2/+36 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Consolidate `queue_adapter=` and `interpret_adapter` | Ryuta Kamizono | 2018-01-05 | 1 | -18/+12 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #31637 from wagenet/patch-1 | George Claghorn | 2018-01-04 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Add missing require for `strip_heredoc` | Peter Wagenet | 2018-01-04 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | / / / / / / / | Remove passing argument to singular and collection association readers | Ryuta Kamizono | 2018-01-05 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Move the options for deliver_later up near to the example [ci skip] | Prathamesh Sonpatki | 2018-01-04 | 1 | -12/+12 | |
* | | | | | | | | | | | | | | | | | | Partial revert the changing default value of `readonly_value` | Ryuta Kamizono | 2018-01-05 | 2 | -15/+3 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #31049 from gwincr11/cg-blank | Ryuta Kamizono | 2018-01-04 | 2 | -3/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Add support for multiple encodings in String.blank? | Cory Gwin @gwincr11 | 2017-11-17 | 2 | -3/+12 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti... | Ryuta Kamizono | 2018-01-04 | 3 | -6/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | `assert_changes` should always assert some change | Daniel Ma | 2017-11-13 | 3 | -5/+22 | |
* | | | | | | | | | | | | | | | | | | | | Fix newly added reflection order when redefining association | Ryuta Kamizono | 2018-01-04 | 3 | -4/+5 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #31594 from yuki24/refactor-request-test | Eileen M. Uchitelle | 2018-01-04 | 1 | -89/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Use more realistic setup rather than stubbing | Yuki Nishijima | 2017-12-29 | 1 | -89/+75 | |
* | | | | | | | | | | | | | | | | | | | | | Deprecate `valid_alter_table_type?` in sqlite3 adapter | Ryuta Kamizono | 2018-01-04 | 2 | -7/+16 | |
| |_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Configure previewer/analyzer command paths centrally | George Claghorn | 2018-01-03 | 5 | -23/+15 | |
* | | | | | | | | | | | | | | | | | | | | Correctly handle infinity value in PostgreSQL range type | yuuji.yaginuma | 2018-01-04 | 3 | -2/+22 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #31632 from fatkodima/configuring.md-fix | Ryuta Kamizono | 2018-01-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Move `config.action_view.cache_template_loading` to proper section in configu... | fatkodima | 2018-01-03 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Exclude ActiveStorage::SetBlob from API docs [ci skip] | George Claghorn | 2018-01-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #31331 from dinahshi/postgresql_bulk_update | Matthew Draper | 2018-01-03 | 4 | -13/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Add bulk alter support for PostgreSQL | Dinah Shi | 2017-12-06 | 4 | -13/+68 | |
* | | | | | | | | | | | | | | | | | | | | 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 |