.. |
controller_fixtures
|
New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes.
|
2006-06-01 15:42:08 +00:00 |
deprecation
|
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
|
2007-09-03 00:18:30 +00:00 |
html-scanner
|
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes #10566 [wesley.moxam]
|
2007-12-23 21:07:20 +00:00 |
session
|
Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz]
|
2007-11-21 21:31:45 +00:00 |
action_pack_assertions_test.rb
|
Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. Closes #8562, #9525.
|
2007-10-07 19:12:02 +00:00 |
addresses_render_test.rb
|
Extract dynamic scaffolding into a plugin. Closes #7700.
|
2007-03-04 08:35:52 +00:00 |
assert_select_test.rb
|
Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]
|
2007-05-26 17:29:23 +00:00 |
base_test.rb
|
Fixup mocha tests for 0.5.6. Closes #10602 [murphy, mikong]
|
2007-12-29 05:16:03 +00:00 |
benchmark_test.rb
|
Remove ::Controllers related cruft; fix AP tests
|
2006-02-26 17:49:09 +00:00 |
caching_test.rb
|
Added protection from trailing slashes on page caching (closes #10229) [devrieda]
|
2007-11-28 00:29:43 +00:00 |
capture_test.rb
|
Fixed CaptureHelper#content_for to work with the optional content parameter instead of just the block #9434 [sandofsky/wildchild]
|
2007-09-21 03:40:25 +00:00 |
cgi_test.rb
|
Ruby 1.9 compat: cookies
|
2007-12-15 02:28:53 +00:00 |
components_test.rb
|
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
|
2007-09-28 14:18:47 +00:00 |
content_type_test.rb
|
Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long]
|
2007-02-04 20:47:05 +00:00 |
cookie_test.rb
|
Ruby 1.9 compat: account for new, non-flattening Array#to_s
|
2007-12-15 02:29:15 +00:00 |
custom_handler_test.rb
|
ActionView: Allow to register a Template handler with a Symbol (dont kill markaby) (closes #4328) [murphy@cYcnus.de]
|
2006-03-26 21:50:22 +00:00 |
dispatcher_test.rb
|
Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]
|
2007-12-27 11:17:53 +00:00 |
fake_controllers.rb
|
Don't let arbitrary classes match as controllers
|
2006-02-04 23:59:37 +00:00 |
fake_models.rb
|
Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714
|
2007-07-17 09:44:03 +00:00 |
filter_params_test.rb
|
Fix filtered parameter logging with nil parameter values. Closes #8422.
|
2007-05-21 23:01:17 +00:00 |
filters_test.rb
|
Note that filters test crashes Ruby 1.9
|
2007-12-15 02:29:24 +00:00 |
flash_test.rb
|
Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek]
|
2007-10-24 04:47:40 +00:00 |
fragment_store_setting_test.rb
|
Skip memcache tests unless it's installed
|
2007-10-15 01:47:35 +00:00 |
helper_test.rb
|
Ruby 1.9 compat: helpers
|
2007-12-15 02:29:36 +00:00 |
http_authentication_test.rb
|
Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well (closes #6754) [mislaw]
|
2007-06-23 16:43:08 +00:00 |
integration_test.rb
|
Integration tests use ActionController::Dispatcher rather than the old Dispatcher. Closes #10596.
|
2007-12-22 19:03:01 +00:00 |
layout_test.rb
|
Ruby 1.9 compat, consistent load paths
|
2007-10-02 05:32:14 +00:00 |
mime_responds_test.rb
|
Make sure that setting the format with a symbol works too
|
2007-12-03 19:49:22 +00:00 |
mime_type_test.rb
|
Ruby 1.9 compat, consistent load paths
|
2007-10-02 05:32:14 +00:00 |
new_render_test.rb
|
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick Cheung]
|
2007-12-28 05:42:12 +00:00 |
polymorphic_routes_test.rb
|
* url_for now accepts a series of symbols representing the namespace of the record [Josh Knowles]. Closes #8640
|
2007-07-19 13:42:11 +00:00 |
record_identifier_test.rb
|
Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH]
|
2007-05-14 17:30:35 +00:00 |
redirect_test.rb
|
Improve the error message for assert_redirected_to. Closes #7337 [mikong, sandofsky]
|
2007-10-16 05:07:23 +00:00 |
render_test.rb
|
Mark that render tests crash Ruby 1.9
|
2007-12-15 02:29:45 +00:00 |
request_forgery_protection_test.rb
|
Ruby 1.9 compat, consistent load paths
|
2007-10-02 05:32:14 +00:00 |
request_test.rb
|
Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]
|
2007-12-27 11:17:53 +00:00 |
rescue_test.rb
|
Make rescue_from behave like rescue when dealing with subclasses. Closes #10079 [fxn]
|
2007-11-06 06:02:24 +00:00 |
resources_test.rb
|
Move ActionController::Routing.optimise_named_routes to ActionController::Base.optimise_named_routes. Now you can set it in the config.
|
2007-10-03 05:47:41 +00:00 |
routing_test.rb
|
Fixes for standalone tests
|
2007-12-15 02:29:04 +00:00 |
selector_test.rb
|
Fix typos (closes #10378)
|
2007-12-05 18:54:41 +00:00 |
send_file_test.rb
|
Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan]
|
2007-02-25 20:16:58 +00:00 |
session_fixation_test.rb
|
Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz]
|
2007-11-21 21:31:45 +00:00 |
session_management_test.rb
|
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
|
2007-09-03 00:18:30 +00:00 |
test_test.rb
|
Ensure that test case setup is run even if overridden. Closes #10382.
|
2007-12-28 05:21:24 +00:00 |
url_rewriter_test.rb
|
Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. Closes #8562, #9525.
|
2007-10-07 19:12:02 +00:00 |
verification_test.rb
|
Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH]
|
2007-11-30 21:04:57 +00:00 |
view_paths_test.rb
|
Add #prepend_view_path and #append_view_path instance methods on ActionController::Base for consistency with the class methods. [rick]
|
2007-11-26 03:59:23 +00:00 |
webservice_test.rb
|
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
|
2007-05-18 06:24:50 +00:00 |