rails--rails/actionpack/test/controller
Joshua Peek 894f9ccc53 Use RackRequest as a mock instead of StubCGI into RequestTest 2008-08-17 19:04:01 -05:00
..
controller_fixtures
deprecation Set global ActionController::Base.view_paths for test cases 2008-07-12 14:11:51 -05:00
html-scanner Patched HTML::Document#initialize call to Node.parse so that it includes the strict argument. [#330] 2008-06-24 23:11:35 -07:00
session Fix file permissions 2008-07-31 16:36:23 -05:00
action_pack_assertions_test.rb Made ActionView::Base#first_render a little more private. And added _last_render to track the most recent render. Will fix #609 as a side effect. [#609 state:resolved] 2008-07-13 13:26:48 -05:00
addresses_render_test.rb Set global ActionController::Base.view_paths for test cases 2008-07-12 14:11:51 -05:00
assert_select_test.rb Tidy up ActionMailer rendering logic to take advantage of view path cache instead of using file system lookups 2008-08-06 20:11:21 -05:00
base_test.rb Use fully-qualified controller name when logging. [#600 state:resolved] 2008-07-17 01:33:44 +01:00
benchmark_test.rb
caching_test.rb Update tests for request memoization 2008-08-08 02:31:12 -07:00
capture_test.rb Set global ActionController::Base.view_paths for test cases 2008-07-12 14:11:51 -05:00
cgi_test.rb Update tests for request memoization 2008-08-08 02:31:12 -07:00
components_test.rb Simplify the implementation of assert_redirected_to to normalise the urls before comparing. Also allows for a simpler implementation of redirect_to without most of the recursion. 2008-07-04 10:41:40 +03:00
content_type_test.rb Update tests for request memoization 2008-08-08 02:31:12 -07:00
cookie_test.rb Fix symbol cookie test 2008-07-17 18:19:09 +01:00
dispatcher_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
fake_controllers.rb
fake_models.rb
filter_params_test.rb One last fix to test_filter_parameters_is_protected. 2008-05-14 14:14:23 -05:00
filters_test.rb
flash_test.rb Move missing template logic to ActionView 2008-04-19 18:59:13 +01:00
header_test.rb
helper_test.rb Ruby 1.9 compat: qualify module name within module_evaled block 2008-05-19 12:57:42 -07:00
http_authentication_test.rb
integration_test.rb Improved test coverage for integration test's api 2008-06-17 21:25:51 -05:00
integration_upload_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
layout_test.rb Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything. 2008-07-18 16:00:20 -05:00
mime_responds_test.rb Update tests for request memoization 2008-08-08 02:31:12 -07:00
mime_type_test.rb change ActionController::RequestForgeryProtection to use Mime::Type#verify_request? [#73] 2008-05-06 02:58:32 -07:00
new_render_test.rb Added tests for partial collection counters [#766 state:resolved] 2008-08-09 10:48:56 -05:00
polymorphic_routes_test.rb Fixed polymorphic_url to be able to handle singleton resources. 2008-06-22 18:58:47 -07:00
rack_test.rb Update tests for request memoization 2008-08-08 02:31:12 -07:00
record_identifier_test.rb Make render shorthands work with namespaced controllers 2008-05-10 11:28:19 +01:00
redirect_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
render_test.rb Update tests for request memoization 2008-08-08 02:31:12 -07:00
request_forgery_protection_test.rb Merge branch 'master' of git@github.com:rails/rails 2008-05-13 09:41:10 -07:00
request_test.rb Use RackRequest as a mock instead of StubCGI into RequestTest 2008-08-17 19:04:01 -05:00
rescue_test.rb Allow Dispatcher exceptions to be handled in application.rb using rescue_from 2008-07-16 18:54:08 +01:00
resources_test.rb Raise ArgumentError if an invalid method is specified as part of a route's conditions. Also raise an error if HEAD is specified as the method, as rails routes all HEAD requests through the equivalent GET, though doesn't return the response body [#182 state:resolved] 2008-07-18 20:19:03 -05:00
routing_test.rb Prepare Route#generate and Route#recognize early. Also refactor segments a bit to try to make immutable. 2008-07-28 13:41:42 -05:00
selector_test.rb
send_file_test.rb Set global ActionController::Base.view_paths for test cases 2008-07-12 14:11:51 -05:00
session_fixation_test.rb
session_management_test.rb Added session(:on) to turn session management back on in a controller subclass if the superclass turned it off (Peter Jones) [#136 state:resolved] 2008-05-11 13:18:49 -05:00
test_test.rb Prepare Route#generate and Route#recognize early. Also refactor segments a bit to try to make immutable. 2008-07-28 13:41:42 -05:00
url_rewriter_test.rb AbstractRequest.relative_url_root is no longer automatically configured by a HTTP header. It can now be set in your configuration environment with config.action_controller.relative_url_root 2008-07-24 13:41:51 -05:00
verification_test.rb verify :redirect_to => :back should redirect to the referrer. [#280 state:resolved] 2008-06-17 18:08:56 +01:00
view_paths_test.rb Extract ActiveSupport::TypedArray class to ensure an array is all of the same type [#673 state:resolved] 2008-07-22 11:12:16 -05:00
webservice_test.rb