aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Revise flow to what was described in 03e44f9Kasper Timm Hansen2019-08-041-13/+9
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-042-68/+40
* Extract diffing to separate credentials:diff commandKasper Timm Hansen2019-08-041-28/+24
* 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
* 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
* 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-312-3/+3
* Use match? where we don't need MatchDataAkira Matsuda2019-07-294-7/+7
* Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]Xavier Noria2019-07-281-0/+29
* 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-262-3/+102
|\
| * Prettify diff generated by git for encripted file:Edouard CHIN2019-07-262-3/+102
* | Removed webpacker:compile step from scaffold test as it is not required and a...Abhay Nikam2019-07-261-2/+0
|/
* 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-251-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
* | Fixed db:prepare task to not touch schema when dump_schema_after_migration is...Wojciech Wnętrzak2019-07-241-0/+16
|/
* Make Active Storage routes optionalGannon McGibbon2019-07-221-0/+15
* create a newline between blocks when gem_group, github and add_source was cal...masakazutakewaka2019-07-211-9/+44
* Merge pull request #35285 from masakazutakewaka/fix_railtie_add_newline_to_ge...y-yagi2019-07-211-8/+49
|\
| * Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-191-8/+49
* | Merge pull request #36603 from y-yagi/add_skip_collision_check_optionYuji Yaginuma2019-07-181-0/+10
|\ \
| * | Add `skip-collision-check` option to generatoryuuji.yaginuma2019-07-051-0/+10
* | | Merge pull request #36663 from igor04/load_database_yaml_fixEileen M. Uchitelle2019-07-151-0/+5
|\ \ \ | |_|/ |/| |
| * | Prevent exception of loading database yaml with blank config file [closes: #3...igor042019-07-121-0/+5
| |/
* / Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-102-0/+192
|/
* Merge pull request #36534 from y-yagi/fixes_35137Yuji Yaginuma2019-07-031-0/+32
|\
| * Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-0/+32
* | Make `bin/setup` test pass even if the database does not existyuuji.yaginuma2019-06-301-1/+1
* | Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-271-0/+28
|/
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+27
* Merge pull request #36486 from benthorner/masterYuji Yaginuma2019-06-201-0/+23
|\
| * Allow using env var to specify pidfileBen Thorner2019-06-191-0/+23
* | Move SchemaMigration to migration_contexteileencodes2019-06-142-4/+5
|/
* Merge pull request #36472 from kamipo/empty_line_only_before_access_modifierRyuta Kamizono2019-06-1314-14/+0
|\
| * Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1314-14/+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
* 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-051-0/+7
|/
* Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-301-0/+18
* Fix: DummyCompiler embeds invalid YAML contentVishal Telangre2019-05-151-0/+17
* Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-againEileen M. Uchitelle2019-05-141-0/+16
|\