aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Revise flow to what was described in 03e44f9Kasper Timm Hansen2019-08-043-25/+38
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-043-37/+39
* Extract diffing to separate credentials:diff commandKasper Timm Hansen2019-08-042-23/+19
* Commands already make fileutils available.Kasper Timm Hansen2019-08-031-2/+0
* Rename to Diffing and move module into credentials commandKasper Timm Hansen2019-08-033-59/+54
* 1.hour needs core_ext to workRafael Mendonça França2019-08-021-0/+2
* Remove duplicate method definitionDaniel Colson2019-08-011-5/+0
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Address to rubocop offencesRyuta Kamizono2019-07-311-1/+1
* Remove redundant empty line when we don't use system testmeganemura2019-07-291-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-296-9/+9
* Let the generated initializers/backtrace_silencers.rb code use Regexp#match?Akira Matsuda2019-07-291-1/+1
* Add viewport meta tag to default application templateLachlan Campbell2019-07-281-0/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-275-5/+5
* Merge pull request #36777 from Edouard-chin/ec-git-pretty-credentialsRafael França2019-07-262-6/+83
|\
| * Prettify diff generated by git for encripted file:Edouard CHIN2019-07-262-6/+83
* | Merge pull request #36747 from y-yagi/add_mention_about_collection_cache_vers...y-yagi2019-07-261-0/+5
|\ \
| * | Add mention about `active_record.collection_cache_versioning` to the `new_fra...yuuji.yaginuma2019-07-241-0/+5
* | | Merge pull request #36731 from jhawthorn/dir_glob_base_instead_of_chdirJohn Hawthorn2019-07-251-6/+4
|\ \ \ | |_|/ |/| |
| * | Use Dir.glob(base: ...) to avoid chdirJohn Hawthorn2019-07-221-6/+4
* | | read configuration to determine excluded eager loaded directory (#36354)Andrew Kress2019-07-251-1/+10
* | | 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 #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
* | | | 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-211-3/+7
* | | | Merge pull request #35285 from masakazutakewaka/fix_railtie_add_newline_to_ge...y-yagi2019-07-211-8/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-191-8/+14
* | | | 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-181-2/+5
|\ \ \ \
| * | | | Add `skip-collision-check` option to generatoryuuji.yaginuma2019-07-051-2/+5
* | | | | Merge pull request #36663 from igor04/load_database_yaml_fixEileen M. Uchitelle2019-07-151-1/+1
|\ \ \ \ \
| * | | | | Prevent exception of loading database yaml with blank config file [closes: #3...igor042019-07-121-1/+1
| |/ / / /
* | / / / 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-104-1/+23
|/ / /
* | | Merge pull request #36534 from y-yagi/fixes_35137Yuji Yaginuma2019-07-033-3/+8
|\ \ \
| * | | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-223-3/+8
| |/ /
* / / 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-212-0/+4
* | Allow using env var to specify pidfileBen Thorner2019-06-191-5/+6
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1330-36/+0
* | Remove redundant blank line at the bottom of the generated controller testyuuji.yaginuma2019-06-071-1/+1
* | Extract default log file open operation to methodyuuji.yaginuma2019-06-052-10/+14
* | Fix rubocop violationyuuji.yaginuma2019-06-051-2/+1