rails--rails/actionpack/test/controller
Rick Olson 8e6638afa4 Fix bug with setting Request#format= after the getter has cached the value. Closes #10889 [cch1]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8811 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-02-07 16:46:50 +00:00
..
controller_fixtures
deprecation
html-scanner Ruby 1.9 compat: check dom equality 2008-01-07 08:09:06 +00:00
session Ruby 1.9 compat: cookie store delete sets nil value instead of empty string 2008-01-07 08:12:03 +00:00
action_pack_assertions_test.rb
addresses_render_test.rb
assert_select_test.rb
base_test.rb
benchmark_test.rb
caching_test.rb Fix a few caching errors, expose a case thats still not working (ref #107330 [catfish] 2008-01-12 01:19:46 +00:00
capture_test.rb
cgi_test.rb Don't split cookies on comma also. References r8505. 2008-02-02 02:55:44 +00:00
components_test.rb
content_type_test.rb
cookie_test.rb
custom_handler_test.rb Introduce a Template class to ActionView. Closes #11024 [lifofifo] 2008-02-06 04:26:40 +00:00
dispatcher_test.rb Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. Closes #10727. 2008-01-19 02:44:45 +00:00
fake_controllers.rb Add timing test for large restful route recognition. References #10835 [oleganza] 2008-01-19 05:24:44 +00:00
fake_models.rb
filter_params_test.rb
filters_test.rb Filter procs must take 1 or 2 arguments. Raise ArgumentError otherwise. 2008-01-07 00:12:43 +00:00
flash_test.rb
header_test.rb Provide a nicer way to access headers. request.headers["Content-Type"] instead of request.headers["HTTP_CONTENT_TYPE"] [Koz] 2008-01-11 06:39:56 +00:00
helper_test.rb
http_authentication_test.rb
integration_test.rb
layout_test.rb * Pass around handler instances, not their classes [Koz] 2008-01-11 04:45:06 +00:00
mime_responds_test.rb Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. Closes #10800 [lifofifo] 2008-01-21 20:45:04 +00:00
mime_type_test.rb Ensure mime types can be compared with symbols. Closes #10796 [bscofield] 2008-01-20 22:55:25 +00:00
new_render_test.rb Introduce the :index option for form_for and fields_for to simplify multi-model forms (see http://railscasts.com/episodes/75). Closes #9883. 2008-02-02 06:16:04 +00:00
polymorphic_routes_test.rb Add documentation for polymorphic URL helpers, make API consistent for polymorphic_path and polymorphic_url. 2008-01-27 01:18:47 +00:00
record_identifier_test.rb
redirect_test.rb don't misbehave when redirecting to nil. Closes #10272 [farleyknight] 2008-01-12 03:09:39 +00:00
render_test.rb Introduce a Template class to ActionView. Closes #11024 [lifofifo] 2008-02-06 04:26:40 +00:00
request_forgery_protection_test.rb Don't append the forgery token to an ajax request if it's serializing a form, prevents duplicate tokens. Closes #10684 [macournoyer] 2008-01-08 21:17:08 +00:00
request_test.rb Fix bug with setting Request#format= after the getter has cached the value. Closes #10889 [cch1] 2008-02-07 16:46:50 +00:00
rescue_test.rb
resources_test.rb Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource name in the URL: cards_path == '/tarjetas'. Closes #10578. 2008-02-02 05:57:16 +00:00
routing_test.rb Make it simpler to make the root route an alias for another route. Closes #10818 [bscofield] 2008-01-26 08:41:19 +00:00
selector_test.rb
send_file_test.rb Introduce send_file :x_sendfile => true to send an X-Sendfile response header. 2008-01-11 22:07:04 +00:00
session_fixation_test.rb
session_management_test.rb
test_test.rb TestSession supports indifferent access. Closes #7372. 2008-02-02 05:32:44 +00:00
url_rewriter_test.rb UrlWriter respects relative_url_root. Closes #10748. 2008-01-10 02:51:09 +00:00
verification_test.rb
view_paths_test.rb Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. Closes #10800 [lifofifo] 2008-01-21 20:45:04 +00:00
webservice_test.rb