aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Add test retries for railtiesGannon McGibbon2018-10-111-0/+3
* Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-092-19/+56
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-093-7/+7
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-093-6/+7
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-093-1/+22
* Merge pull request #34084 from trustvox/masterRafael França2018-10-052-4/+2
|\
| * Remove "include FileUtils" sentence in setup/update bin filesBruno Casali2018-09-172-4/+2
* | Remove bundler warnings from bin/setup outputGannon McGibbon2018-10-051-8/+10
* | Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-054-8/+6
* | Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
* | Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-051-2/+2
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-032-14/+4
* | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-3034-291/+160
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-294-8/+8
* | Reset `ActiveRecord::Base.configurations` to the value beforeyuuji.yaginuma2018-09-291-1/+2
* | Refactor migrations_path command option to databaseGannon McGibbon2018-09-285-13/+48
* | Add migrations_paths option to model generatorGannon McGibbon2018-09-273-0/+31
* | Merge branch 'master' into eager-url-helpersAaron Patterson2018-09-262-3/+3
|\ \
| * | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-252-3/+3
* | | Routes from Engine Railties should not be an infinite loopAaron Patterson2018-09-261-0/+6
* | | Eager load supports individual filesAaron Patterson2018-09-262-4/+8
|/ /
* | Eagerly define attribute methods in productionEugene Kenny2018-09-241-0/+47
* | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-8/+10
|\ \
| * | Remove private defSakshi Jain2018-09-231-8/+10
* | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-239-9/+9
|/ /
* | Make sure this test check the issue solved in #31135Rafael Mendonça França2018-09-221-6/+12
* | Switch to supports_cache_versioning? check to a class methodschneems2018-09-202-2/+4
* | [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-202-0/+17
* | Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-204-12/+8
* | Fix env name for master keyyuuji.yaginuma2018-09-203-3/+3
* | Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-197-29/+163
|/
* Add test for `config.active_storage.routes_prefix`yuuji.yaginuma2018-09-151-0/+18
* Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-142-2/+2
* Bump MySQL version requirement to 5.5.8 in the template filesYasuo Honda2018-09-132-2/+2
* Validate if `utf8mb4` character set and longer index key prefix is supportedYasuo Honda2018-09-131-1/+0
* Add a test that exercice better the behavior we expect in the query cacheRafael Mendonça França2018-09-121-2/+43
* Build string set when `filter_attributes` is assignedbogdanvlviv2018-09-121-1/+2
* Fix query cache to load before first requestEileen Uchitelle2018-09-121-0/+33
* Merge pull request #33819 from kevindew/yarn-pathRafael França2018-09-111-1/+1
|\
| * Run yarn install relative to Rails.rootKevin Dew2018-09-071-1/+1
* | Merge pull request #33483 from DylanReile/masterRafael França2018-09-111-0/+2
|\ \
| * | Disable content security policy for mailer previewsDylan Reile2018-07-301-0/+2
* | | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-forRafael França2018-09-112-3/+53
|\ \ \
| * | | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keysMauro Berlanda2018-09-112-3/+53
| | |/ | |/|
* | | use "minitest" consistentlyXavier Noria2018-09-113-5/+4
* | | Merge pull request #33785 from bogdanvlviv/follow-up-33773-33779Rafael França2018-09-111-1/+1
|\ \ \
| * | | Clarify changelog entry added in #33779 [ci skip]bogdanvlviv2018-09-031-1/+1
* | | | Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* | | | Use correct variableyuuji.yaginuma2018-09-112-6/+6