Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Keep time_tag docs up-to-date. | Ben Pickles | 2018-07-01 | 1 | -2/+0 | |
* | | | | | | | Remove unused attribute | George Claghorn | 2018-07-21 | 2 | -5/+5 | |
* | | | | | | | Merge pull request #33411 from bogdanvlviv/follow-up-33401-5491f8115711 | Kasper Timm Hansen | 2018-07-21 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci... | bogdanvlviv | 2018-07-21 | 1 | -4/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #24131 from brchristian/limit_and_primary_key | Richard Schneeman | 2018-07-21 | 3 | -1/+22 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | CHANGELOG entry | Brian Christian | 2018-07-19 | 1 | -0/+6 | |
| * | | | | | | don't impose primary key order if limit() is defined | Brian Christian | 2018-07-19 | 1 | -1/+1 | |
| * | | | | | | tests for use of primary_key with limit | Brian Christian | 2018-07-19 | 1 | -0/+15 | |
* | | | | | | | Merge pull request #33408 from ycherniavskyi/fix_leaking_special_form_with_at... | Kasper Timm Hansen | 2018-07-21 | 4 | -7/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix leaking special form_with attributes into html attributes | Yurii Cherniavskyi | 2018-07-20 | 4 | -7/+25 | |
* | | | | | | | | Merge pull request #33405 from georgeclaghorn/activestorage-referential-integ... | George Claghorn | 2018-07-20 | 8 | -6/+25 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKey | George Claghorn | 2018-07-20 | 2 | -1/+11 | |
| * | | | | | | | Test that ActiveStorage::Blob#purge fails when attachments exist | George Claghorn | 2018-07-20 | 1 | -0/+8 | |
| * | | | | | | | Add a foreign-key constraint to the attachments table for blobs | George Claghorn | 2018-07-19 | 3 | -2/+3 | |
| * | | | | | | | Delete attachment before purging blob | George Claghorn | 2018-07-19 | 1 | -2/+2 | |
| * | | | | | | | Destroy blob record before deleting stored data | George Claghorn | 2018-07-19 | 1 | -1/+1 | |
* | | | | | | | | [ci skip] Fixup changelog. Trim title. Mention benefit. | Kasper Timm Hansen | 2018-07-20 | 2 | -5/+8 | |
* | | | | | | | | Merge pull request #33171 from zvkemp/active-job-asn-wrap-enqueue | Kasper Timm Hansen | 2018-07-20 | 3 | -6/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Wrap ActiveJob::Enqueue in evented ActiveSupport::Notification | zvkemp | 2018-07-17 | 3 | -6/+27 | |
* | | | | | | | | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2 | Kasper Timm Hansen | 2018-07-20 | 11 | -77/+189 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Show nested exceptions on the debug view | Yuki Nishijima | 2018-07-15 | 11 | -77/+189 | |
* | | | | | | | | | | [ci skip] Fix syntax error + make example easier to follow. | Kasper Timm Hansen | 2018-07-20 | 1 | -2/+3 | |
* | | | | | | | | | | [ci skip] Strike changelog entry, since it's 5.2 backported. | Kasper Timm Hansen | 2018-07-20 | 1 | -11/+0 | |
* | | | | | | | | | | [ci skip] Move changelog entry up top. Clarify. | Kasper Timm Hansen | 2018-07-20 | 1 | -7/+11 | |
* | | | | | | | | | | Merge pull request #33392 from azbshiri/actionpack/prevent-request-encoder-to... | Kasper Timm Hansen | 2018-07-20 | 3 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Prevent `RequestEncoder#encode_params` to parse falsey params | Alireza Bashiri | 2018-07-20 | 3 | -1/+22 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES` | yuuji.yaginuma | 2018-07-20 | 2 | -1/+4 | |
* | | | | | | | | | Merge pull request #33401 from pinewong/patch-1 | Rafael França | 2018-07-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix basic auth problem in ActionController::HttpAuthentication::Basic doc | 黄松 | 2018-07-20 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33394 from kamipo/avoid_extra_scoping | Eileen M. Uchitelle | 2018-07-19 | 3 | -2/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Avoid extra scoping in delegating to klass methods in the `scope` block | Ryuta Kamizono | 2018-07-19 | 3 | -2/+8 | |
* | | | | | | | | | Merge pull request #33391 from utilum/method_call_assertions_instead_of_mocha | Ryuta Kamizono | 2018-07-19 | 5 | -98/+154 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use MethodCallAssertions instead of Mocha#expects | utilum | 2018-07-19 | 5 | -98/+154 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Fix `insert_fixtures_set` to be restored original connection flags | Ryuta Kamizono | 2018-07-19 | 3 | -34/+116 | |
* | | | | | | | | Link between ActiveStorage::Blob#purge, #purge_later, and #delete [ci skip] | George Claghorn | 2018-07-18 | 1 | -5/+5 | |
* | | | | | | | | Clarify the ActiveStorage::Attachment#purge and #purge_later docs | George Claghorn | 2018-07-18 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Revert "Short circuit the scoping delegation for `relation.all`" | Ryuta Kamizono | 2018-07-19 | 1 | -1/+0 | |
* | | | | | | | Merge pull request #33384 from lanzhiheng/add-situation-for-belongs-to-associ... | Rafael França | 2018-07-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add situation for belongs to association. [ci skip] | lanzhiheng | 2018-07-18 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #33363 from ahorek/transaction_bug | Rafael França | 2018-07-18 | 2 | -5/+38 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | use set_server_option if possible | pavel | 2018-07-15 | 2 | -5/+38 | |
* | | | | | | | | | Revert "Merge pull request #33385 from lanzhiheng/add-example-for-has-and-bel... | Rafael Mendonça França | 2018-07-18 | 1 | -16/+0 | |
* | | | | | | | | | Merge pull request #31320 from gtqnchev/to_form_params-fix | Rafael França | 2018-07-18 | 3 | -3/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix issue with `button_to`'s `to_form_params` | Georgi Georgiev | 2018-07-16 | 3 | -3/+21 | |
* | | | | | | | | | | Merge pull request #33385 from lanzhiheng/add-example-for-has-and-belongs-to-... | Rafael França | 2018-07-18 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add example for `has-and-belongs-to-many` association. [ci skip] | lanzhiheng | 2018-07-18 | 1 | -0/+16 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #33358 from azbshiri/summer-time | Rafael França | 2018-07-18 | 2 | -2/+25 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Test DST both in local and utc timezone | Alireza Bashiri | 2018-07-17 | 1 | -2/+24 | |
| * | | | | | | | | | Implement change() to convert to "2001-01-01" first | Sean Prashad | 2018-07-17 | 1 | -0/+1 | |
* | | | | | | | | | | Merge pull request #33375 from utilum/stub_leftover | Rafael França | 2018-07-17 | 3 | -26/+46 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | |