aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ActiveStorage] Ensure that the `_blob` association is properly loaded when a...Abhishek Chandrasekhar2019-02-263-0/+7
* 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
|\ \ \
| * | | update callbacks skipping methods in guide [ci skip]Shivam Jain2019-02-231-3/+2
* | | | Merge pull request #35371 from rails/always-have-a-formatAaron Patterson2019-02-224-7/+18
|\ \ \ \
| * | | | Ensure that rendered templates always have a formatAaron Patterson2019-02-224-7/+18
* | | | | Skip `test_select_with_subquery_in_from_uses_original_table_name` on CIRyuta Kamizono2019-02-231-1/+1
| |/ / / |/| | |
* | | | Merge pull request #35369 from rails/fewer-lookup-context-callsAaron Patterson2019-02-222-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Pass lookup context to the layout handlersAaron Patterson2019-02-222-6/+6
| |/ /
* | | Skip `test_select_with_subquery_in_from_uses_original_table_name` on Buildkit...Ryuta Kamizono2019-02-221-2/+5
* | | Merge pull request #35357 from abhaynikam/35351-allows-rich-text-area-to-have...George Claghorn2019-02-222-2/+52
|\ \ \
| * | | Allows rich_text_area_tag to add I18n translated placeholder text if placehol...Abhay Nikam2019-02-222-2/+52
| |/ /
* | | Prefer I18n.with_localeGeorge Claghorn2019-02-212-52/+37
* | | Merge pull request #35363 from rails/zeitwerk-1.3.0Xavier Noria2019-02-215-12/+11
|\ \ \
| * | | simplifies Rails.autoloaders.logger=Xavier Noria2019-02-212-4/+3
| * | | simplify AS::Dependencies.verbose=Xavier Noria2019-02-212-5/+5
| * | | bump ZeitwerkXavier Noria2019-02-212-3/+3
| |/ /
* | | Merge pull request #35360 from kamipo/fix_select_and_pluck_with_fromRyuta Kamizono2019-02-222-1/+42
|\ \ \ | |/ / |/| |
| * | Just skip `test_select_with_subquery_in_from_uses_original_table_name` on TravisRyuta Kamizono2019-02-221-0/+3
| * | Fix `pluck` and `select` with `from` if `from` has original table nameRyuta Kamizono2019-02-222-1/+39
|/ /