aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changelog entryWillian Gustavo Veiga2018-10-021-0/+4
* Merge branch 'master' into feature/reselect-methodWillian Gustavo Veiga2018-10-02719-3931/+10739
|\
| * Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecationRafael França2018-10-023-0/+30
| |\
| | * Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-283-0/+30
| * | Merge pull request #34049 from sharang-d/marshalling-text-changesRyuta Kamizono2018-10-028-28/+28
| |\ \
| | * | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-028-28/+28
| |/ /
| * | Merge pull request #34046 from rtlechow/fix-typosYuji Yaginuma2018-10-022-3/+3
| |\ \
| | * | Fix typosR.T. Lechow2018-10-012-3/+3
| * | | Remove unnecessary `coffee-rails`yuuji.yaginuma2018-10-022-5/+0
| |/ /
| * | Remove duplicated before_install entries in .travis.ymlRyuta Kamizono2018-10-011-3/+0
| * | Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-3049-327/+285
| * | Handle UPDATE/DELETE with OFFSET in ArelRyuta Kamizono2018-10-016-19/+35
| * | Merge pull request #23593 from meinac/add_index_option_for_change_tableRyuta Kamizono2018-10-013-0/+22
| |\ \
| | * | Index option added for change_table migrationsMehmet Emin INAC2018-09-223-0/+22
| * | | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-013-5/+5
| |\ \ \
| | * | | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-203-5/+5
| * | | | Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-01109-268/+274
| |\ \ \ \
| | * | | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-29109-268/+274
| * | | | | Explain why we have explicit marshaling methodsDavid Heinemeier Hansson2018-09-301-2/+6
| * | | | | make actionview templates marshalable so that they can be serialized during t...lsylvester2018-09-302-0/+16
| * | | | | Merge pull request #34031 from lsylvester/require-except-before-aliasing-itYuji Yaginuma2018-10-011-0/+1
| |\ \ \ \ \
| | * | | | | Require the except hash extension before trying to alias itLachlan Sylvester2018-10-011-0/+1
| |/ / / / /
| * | | | | Place `PartialQuery` and `PartialQueryCollector` in the same fileRyuta Kamizono2018-09-302-24/+28
| * | | | | Handle DELETE with LIMIT in ArelRyuta Kamizono2018-09-309-69/+78
| * | | | | `SQLString#compile` is no longer used since 53521a9e39b9d8af4165d7703c36dc905...Ryuta Kamizono2018-09-302-15/+5
| * | | | | `visitor.accept` doesn't handle `&block`Ryuta Kamizono2018-09-301-2/+2
| * | | | | Use private attr_reader in ArelRyuta Kamizono2018-09-303-6/+3
| * | | | | Remove `visit_Fixnum` and `visit_Bignum`Ryuta Kamizono2018-09-303-4/+1
| * | | | | Make `test_initialize_with_invalid_attribute` work correctlyyuuji.yaginuma2018-09-301-4/+6
| |/ / / /
| * | | | Reset `ActiveRecord::Base.configurations` to the value beforeyuuji.yaginuma2018-09-291-1/+2
| * | | | Merge pull request #34020 from tgturner/update-cache-docsYuji Yaginuma2018-09-291-2/+2
| |\ \ \ \
| | * | | | Updates expires_in docsGraham Turner2018-09-281-2/+2
| | | |_|/ | | |/| |
| * | | | Merge pull request #34021 from gmcgibbon/change_migrations_paths_command_opti...Eileen M. Uchitelle2018-09-2811-19/+83
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Refactor migrations_path command option to databaseGannon McGibbon2018-09-2811-19/+83
| * | | | Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571)Mohit Natoo2018-09-281-8/+8
| * | | | Merge pull request #34012 from abraham-chan/indifferent-access-withoutRafael França2018-09-283-0/+18
| |\ \ \ \
| | * | | | Fix HashWithIndifferentAccess#without bugAbraham Chan2018-09-283-0/+18
| * | | | | Merge pull request #34017 from utilum/update_backburner_to_latest_versionRafael França2018-09-281-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Update backburner to the latest versionutilum2018-09-281-2/+2
| |/ / / /
| * | | | Merge pull request #33348 from ruralocity/update-validation-contexts-guideRyuta Kamizono2018-09-281-9/+27
| |\ \ \ \
| | * | | | Update guide for validation custom contexts [ci skip]Aaron Sumner2018-07-111-9/+27
| * | | | | Merge pull request #33570 from mohitnatoo/queue_adapter_name_docRyuta Kamizono2018-09-281-0/+2
| |\ \ \ \ \
| | * | | | | Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip]Mohit Natoo2018-08-101-0/+2
| * | | | | | Merge pull request #34013 from bogdan/relation-merge-fromRyuta Kamizono2018-09-282-3/+10
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Bugfix ActiveRecord::Relation#merge special case of from clauseBogdan Gusiev2018-09-282-3/+10
| |/ / / / /
| * | | | | Merge pull request #34010 from Edouard-chin/ec-uneeded-requireRyuta Kamizono2018-09-282-1/+1
| |\ \ \ \ \
| | * | | | | LoggerSilence doesn't require concurrent:Edouard CHIN2018-09-282-1/+1
| |/ / / / /
| * | | | | Merge pull request #33880 from robbertbrak/masterRyuta Kamizono2018-09-281-1/+3
| |\ \ \ \ \
| | * | | | | Clarify transactional behavior of after_commit and after_rollback callbacksRobbert Brak2018-09-141-1/+3
| * | | | | | Merge pull request #33833 from duduribeiro/patch-2Gannon McGibbon2018-09-271-1/+1
| |\ \ \ \ \ \