rails--rails/railties/test/application
José Valim 211799450d Ensure show exceptions middleware properly filters backtrace before logging. 2010-06-09 22:49:14 +02:00
..
initializers removes Array#random_element and backports Array#sample from Ruby 1.9, thanks to Marc-Andre Lafortune 2010-06-05 01:15:17 +02:00
configuration_test.rb Simplify cookie_store by simply relying on cookies.signed. 2010-05-18 02:05:20 +02:00
console_test.rb reload! on console now works as expected. [#3822 status:resolved] 2010-02-26 12:09:39 +01:00
generators_test.rb Should call configure! to initiliaze the application 2010-06-09 10:06:34 +02:00
middleware_test.rb Ensure show exceptions middleware properly filters backtrace before logging. 2010-06-09 22:49:14 +02:00
model_initialization_test.rb Fix failing test. 2010-04-28 23:42:55 +02:00
paths_test.rb Removing Metal from Rails 3. 2010-05-29 20:08:00 +02:00
rackup_test.rb Fix typo on rackup test (ht: pleax) 2010-05-20 13:49:06 -07:00
rake_test.rb The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
routing_test.rb nested controllers need to be explicitly declared with the new mapper 2010-02-28 18:43:20 -06:00
test_test.rb Check if Test::Unit is defined before adding backtrace filter. 2010-02-07 14:51:23 +01:00
url_generation_test.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00