.. |
controller_fixtures
|
|
|
deprecation
|
Extract ActionController rescue templates into Rescue and ShowExceptions middleware.
|
2009-05-02 23:02:22 -05:00 |
new_base
|
Remove :cache => true on lookup templates initialization.
|
2010-10-14 09:47:49 +02:00 |
request
|
|
|
action_pack_assertions_test.rb
|
Reset assert_template instance variables between requests [#5832 state:resolved]
|
2010-10-18 09:57:51 +01:00 |
addresses_render_test.rb
|
Fix isolated running of AddressesTest
|
2009-09-06 21:42:05 -05:00 |
assert_select_test.rb
|
Exception handling more readable
|
2010-09-19 12:18:51 -07:00 |
base_test.rb
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
caching_test.rb
|
Initialize ivars in tests.
|
2010-09-28 17:32:18 -03:00 |
capture_test.rb
|
Test correct method behaviour.
|
2010-09-29 12:42:51 -03:00 |
content_type_test.rb
|
Deprecate old template handler API. Remove old handlers.
|
2010-10-10 01:14:50 +02:00 |
filters_test.rb
|
fixing a few test warnings
|
2010-10-04 19:32:49 -07:00 |
flash_test.rb
|
Remove deprecated stuff in ActionController
|
2010-09-26 02:13:45 +08:00 |
helper_test.rb
|
Cleanup deprecation warnings in Action Controller
|
2010-09-06 13:40:45 +02: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
|
Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration.
|
2010-04-05 12:00:24 +02:00 |
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 a method that actually exists
|
2010-10-01 17:54:50 -07:00 |
layout_test.rb
|
Deprecate old template handler API. Remove old handlers.
|
2010-10-10 01:14:50 +02:00 |
localized_templates_test.rb
|
Fixed that default locale templates should be used if the current locale template is missing [DHH]
|
2010-04-08 18:11:26 -07:00 |
log_subscriber_test.rb
|
in regexps, the dot in a character class is not a metacharacter
|
2010-10-15 16:31:00 +02:00 |
mime_responds_test.rb
|
Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state:resolved]
|
2010-10-12 00:56:07 +02: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
|
moving fake model to the correct file
|
2010-10-03 14:40:06 -07:00 |
redirect_test.rb
|
delete repeated code
|
2010-10-01 18:01:34 -07:00 |
render_js_test.rb
|
Namespace TestControllers inside their test case class
|
2009-09-19 13:04:12 -05:00 |
render_json_test.rb
|
renderer calls object.to_json when rendering :json => object [#5655 state:resolved]
|
2010-09-27 23:11:29 +02:00 |
render_other_test.rb
|
Initialize ivars in tests.
|
2010-09-28 17:32:18 -03:00 |
render_test.rb
|
Move ETag and ConditionalGet logic from AD::Response to the middleware stack.
|
2010-10-03 21:25:22 +02:00 |
render_xml_test.rb
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
request_forgery_protection_test.rb
|
Fix indentation.
|
2010-09-27 11:19:19 -03:00 |
rescue_test.rb
|
removing more duplicate code
|
2010-10-01 18:05:59 -07:00 |
resources_test.rb
|
Cleanup deprecation warnings in Action Controller
|
2010-09-06 13:40:45 +02:00 |
routing_test.rb
|
Remove deprecated stuff in ActionController
|
2010-09-26 02:13:45 +08:00 |
selector_test.rb
|
Rename duplicated test name.
|
2010-09-27 11:19:24 -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
|
Use parentheses when using assert_match followed by a regexp to avoid warnings.
|
2010-09-27 11:19:19 -03:00 |
url_for_test.rb
|
Use parentheses when using assert_match followed by a regexp to avoid warnings.
|
2010-09-27 11:19:19 -03:00 |
url_rewriter_test.rb
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
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
|
Initialize ivars in tests.
|
2010-09-28 17:32:18 -03:00 |