Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Test that no datetime precision isn't truncated on assignment | Ryuta Kamizono | 2019-02-27 | 2 | -1/+41 | |
* | | | | | | | | | | | Merge pull request #35412 from abhchand/correctly-load-blob-association | George Claghorn | 2019-02-26 | 3 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [ActiveStorage] Ensure that the `_blob` association is properly loaded when a... | Abhishek Chandrasekhar | 2019-02-26 | 3 | -0/+7 | |
* | | | | | | | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2019-02-27 | 1 | -5/+5 | |
* | | | | | | | | | | | | Merge pull request #35361 from jvillarejo/fix_wrong_size_query_with_distinct_... | Ryuta Kamizono | 2019-02-27 | 4 | -3/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | fixes different `count` calculation when using `size` manual `select` with DI... | jvillarejo | 2019-02-26 | 4 | -3/+39 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #35414 from abhaynikam/35406-followup-rename-template-format | Rafael França | 2019-02-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | [ci skip] Renamed formats -> format in test after #35406 | Abhay Nikam | 2019-02-26 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #35408 from rails/template-has-one-variant | Aaron Patterson | 2019-02-25 | 3 | -13/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Change `variants` to `variant` | Aaron Patterson | 2019-02-25 | 2 | -11/+10 | |
| * | | | | | | | | | | Remove potential `variants` mutation in `decorate` | Aaron Patterson | 2019-02-25 | 1 | -1/+0 | |
| * | | | | | | | | | | Convert `variant` to a keyword arg | Aaron Patterson | 2019-02-25 | 1 | -2/+2 | |
* | | | | | | | | | | | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 32 | -68/+109 | |
* | | | | | | | | | | | Improve Template#inspect output (#35407) | John Hawthorn | 2019-02-25 | 2 | -2/+16 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #35406 from rails/template-has-one-format | Aaron Patterson | 2019-02-25 | 16 | -31/+43 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Templates have one format | Aaron Patterson | 2019-02-25 | 16 | -31/+43 | |
* | | | | | | | | | | | Merge pull request #35400 from aglushkov/stream_manual_cache_control | Aaron Patterson | 2019-02-25 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Allow custom cache-control header in AC::Live | Andrey Glushkov | 2019-02-25 | 2 | -2/+8 | |
* | | | | | | | | | | | Merge pull request #35404 from rails/no-nil-format-on-templates | Aaron Patterson | 2019-02-25 | 6 | -16/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update actionview/lib/action_view/template.rb | Ryuta Kamizono | 2019-02-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | remove the formats writer on templates | Aaron Patterson | 2019-02-25 | 1 | -2/+6 | |
| * | | | | | | | | | | | Dereference the format type before template construction | Aaron Patterson | 2019-02-25 | 2 | -2/+2 | |
| * | | | | | | | | | | | Always pass a format to the ActionView::Template constructor | Aaron Patterson | 2019-02-25 | 6 | -13/+26 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Fix class name in the documentation [ci skip] | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #35402 from alimi/update-ar-read-regex | Aaron Patterson | 2019-02-25 | 4 | -1/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update READ_QUERY regex | Ali Ibrahim | 2019-02-25 | 4 | -1/+29 | |
* | | | | | | | | | | | | Depend on bootsnap 1.4.1 | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Refactor `type_to_sql` to handle converting `limit` to `size` in itself | Ryuta Kamizono | 2019-02-26 | 6 | -76/+91 | |
* | | | | | | | | | | | Merge pull request #35399 from kamipo/fix_prepared_statement_caching | Ryuta Kamizono | 2019-02-26 | 5 | -15/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix prepared statements caching to be enabled even when query caching is enabled | Ryuta Kamizono | 2019-02-26 | 5 | -15/+79 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #35394 from alkesh26/activemodel-typo-fix | Ryuta Kamizono | 2019-02-25 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | activemodel typo fix. | alkesh26 | 2019-02-25 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge pull request #35352 from kamipo/update_all_doesnt_care_optimistic_locking | Ryuta Kamizono | 2019-02-25 | 4 | -19/+83 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Ensure `update_all` series cares about optimistic locking | Ryuta Kamizono | 2019-02-25 | 4 | -19/+83 | |
* | | | | | | | | | | | Merge pull request #35393 from alkesh26/activejob-typo-fix | Ryuta Kamizono | 2019-02-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [ci skip] activejob typo fix. | alkesh26 | 2019-02-25 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Remove duplicated protected params definitions | Ryuta Kamizono | 2019-02-24 | 6 | -88/+30 | |
* | | | | | | | | | | | Add test case for `unscope` with `merge` | Ryuta Kamizono | 2019-02-24 | 1 | -0/+13 | |
* | | | | | | | | | | | More exercise string attribute predicate tests for falsy strings | Ryuta Kamizono | 2019-02-24 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge pull request #35383 from soartec-lab/update_guide_activerecord_querying | Ryuta Kamizono | 2019-02-24 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | How to use `select` is updated [ci skip] | soartec-lab | 2019-02-24 | 1 | -0/+2 | |
* | | | | | | | | | | | | Disable available locale checks in Action Test test | yuuji.yaginuma | 2019-02-24 | 1 | -0/+3 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #35382 from janko/restore-io-copy-stream-compatibility-wit... | George Claghorn | 2019-02-23 | 2 | -48/+62 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Restore UploadedFile compatibility with IO.copy_stream | Janko Marohnić | 2019-02-23 | 2 | -3/+17 | |
| * | | | | | | | | | | | Test ActionDispatch::Http::UploadedFile with an actual Tempfile | Janko Marohnić | 2019-02-23 | 1 | -48/+48 | |
* | | | | | | | | | | | | Make this test stronger | Xavier Noria | 2019-02-23 | 1 | -0/+7 | |
* | | | | | | | | | | | | Add test case for `unscope` with unknown column | Ryuta Kamizono | 2019-02-24 | 1 | -0/+11 | |
* | | | | | | | | | | | | More exercise tests for distinct count with group by | Ryuta Kamizono | 2019-02-24 | 1 | -2/+16 | |
* | | | | | | | | | | | | Let Zeitwerk autoloaders inflect with Active Support | Xavier Noria | 2019-02-23 | 2 | -2/+32 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #35379 from shivamvinsol/minor_grammar_fix | Ryuta Kamizono | 2019-02-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ |