aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fall back to parent locale before it falls back to the :errors namespaceHugo Vacher2019-03-042-11/+32
* Don't cache `find_by` statements on STI subclassesRyuta Kamizono2019-02-273-5/+22
* Test that no datetime precision isn't truncated on assignmentRyuta Kamizono2019-02-272-1/+41
* Merge pull request #35412 from abhchand/correctly-load-blob-associationGeorge Claghorn2019-02-263-0/+7
|\
| * [ActiveStorage] Ensure that the `_blob` association is properly loaded when a...Abhishek Chandrasekhar2019-02-263-0/+7
* | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2019-02-271-5/+5
* | Merge pull request #35361 from jvillarejo/fix_wrong_size_query_with_distinct_...Ryuta Kamizono2019-02-274-3/+40
|\ \
| * | fixes different `count` calculation when using `size` manual `select` with DI...jvillarejo2019-02-264-3/+39
|/ /
* | Merge pull request #35414 from abhaynikam/35406-followup-rename-template-formatRafael França2019-02-251-1/+1
|\ \
| * | [ci skip] Renamed formats -> format in test after #35406Abhay Nikam2019-02-261-1/+1
|/ /
* | Merge pull request #35408 from rails/template-has-one-variantAaron Patterson2019-02-253-13/+11
|\ \
| * | Change `variants` to `variant`Aaron Patterson2019-02-252-11/+10
| * | Remove potential `variants` mutation in `decorate`Aaron Patterson2019-02-251-1/+0
| * | Convert `variant` to a keyword argAaron Patterson2019-02-251-2/+2
* | | Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-2532-68/+109
* | | Improve Template#inspect output (#35407)John Hawthorn2019-02-252-2/+16
|/ /
* | Merge pull request #35406 from rails/template-has-one-formatAaron Patterson2019-02-2516-31/+43
|\ \
| * | Templates have one formatAaron Patterson2019-02-2516-31/+43
* | | Merge pull request #35400 from aglushkov/stream_manual_cache_controlAaron Patterson2019-02-252-2/+8
|\ \ \ | |/ / |/| |
| * | Allow custom cache-control header in AC::LiveAndrey Glushkov2019-02-252-2/+8
* | | Merge pull request #35404 from rails/no-nil-format-on-templatesAaron Patterson2019-02-256-16/+33
|\ \ \
| * | | Update actionview/lib/action_view/template.rbRyuta Kamizono2019-02-251-1/+1
| * | | remove the formats writer on templatesAaron Patterson2019-02-251-2/+6
| * | | Dereference the format type before template constructionAaron Patterson2019-02-252-2/+2
| * | | Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-256-13/+26
|/ / /
* | | Fix class name in the documentation [ci skip]Rafael Mendonça França2019-02-251-1/+1
* | | Merge pull request #35402 from alimi/update-ar-read-regexAaron Patterson2019-02-254-1/+29
|\ \ \
| * | | Update READ_QUERY regexAli Ibrahim2019-02-254-1/+29
* | | | Depend on bootsnap 1.4.1Rafael Mendonça França2019-02-251-1/+1
| |_|/ |/| |
* | | Refactor `type_to_sql` to handle converting `limit` to `size` in itselfRyuta Kamizono2019-02-266-76/+91
* | | Merge pull request #35399 from kamipo/fix_prepared_statement_cachingRyuta Kamizono2019-02-265-15/+79
|\ \ \ | |/ / |/| |
| * | Fix prepared statements caching to be enabled even when query caching is enabledRyuta Kamizono2019-02-265-15/+79
|/ /
* | Merge pull request #35394 from alkesh26/activemodel-typo-fixRyuta Kamizono2019-02-251-3/+3
|\ \
| * | activemodel typo fix.alkesh262019-02-251-3/+3
* | | Merge pull request #35352 from kamipo/update_all_doesnt_care_optimistic_lockingRyuta Kamizono2019-02-254-19/+83
|\ \ \ | |/ / |/| |
| * | Ensure `update_all` series cares about optimistic lockingRyuta Kamizono2019-02-254-19/+83
* | | Merge pull request #35393 from alkesh26/activejob-typo-fixRyuta Kamizono2019-02-251-1/+1
|\ \ \
| * | | [ci skip] activejob typo fix.alkesh262019-02-251-1/+1
|/ / /
* | | Remove duplicated protected params definitionsRyuta Kamizono2019-02-246-88/+30
* | | Add test case for `unscope` with `merge`Ryuta Kamizono2019-02-241-0/+13
* | | More exercise string attribute predicate tests for falsy stringsRyuta Kamizono2019-02-241-0/+4
* | | Merge pull request #35383 from soartec-lab/update_guide_activerecord_queryingRyuta Kamizono2019-02-241-0/+2
|\ \ \
| * | | How to use `select` is updated [ci skip]soartec-lab2019-02-241-0/+2
* | | | Disable available locale checks in Action Test testyuuji.yaginuma2019-02-241-0/+3
|/ / /
* | | Merge pull request #35382 from janko/restore-io-copy-stream-compatibility-wit...George Claghorn2019-02-232-48/+62
|\ \ \
| * | | Restore UploadedFile compatibility with IO.copy_streamJanko Marohnić2019-02-232-3/+17
| * | | Test ActionDispatch::Http::UploadedFile with an actual TempfileJanko Marohnić2019-02-231-48/+48
* | | | Make this test strongerXavier Noria2019-02-231-0/+7
* | | | Add test case for `unscope` with unknown columnRyuta Kamizono2019-02-241-0/+11
* | | | More exercise tests for distinct count with group byRyuta Kamizono2019-02-241-2/+16