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
Aaron Patterson 24f9c03d52 Revert "removing Rack::Runtime from the default stack."
This reverts commit 37423e4ff8.

Jeremy is right that we shouldn't remove this.  The fact is that many
engines are depending on this middleware to be in the default stack.
This ties our hands and forces us to keep the middleware in the stack so
that engines will work.  To be extremely clear, I think this is another
smell of "the rack stack" that we have in place.  When manipulating
middleware, we should have meaningful names for places in the req / res
lifecycle **not** have engines depend on a particular constant be in a
particular place in the stack.  This is a weakness of the API that we
have to figure out a way to address before removing the constant.

As far as timing attacks are concerned, we can reduce the granularity
such that it isn't useful information for hackers, but is still useful
for developers.
2015-10-03 14:21:31 -07:00
..
application Revert "removing Rack::Runtime from the default stack." 2015-10-03 14:21:31 -07:00
commands Use the PORT environment variable for rails server 2015-08-18 08:43:11 -04:00
configuration
fixtures
generators Removed Mocha from app generators tests 2015-09-23 23:36:25 +05:30
isolation run against edge sass to eliminate circular require warnings 2015-09-30 07:42:58 -07:00
railties Merge pull request #20605 from dcrec1/assert_file 2015-06-19 11:25:03 +02:00
test_unit Add fail fast to test runner. 2015-09-29 08:37:33 +02:00
abstract_unit.rb
app_loader_test.rb Fix file name 2015-05-27 21:48:01 -03:00
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb
code_statistics_test.rb bugfix CodeStatics#calculate_directory_statics when dir has source extension 2015-04-09 04:48:01 -03:00
engine_test.rb
env_helpers.rb
generators_test.rb Cleaned up generators tests using internal assertion helper 2015-08-20 09:22:56 +05:30
initializable_test.rb
path_generation_test.rb override controller_class on the request 2015-08-24 15:18:29 -07:00
paths_test.rb Reload I18n locales in development 2015-08-10 00:17:49 +02:00
rack_logger_test.rb
rails_info_controller_test.rb
rails_info_test.rb
version_test.rb