aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Add test for `config.active_storage.routes_prefix`yuuji.yaginuma2018-09-151-0/+18
| |/ / / |/| | |
* | | | Merge pull request #33883 from cbisnett/active_storage_route_prefix_configura...George Claghorn2018-09-145-12/+27
|\ \ \ \
| * | | | Configure Active Storage route prefixChris Bisnett2018-09-145-12/+27
* | | | | Update associations.rb API documentation [ci skip] (#33857)Lucas Brandt2018-09-151-0/+1
* | | | | Merge pull request #33884 from printercu/patch-3Ryuta Kamizono2018-09-151-10/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip] Fix documentation for Response#content_typeprintercu2018-09-141-10/+10
|/ / / /
* | | | Add `:redis_cache_store` to `config.cache_store` options [ci skip]yuuji.yaginuma2018-09-141-1/+1
* | | | Merge pull request #33879 from yahonda/another_33876Ryuta Kamizono2018-09-143-3/+3
|\ \ \ \
| * | | | Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-143-3/+3
* | | | | SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-144-23/+28
|/ / / /
* | | | Make sure the flash method is defined even if helpers are not presentRafael Mendonça França2018-09-132-6/+11
* | | | Enable `sudo` only in the required buildyuuji.yaginuma2018-09-141-4/+21
* | | | Merge pull request #33874 from gkemmey/sqlite-expression-indexesRafael França2018-09-135-6/+70
|\ \ \ \ | |/ / / |/| | |
| * | | SQLite3 adapter supports expression indexesgkemmey2018-09-135-6/+70
* | | | Merge pull request #33875 from yahonda/drop_mysql_51_supportRyuta Kamizono2018-09-142-2/+2
|\ \ \ \
| * | | | Bump MySQL version requirement to 5.5.8 in the template filesYasuo Honda2018-09-132-2/+2