aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Revise flow to what was described in 03e44f9Kasper Timm Hansen2019-08-044-38/+47
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-045-105/+79
* Extract diffing to separate credentials:diff commandKasper Timm Hansen2019-08-043-51/+43
* 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
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-022-0/+4
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+15
* Remove duplicate method definitionDaniel Colson2019-08-011-5/+0
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-15/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-022-4/+0
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-2/+2
* Fix db:seedeileencodes2019-07-311-0/+19
* Address to rubocop offencesRyuta Kamizono2019-07-313-4/+4
* 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-2910-16/+16
* 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
* Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]Xavier Noria2019-07-281-0/+29
* Use match? where we don't need MatchDataAkira Matsuda2019-07-275-5/+5
* Do not use the same temp file in different testsyuuji.yaginuma2019-07-271-4/+5
* Merge pull request #36777 from Edouard-chin/ec-git-pretty-credentialsRafael França2019-07-264-9/+185
|\
| * Prettify diff generated by git for encripted file:Edouard CHIN2019-07-264-9/+185
* | Removed webpacker:compile step from scaffold test as it is not required and a...Abhay Nikam2019-07-261-2/+0
* | 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
* | | let autoloaded? support modules with overridden names [closes #36757]Xavier Noria2019-07-251-0/+9
* | | read configuration to determine excluded eager loaded directory (#36354)Andrew Kress2019-07-252-2/+11
* | | 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
| |/ / / /