Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | Merge pull request #31650 from rosa/master | George Claghorn | 2018-01-08 | 2 | -4/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Allow overriding filename in `Blob#service_url` | Rosa Gutierrez | 2018-01-08 | 2 | -4/+15 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #31648 from dixitp012/rubocop_active_support_test | Ryuta Kamizono | 2018-01-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix rubocop space before comma | Dixit Patel | 2018-01-08 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Remove meaningless check | yuuji.yaginuma | 2018-01-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #31547 from eugeneius/use_authenticated_message_encryption... | Yuji Yaginuma | 2018-01-08 | 3 | -8/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Allow use_authenticated_message_encryption to be set in new_framework_default... | Eugene Kenny | 2018-01-07 | 3 | -8/+34 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Fix the desc for image_alt change [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Added deprecation and removal notes for Action View [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 1 | -2/+5 | |
* | | | | | | | | | | | | | Added deprecations and removals notes for Action Pack [ci skip] | Prathamesh Sonpatki | 2018-01-07 | 2 | -3/+6 | |
* | | | | | | | | | | | | | 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 |