aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* Use correct variableyuuji.yaginuma2018-09-112-6/+6
* Remove all references to slave in the codebaseRafael Mendonça França2018-09-104-30/+30
* Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-071-0/+9
* Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-071-4/+4
* Use canonical name for block localyuuji.yaginuma2018-09-072-15/+15
* 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-047-6/+9
* Update changelog with null_store defaultMichael Nelson2018-09-021-0/+4
* 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 #33770 from eileencodes/multi-db-improvements-part-3Eileen M. Uchitelle2018-09-012-7/+37
|\ \
| * | Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-312-7/+37
* | | Remove needless test order configyuuji.yaginuma2018-09-011-2/+0
* | | Merge pull request #33743 from steakknife/steakknife/improve-template-generat...Rafael França2018-08-312-15/+79
|\ \ \
| * | | add github to template actions, light DSL refactorBarry Allard2018-08-302-15/+79
* | | | Emit warning for unknown inflection rule when generating model.Yoshiyuki Kinjo2018-08-314-3/+35
| |/ / |/| |
* | | Merge pull request #33637 from eileencodes/ar-connection-management-refactoringEileen M. Uchitelle2018-08-301-10/+10
|\ \ \
| * | | Refactors Active Record connection managementEileen Uchitelle2018-08-301-10/+10
* | | | Add migrations_paths option to migration generatorEileen Uchitelle2018-08-302-0/+24
|/ / /
* | | Merge pull request #33744 from bogdanvlviv/fixes-27852Ryuta Kamizono2018-08-301-1/+1
|\ \ \
| * | | Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* | | | Remove this conditionalEileen Uchitelle2018-08-291-1/+1
* | | | Remove unused argumentEileen Uchitelle2018-08-291-1/+1
* | | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yamlEileen M. Uchitelle2018-08-292-15/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Drop load_database_yaml and fix testEileen Uchitelle2018-08-292-15/+7
* | | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-2/+2
| * | | Convert over the rest of the blacklist referencesKevin Deisz2018-08-241-2/+2
| |/ /
* / / Generate the same value as a label of view in system test templateyuuji.yaginuma2018-08-292-3/+3
|/ /
* | 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
|/ /
* | Merge pull request #33660 from y-yagi/follow_up_32121Richard Schneeman2018-08-214-0/+58
|\ \
| * | Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-204-0/+58
* | | Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-22/+64
|/ /
* | 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-195-4/+100
|\ \
| * | Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-162-4/+48
| * | Move 'rails initializers' command to Rails::CommandAnnie-Claude Côté2018-08-162-0/+48
| * | [ci skip] Add deprecration of to CHANGELOGAnnie-Claude Côté2018-08-161-0/+4
* | | Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-2/+2
|/ /
* | Do not show deprecate task in the task listyuuji.yaginuma2018-08-161-1/+0
* | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-152-28/+0
|\ \
| * | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-142-28/+0
* | | Merge pull request #33559 from anniecodes/dev-taskKasper Timm Hansen2018-08-155-17/+115
|\ \ \