aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34218 from eliotsykes/filter-common-sensitive-paramsRafael França2019-07-241-1/+3
|\
| * Add common sensitive names to generated filter parametersEliot Sykes2018-11-201-1/+3
| * Add secret to generated filter parametersEliot Sykes2018-11-201-1/+1
* | Merge pull request #36741 from Edouard-chin/ec-system-test-url-optionsEileen M. Uchitelle2019-07-241-0/+45
|\ \
| * | Define the `url_options` needed for SytemTest inside the route proxy:Edouard CHIN2019-07-241-0/+45
* | | Merge pull request #36744 from freeletics/fix-db-prepareEileen M. Uchitelle2019-07-241-0/+16
|\ \ \
| * | | Fixed db:prepare task to not touch schema when dump_schema_after_migration is...Wojciech Wnętrzak2019-07-241-0/+16
| |/ /
* | | Merge pull request #36542 from spk/add-pidfile-option-to-puma-confRafael França2019-07-231-0/+3
|\ \ \ | |/ / |/| |
| * | Add pidfile option to puma config templateLaurent Arnoud2019-06-231-0/+3
* | | Make Active Storage routes optionalGannon McGibbon2019-07-221-0/+15
* | | Move the deprecation call after the new class has been defined:Edouard CHIN2019-07-221-5/+5
* | | create a newline between blocks when gem_group, github and add_source was cal...masakazutakewaka2019-07-212-12/+51
* | | Merge pull request #35285 from masakazutakewaka/fix_railtie_add_newline_to_ge...y-yagi2019-07-212-16/+63
|\ \ \
| * | | Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-192-16/+63
* | | | Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-202-0/+6
* | | | Merge pull request #36603 from y-yagi/add_skip_collision_check_optionYuji Yaginuma2019-07-182-2/+15
|\ \ \ \
| * | | | Add `skip-collision-check` option to generatoryuuji.yaginuma2019-07-052-2/+15
* | | | | Merge pull request #36663 from igor04/load_database_yaml_fixEileen M. Uchitelle2019-07-152-1/+6
|\ \ \ \ \
| * | | | | Prevent exception of loading database yaml with blank config file [closes: #3...igor042019-07-122-1/+6
| |/ / / /
* | / / / Use reserved domain for example configurationJacob Bednarz2019-07-151-1/+1
| |/ / / |/| | |
* | | | improves zeitwerk:checkXavier Noria2019-07-121-73/+25
* | | | make sure zeitwerk:check only deals with directories [closes #36461]Xavier Noria2019-07-121-4/+5
* | | | active_support/dependencies/autoload is already required via active_support.rbAkira Matsuda2019-07-122-2/+0
* | | | These are already required via rails/command.rbAkira Matsuda2019-07-121-2/+0
* | | | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-106-1/+215
|/ / /
* | | Merge pull request #36534 from y-yagi/fixes_35137Yuji Yaginuma2019-07-034-3/+40
|\ \ \
| * | | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-224-3/+40
| |/ /
* | | Make `bin/setup` test pass even if the database does not existyuuji.yaginuma2019-06-301-1/+1
* | | Merge pull request #36560 from eileencodes/warn-if-database-yml-cant-be-readEileen M. Uchitelle2019-06-271-0/+28
|\ \ \
| * | | Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-271-0/+28
| |/ /
* / / Replace the www.robotstxt.org URL with https one [ci skip]Tatsuya Hoshino2019-06-251-1/+1
|/ /
* | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-213-0/+31
* | Merge pull request #36486 from benthorner/masterYuji Yaginuma2019-06-203-5/+31
|\ \
| * | Allow using env var to specify pidfileBen Thorner2019-06-193-5/+31
* | | Move SchemaMigration to migration_contexteileencodes2019-06-142-4/+5
|/ /
* | Merge pull request #36472 from kamipo/empty_line_only_before_access_modifierRyuta Kamizono2019-06-1344-50/+0
|\ \
| * | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1344-50/+0
* | | Don't `drop_table` before schema cache testsRyuta Kamizono2019-06-131-1/+2
|/ /
* | Convert the db:abort_if_pending_migrations task to be multi-DB awareMark Lee2019-06-101-0/+26
* | Remove redundant blank line at the bottom of the generated controller testyuuji.yaginuma2019-06-071-1/+1
* | Merge pull request #36416 from freeletics/fix-db-prepareEileen M. Uchitelle2019-06-052-12/+50
|\ \
| * | Fixed db:prepare task for multiple databases.Wojciech Wnętrzak2019-06-052-12/+50
* | | Merge pull request #36394 from eileencodes/treat-application-record-as-primaryEileen M. Uchitelle2019-06-051-3/+3
|\ \ \ | |/ / |/| |
| * | Treat ActiveRecord::Base and ApplicationRecord as "primary"eileencodes2019-06-051-3/+3
* | | Extract default log file open operation to methodyuuji.yaginuma2019-06-053-10/+21
* | | Fix rubocop violationyuuji.yaginuma2019-06-051-2/+1
|/ /
* | Merge pull request #36395 from cpruitt/6-0-stableEileen M. Uchitelle2019-06-041-3/+9
* | Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-301-0/+18
* | Bring `after_bundle` back to API document [ci skip]yuuji.yaginuma2019-05-291-1/+6
* | Skip needless spaces from generated app layout.Kasper Timm Hansen2019-05-261-1/+1