aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-213-9/+38
* Merge pull request #33112 from yahonda/ci_postgresql10Rafael França2018-09-201-3/+48
|\
| * CI against PostgreSQL 10Yasuo Honda2018-09-181-3/+48
* | Merge pull request #33925 from rafaelfranca/rm-fix-column_defaultsSean Griffin2018-09-202-1/+15
|\ \
| * | Make a deep copy of the _default_attributes in column_defaultsRafael Mendonça França2018-09-202-1/+15
* | | Merge pull request #33929 from yahonda/update_utf8mb4_railsguideRyuta Kamizono2018-09-201-1/+2
|\ \ \
| * | | Update MySQL server version and character set in Rails Guide [skip ci]Yasuo Honda2018-09-201-1/+2
| | |/ | |/|
* | | Merge pull request #33928 from freeletics/fix-key-envYuji Yaginuma2018-09-204-12/+8
|\ \ \
| * | | Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-204-12/+8
|/ / /
* | | Fix deprecation hash warning - activerecord testVitor Oliveira2018-09-201-1/+1
* | | Merge pull request #33927 from bogdanvlviv/follow-up-33912Ryuta Kamizono2018-09-201-5/+2
|\ \ \
| * | | Make `ActiveRecord::Result#to_a` as alias to `ActiveRecord::Result#to_ary`bogdanvlviv2018-09-201-5/+2
|/ / /
* | | Merge pull request #33913 from kamipo/counter_cacheRyuta Kamizono2018-09-205-29/+43
|\ \ \
| * | | Don't update counter cache unless the record is actually savedRyuta Kamizono2018-09-195-29/+43
* | | | Merge pull request #33912 from gmcgibbon/ar_result_to_hash_deprecateRafael França2018-09-194-5/+27
|\ \ \ \
| * | | | Deprecate ActiveRecord::Result#to_hash in favor of #to_aKevin Cheng2018-09-184-5/+27
| | |/ / | |/| |
* | | | Fix env name for master keyyuuji.yaginuma2018-09-203-3/+3
* | | | Merge pull request #32932 from y-yagi/fixes_32920Yuji Yaginuma2018-09-202-1/+16
|\ \ \ \
| * | | | Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-192-1/+16
* | | | | Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-197-29/+163
| |_|_|/ |/| | |
* | | | Don't return the same object when using find with an empty arrayRafael Mendonça França2018-09-192-2/+5
| |_|/ |/| |
* | | Merge pull request #33897 from bogdanvlviv/follow-up-33751Rafael França2018-09-184-12/+24
|\ \ \
| * | | `retry_job` should publish `enqueue_retry.active_job` notificationbogdanvlviv2018-09-163-12/+23
| * | | Payload of `enqueue_retry.active_job` includes `:wait`bogdanvlviv2018-09-161-0/+1
* | | | Avoid the same `foreign_key` and `counter_cache` associations on `SillyReply`Ryuta Kamizono2018-09-193-7/+7
| |_|/ |/| |
* | | Merge pull request #33909 from andrewr224/patch-1Matthew Draper2018-09-181-1/+1
|\ \ \
| * | | Fix a typo in AR Query Interface [ci skip]Andrew2018-09-181-1/+1
|/ / /
* | | Merge pull request #33902 from bogdanvlviv/related-to-31727Ryuta Kamizono2018-09-171-1/+1
|\ \ \
| * | | Fix deprecation warning of `ActiveRecord::Migrator.migrations_path=`bogdanvlviv2018-09-171-1/+1
* | | | Remove meaningless `ActiveRecord::MigrationContext.new(old_path)` in ensure b...Ryuta Kamizono2018-09-172-16/+0
* | | | Merge pull request #33898 from tkoyama1988/form_helpers_readableRyuta Kamizono2018-09-171-2/+2
|\ \ \ \
| * | | | Improve readability in form helpers guide [ci skip]tkoyama19882018-09-171-2/+2
| | |/ / | |/| |
* | | | Merge pull request #33901 from bogdanvlviv/fix-output-when-run-aj-integration...Ryuta Kamizono2018-09-171-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Print correct rake command on running AJ integration testsbogdanvlviv2018-09-171-1/+1
| |/ /
* | | Merge pull request #33899 from bogdanvlviv/follow-up-33405George Claghorn2018-09-161-0/+4
|\ \ \
| * | | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att...bogdanvlviv2018-09-161-0/+4
| |/ /
* | | Merge pull request #33188 from larskanis/pg-1.1Yuji Yaginuma2018-09-172-2/+16
|\ \ \ | |/ / |/| |
| * | Return empty array when casting malformed array stringsLars Kanis2018-06-231-1/+7
| * | PostgreSQL: Prepare for pg-1.1.0Lars Kanis2018-05-271-1/+9
* | | Merge pull request #33895 from faucct/bugfix/preload_multiple_instances_of_sa...Ryuta Kamizono2018-09-162-1/+9
|\ \ \
| * | | ActiveRecord::Associations::Preloader should preload all instances of the sam...Nikita Sokolov2018-09-162-1/+9
* | | | Merge pull request #33893 from y-yagi/fix-av-ujs-build-chromedriverYuji Yaginuma2018-09-162-2/+2
|\ \ \ \
| * | | | Load `chromedriver-helper.rb`yuuji.yaginuma2018-09-161-1/+1
| * | | | Bump `chromedriver-helper` to 2.0yuuji.yaginuma2018-09-161-1/+1
* | | | | Use table name qualified column name for update countersRyuta Kamizono2018-09-162-9/+15
|/ / / /
* | | | Extract `{update,delete}_all_test.rb` from `persistence_test.rb` and `relatio...Ryuta Kamizono2018-09-164-335/+347
* | | | Unlock pg versonyuuji.yaginuma2018-09-152-5/+5
* | | | Bump marcel for significant gem size reductionGeorge Claghorn2018-09-141-1/+1
* | | | Merge pull request #33878 from kamipo/fallback_to_unprepared_statementRyuta Kamizono2018-09-155-7/+19
|\ \ \ \
| * | | | Fallback to unprepared statement only when bind params limit is exceededRyuta Kamizono2018-09-145-7/+19