aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-1912-50/+53
|\
| * remove another call to rendered_format=Aaron Patterson2019-02-171-2/+0
| * pass format to the digestorAaron Patterson2019-02-161-5/+5
| * Pass the template format to the digestorAaron Patterson2019-02-1511-43/+48
* | Merge pull request #35271 from gmcgibbon/fix_time_attribute_test_failuresGannon McGibbon2019-02-191-0/+4
|\ \
| * | Reset column info after making Topic tz-awareGannon McGibbon2019-02-181-0/+4
* | | Merge pull request #35316 from abhaynikam/35304-add-delete_by_and_destroy_byRyuta Kamizono2019-02-194-1/+71
|\ \ \
| * | | Introduce delete_by and destroy_by methods to ActiveRecord::RelationAbhay Nikam2019-02-194-1/+71
* | | | Revert "Merge pull request #35324 from sharang-d/patch-2"Ryuta Kamizono2019-02-191-1/+1
* | | | Merge pull request #35324 from sharang-d/patch-2Vipul A M2019-02-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update active_record_callbacks.md [ci skip]Sharang Dashputre2019-02-191-1/+1
|/ / /
* | | Merge pull request #35310 from kamipo/dont_allow_invalid_value_matches_to_nilRyuta Kamizono2019-02-195-8/+22
|\ \ \
| * | | Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-185-8/+22
* | | | Delete documentation inconsistency 'finally' for AR callbacks [ci skip] (#35...Shodai Suzuki2019-02-192-2/+2
* | | | Add combining callback conditions [skip ci] (#35313)Shodai Suzuki2019-02-191-0/+14
| |/ / |/| |
* | | Merge pull request #35318 from alkesh26/actionpack-typo-fixRyuta Kamizono2019-02-191-1/+1
|\ \ \
| * | | appropriate typo fixalkesh262019-02-191-1/+1
| |/ /
* / / Fix preparing the configured Action Mailbox ingress in productionGeorge Claghorn2019-02-181-6/+4
|/ /
* | Merge pull request #29651 from Sayanc93/return-correct-dateRyuta Kamizono2019-02-183-2/+30
|\ \
| * | Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-173-2/+40
* | | Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-189-21/+17
* | | Remove duplicated `test_update_all_with_order_and_limit`Ryuta Kamizono2019-02-181-6/+0
* | | Fix type cast with values hash for Date typeRyuta Kamizono2019-02-187-13/+27
* | | upgrades Zeitwerk to 1.2.0Xavier Noria2019-02-172-3/+3
* | | Use placeholder for `type_condition` predicateRyuta Kamizono2019-02-181-1/+1
* | | Fix eager loading polymorphic association with mixed table conditionsRyuta Kamizono2019-02-186-26/+43
* | | Add edge test cases for integer and string typesRyuta Kamizono2019-02-172-0/+15
* | | Merge pull request #35302 from yhirano55/auto_correct_rubocop_offensesRyuta Kamizono2019-02-172-12/+12
|\ \ \
| * | | Auto correct rubocop offensesYoshiyuki Hirano2019-02-172-12/+12
* | | | Merge pull request #35274 from AlexBrodianoi/fix_does_not_support_reverseRyuta Kamizono2019-02-172-1/+10
|\ \ \ \
| * | | | Raise ActiveRecord::IrreversibleOrderError if nulls first/last is not a singl...Finn Young2019-02-172-1/+10
* | | | | Fix `order` with custom attributesRyuta Kamizono2019-02-174-4/+21
* | | | | Merge pull request #35299 from kamipo/fix_mismatched_foreign_keyRyuta Kamizono2019-02-173-23/+115
|\ \ \ \ \
| * | | | | Fix the regex that extract mismatched foreign key informationRyuta Kamizono2019-02-173-23/+115
|/ / / / /
* | | | | Merge pull request #35297 from yhara/fix-ar-connection-handler-leakRyuta Kamizono2019-02-161-7/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix possible memory leak of ConnectionHandlerYutaka HARA2019-02-161-7/+11
* | | | | Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais...Aaron Patterson2019-02-152-5/+16
|\ \ \ \ \
| * | | | | Show deprecated message instead of raise exception in `compiled_method_contai...yuuji.yaginuma2019-02-162-5/+16
* | | | | | Remove `NoForeignKeySupportTest` which is no longer reachedRyuta Kamizono2019-02-162-46/+0
* | | | | | Refactor `remove_foreign_key` to delete the foreign key before `alter_table`Ryuta Kamizono2019-02-161-4/+2
| |/ / / / |/| | | |
* | | | | Add changelog entry for #35212Ryuta Kamizono2019-02-161-0/+4
* | | | | Merge pull request #35286 from matthewdunbar/masterRyuta Kamizono2019-02-162-0/+18
|\ \ \ \ \
| * | | | | Properly handle cached queries with too many bind parametersMatthew Dunbar2019-02-142-0/+16
* | | | | | Merge pull request #35269 from y-yagi/allow_to_pass_options_to_csp_meta_tagYuji Yaginuma2019-02-162-2/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Allow to pass options to `csp_meta_tag`yuuji.yaginuma2019-02-162-2/+8
* | | | | | Implement AS::Dependencies.verbose= compatibility for :zeitwerk modeXavier Noria2019-02-152-0/+41
* | | | | | Merge pull request #35289 from LinkUpStudioUA/masterRafael França2019-02-151-0/+1
|\ \ \ \ \ \
| * | | | | | AbstractController::Translation#t: dup optionsNazar Matus2019-02-151-0/+1
* | | | | | | Merge pull request #35262 from gmcgibbon/reword_ar_rdbms_noteGannon McGibbon2019-02-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Reword RDBMS note in ActiveRecord basicsGannon McGibbon2019-02-131-1/+1