aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prep releaseeileencodes2019-03-1132-69/+134
* Fix possible dev mode RCEAaron Patterson2019-03-104-6/+43
* Only accept formats from registered mime typesJohn Hawthorn2019-03-103-6/+23
* 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
* | | | Let Zeitwerk autoloaders inflect with Active SupportXavier Noria2019-02-232-2/+32
|/ / /
* | | Merge pull request #35379 from shivamvinsol/minor_grammar_fixRyuta Kamizono2019-02-241-1/+1
|\ \ \
| * | | minor grammar fix [ci skip]Shivam Jain2019-02-241-1/+1
|/ / /
* | | Upgrade Zeitwerk to 1.3.1Xavier Noria2019-02-232-3/+3
* | | Merge pull request #35374 from rails/cache-inline-templatesAaron Patterson2019-02-223-1/+24
|\ \ \
| * | | Add a finalizer to inline templatesAaron Patterson2019-02-223-1/+24
* | | | Merge pull request #35375 from y-yagi/fix_test_select_with_subquery_in_from_u...Yuji Yaginuma2019-02-231-7/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make `test_select_with_subquery_in_from_uses_original_table_name` work with o...yuuji.yaginuma2019-02-231-7/+2
|/ / /
* | | Merge pull request #35367 from abhaynikam/update-getting-started-doc-for-migr...Rafael França2019-02-221-2/+2
|\ \ \
| * | | [ci skip] Updated migration version to 6.0 in the getting started docsAbhay Nikam2019-02-221-2/+2
* | | | Merge pull request #35370 from shivamvinsol/fix_skip_callbacks_documentationRyuta Kamizono2019-02-231-3/+2
|\ \ \ \