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/application
2010-05-20 13:49:06 -07:00
..
initializers Renames Array#rand -> Array#random_element 2010-05-17 23:03:16 +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 Add config.generators.templates to provide alternative paths for template lookup. 2010-02-06 17:32:06 +01:00
metal_test.rb Fix all the broken tests due to the AC configuration refactor 2010-03-03 21:24:27 -08:00
middleware_test.rb Simplify cookie_store by simply relying on cookies.signed. 2010-05-18 02:05:20 +02:00
model_initialization_test.rb Fix failing test. 2010-04-28 23:42:55 +02:00
paths_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
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