rails--rails/actionpack/test/controller
José Valim 599e46bf24 Revert "Setup explicit requires for files with exceptions. Removed them from autoloading."
Booting a new Rails application does not work after this commit [#5359 state:open]

This reverts commit 38a421b34d.
2010-09-02 21:11:03 +02:00
..
controller_fixtures
deprecation
new_base Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
request
action_pack_assertions_test.rb Remove assert_valid. It was already deprecated on Rails 2.3. 2010-07-19 22:35:17 +02:00
addresses_render_test.rb
assert_select_test.rb Remove deprecated support to <% form_for %> and several ActionController::Base methods. 2010-08-29 21:08:14 -03:00
base_test.rb Remove deprecated support to <% form_for %> and several ActionController::Base methods. 2010-08-29 21:08:14 -03:00
caching_test.rb Fixed double output from cache in no caching mode 2010-06-08 14:47:02 -04:00
capture_test.rb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
content_type_test.rb
filters_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
flash_test.rb Just reading flash messages should not create a session if one does not exist yet. 2010-06-25 09:36:26 +02:00
helper_test.rb Ensure that inherited helper_methods are available after calling clear_helpers [#5348 state:resolved] 2010-08-28 18:07:01 -03:00
http_basic_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
http_digest_authentication_test.rb
http_token_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
integration_test.rb Use assert_respond_to because it has better error messaging 2010-05-18 02:12:06 +02:00
layout_test.rb Config is deprecated on 1.8.8 and 1.9.3 use RbConfig 2010-08-23 23:10:36 -03:00
localized_templates_test.rb
log_subscriber_test.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
mime_responds_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
output_escaping_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
record_identifier_test.rb Moved a few methods from RecordIdentifier to ActiveModel::Naming 2010-07-21 11:29:58 +02:00
redirect_test.rb Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
render_js_test.rb
render_json_test.rb Always downstream given options in :json, :xml and :js renderers and add tests for it. 2010-04-22 12:12:38 +02:00
render_other_test.rb
render_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
render_xml_test.rb Fix render :xml test (ht Simo Niemelä) 2010-04-24 11:48:47 +02:00
request_forgery_protection_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
rescue_test.rb Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
resources_test.rb Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
routing_test.rb Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
selector_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
send_file_test.rb Use assert_respond_to because it has better error messaging 2010-05-18 02:12:06 +02:00
test_test.rb Reset symbolized path parameters when a test request is recycled [#5437 state:resolved] 2010-08-24 11:24:32 -03:00
url_for_test.rb Unify routes naming by renaming router to routes 2010-07-02 01:51:03 +02:00
url_rewriter_test.rb
view_paths_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
webservice_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00