1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
yuuji.yaginuma 72831d75b6 run before_configuration callbacks as soon as application constant inherits from Rails::Application
Until Rails 4.1, `before_configuration` run as soon as the application constant
inherits from `Rails::Application`.
However, in d25fe31c40, it has been modified to
run at instantiation process.

This modify to `before_configuration` is run at same timing as to Rails 4.1.

Fixes #19880
2016-08-19 12:12:00 +09:00
..
application Add three new rubocop rules 2016-08-16 04:30:11 -03:00
commands Add three new rubocop rules 2016-08-16 04:30:11 -03:00
configuration normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
engine add missing require rake 2016-08-11 20:54:23 +09:00
fixtures normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
generators Merge pull request #26157 from y-yagi/remove_test_mailers_when_skipping_action-mailer 2016-08-16 05:01:30 -03:00
isolation Add three new rubocop rules 2016-08-16 04:30:11 -03:00
railties run before_configuration callbacks as soon as application constant inherits from Rails::Application 2016-08-19 12:12:00 +09:00
test_unit normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
abstract_unit.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
app_loader_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
backtrace_cleaner_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
code_statistics_calculator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
code_statistics_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
engine_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
env_helpers.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
generators_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
initializable_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
json_params_parsing_test.rb Drop a temporary table before end of a test case 2016-08-14 00:44:24 +09:00
path_generation_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
paths_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
rack_logger_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
rails_info_controller_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
rails_info_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
version_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00