Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/branches/2-1-caching/actionpack/test/controller

Name Size Rev Age Last Change
../
controller_fixtures 4394 3 years minam: New routes implementation. Simpler, faster, easier to understand. The …
deprecation 7403 1 year nzkoz: Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
html-scanner 8271 1 year david: Fix broken test (closes #10364) [chuyeow]
session 8184 1 year nzkoz: Make sure that cookie sessions use a secret that is at least 30 chars in …
action_pack_assertions_test.rb 13.9 kB 7776 1 year bitsweat: Fix url_for, redirect_to, etc. with :controller => :symbol instead of …
addresses_render_test.rb 1.0 kB 6306 2 years bitsweat: Extract dynamic scaffolding into a plugin. Closes #7700.
assert_select_test.rb 19.7 kB 6861 2 years marcel: Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]
base_test.rb 4.1 kB 7719 1 year bitsweat: Ruby 1.9 compat, consistent load paths
benchmark_test.rb 0.8 kB 3668 3 years ulysses: Remove ::Controllers related cruft; fix AP tests
caching_test.rb 8.8 kB 8393 1 year david: The initial, rough batch of work
capture_test.rb 2.2 kB 7522 1 year david: Fixed CaptureHelper#content_for to work with the optional content …
cgi_test.rb 5.1 kB 8088 1 year david: Fixed that ActionController::CgiRequest#host_with_port() should handle …
components_test.rb 3.7 kB 7666 1 year david: Fixed spelling errors (closes #9706) [tarmo/rmm5t]
content_type_test.rb 4.0 kB 6120 2 years rick: Allow Controllers to have multiple view_paths instead of a single …
cookie_test.rb 4.4 kB 7978 1 year rick: Ensure that cookies handle array values correctly. Closes #9937 [queso]
custom_handler_test.rb 1.1 kB 4056 3 years david: ActionView: Allow to register a Template handler with a Symbol (dont kill …
dispatcher_test.rb 3.4 kB 7944 1 year bitsweat: Dispatcher: fix that to_prepare should only run once in production. Closes …
fake_controllers.rb 0.5 kB 3542 3 years ulysses: Don't let arbitrary classes match as controllers
fake_models.rb 77 bytes 7190 1 year nzkoz: Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes …
filter_params_test.rb 1.7 kB 6802 2 years bitsweat: Fix filtered parameter logging with nil parameter values. Closes #8422.
filters_test.rb 25.7 kB 7984 1 year david: Changed before_filter halting to happen automatically on render or …
flash_test.rb 4.3 kB 8009 1 year bitsweat: Remove unnecessary returns from builtin filters since render/return is now …
helper_test.rb 5.2 kB 6221 2 years david: Added helper(:all) as a way to include all helpers from …
http_authentication_test.rb 1.5 kB 7091 2 years david: Fixed that HTTP authentication should work if the header is called …
integration_test.rb 7.0 kB 8047 1 year bitsweat: Integration tests: get_ and post_via_redirect take a headers hash. Closes …
layout_test.rb 6.6 kB 7719 1 year bitsweat: Ruby 1.9 compat, consistent load paths
mime_responds_test.rb 13.5 kB 8261 1 year david: Make sure that setting the format with a symbol works too
mime_type_test.rb 2.1 kB 7719 1 year bitsweat: Ruby 1.9 compat, consistent load paths
new_render_test.rb 23.4 kB 8372 1 year bitsweat: Fix up template handler tests. Closes #10437.
polymorphic_routes_test.rb 2.8 kB 7197 1 year xal: * url_for now accepts a series of symbols representing the namespace of …
record_identifier_test.rb 2.3 kB 6731 2 years david: Added record identifications to FormHelper#form_for and …
redirect_test.rb 7.0 kB 7934 1 year bitsweat: Improve the error message for assert_redirected_to. Closes #7337 [mikong, …
render_test.rb 12.5 kB 8342 1 year bitsweat: render :xml and :json preserve custom content types. Closes #10388.
request_forgery_protection_test.rb 6.1 kB 7719 1 year bitsweat: Ruby 1.9 compat, consistent load paths
request_test.rb 28.3 kB 8327 1 year bitsweat: Ignore illegal seeks on body rewind. Catches CGI errors depending on your …
rescue_test.rb 13.8 kB 8081 1 year nzkoz: Make rescue_from behave like rescue when dealing with subclasses. Closes …
resources_test.rb 34.7 kB 7724 1 year rick: Move ActionController::Routing.optimise_named_routes to …
routing_test.rb 75.9 kB 8301 1 year david: Fix typos (closes #10378)
selector_test.rb 20.0 kB 8301 1 year david: Fix typos (closes #10378)
send_file_test.rb 3.9 kB 6233 2 years david: Allow send_file/send_data to use a registered mime type as the :type …
session_fixation_test.rb 2.9 kB 8184 1 year nzkoz: Make sure that cookie sessions use a secret that is at least 30 chars in …
session_management_test.rb 3.8 kB 7403 1 year nzkoz: Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
test_test.rb 18.8 kB 8318 1 year david: Fixed send_file/binary_content for testing (closes #8044) [tolsen]
url_rewriter_test.rb 8.8 kB 7776 1 year bitsweat: Fix url_for, redirect_to, etc. with :controller => :symbol instead of …
verification_test.rb 6.7 kB 8245 1 year david: Fixed that verification violations with no specified action didn't halt …
view_paths_test.rb 4.5 kB 8214 1 year rick: Add #prepend_view_path and #append_view_path instance methods on …
webservice_test.rb 6.3 kB 6764 2 years bitsweat: Parse url-encoded and multipart requests ourselves instead of delegating …
Note: See TracBrowser for help on using the browser.