aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-091-1/+1
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-091-0/+1
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-092-1/+8
* 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
* | Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
* | 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-3019-128/+63
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-5/+5
* | Merge branch 'master' into eager-url-helpersAaron Patterson2018-09-261-2/+2
|\ \
| * | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* | | 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
|/ /
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-234-4/+4
* | Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-203-11/+7
* | Fix env name for master keyyuuji.yaginuma2018-09-202-2/+2
* | Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-194-24/+84
|/
* Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-141-1/+1
* 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
* 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-111-1/+4
|\ \ \
| * | | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keysMauro Berlanda2018-09-111-1/+4
| | |/ | |/|
* | | use "minitest" consistentlyXavier Noria2018-09-112-4/+3
* | | Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
|/ /
* | Use canonical name for block localyuuji.yaginuma2018-09-071-12/+12
* | Generate a gem that can't be pushed to Rubygems.org by defaultRafael Mendonça França2018-09-061-0/+9
* | Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-043-5/+5
* | Merge pull request #33773 from mcnelson/null_cache_store_for_test_envGeorge Claghorn2018-09-021-0/+1
|\ \
| * | Set cache store as null_store for test environmentMichael Nelson2018-08-021-0/+1
* | | Merge pull request #33743 from steakknife/steakknife/improve-template-generat...Rafael França2018-08-311-15/+41
|\ \ \
| * | | add github to template actions, light DSL refactorBarry Allard2018-08-301-15/+41
* | | | Emit warning for unknown inflection rule when generating model.Yoshiyuki Kinjo2018-08-311-1/+8
* | | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yamlEileen M. Uchitelle2018-08-291-12/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Drop load_database_yaml and fix testEileen Uchitelle2018-08-291-12/+0
* | | | Generate the same value as a label of view in system test templateyuuji.yaginuma2018-08-291-2/+2
|/ / /
* | | Merge pull request #33703 from bogdanvlviv/follow-up-33659George Claghorn2018-08-231-1/+1
|\ \ \
| * | | Set the test adapter for the test environment by default in `config/cable.yml`bogdanvlviv2018-08-231-1/+1
* | | | Merge pull request #33696 from bogdanvlviv/follow-up-44007c070Kasper Timm Hansen2018-08-234-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Use `say`/`error` instead of `puts`/`$stderr.puts`bogdanvlviv2018-08-224-10/+10
* | | | Merge pull request #33697 from bogdanvlviv/rails-command-help-show-descriptionRafael França2018-08-222-2/+5
|\ \ \ \
| * | | | Fix `rails initializers --help` and `rails dev:cache --help`bogdanvlviv2018-08-222-2/+5
| |/ / /
* / / / Remove `rake initializers` from rake tasks listbogdanvlviv2018-08-221-1/+0
|/ / /
* | | Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-202-0/+10
* | | Don't put up with not saying it.Kasper Timm Hansen2018-08-191-1/+1
* | | Merge pull request #33631 from anniecodes/initializers-commandKasper Timm Hansen2018-08-192-4/+22
|\ \ \