rails--rails/railties/test/application
José Valim 53b34e8476 Avoid calls to Rails::Application since this is not the official API.
Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
2010-07-01 18:43:44 +02:00
..
initializers Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +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
loading_test.rb Push a failing test for issues [#4994] and [#5003]. 2010-06-29 19:50:09 +02:00
middleware_test.rb adding middleware test for RAILS_CACHE 2010-06-24 20:08:50 +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 Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
routing_test.rb Add a failing test for ticket #4874 2010-06-17 13:48:02 +02:00
runner_test.rb Added 4 tests for Rails Runner. 2 failing tests for $0 and $PROGRAM_NAME [#2244 state:open] 2010-06-22 15:20:28 +02: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 Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00