.. |
controller_fixtures
|
|
|
deprecation
|
|
|
new_base
|
Revert to old semantics, use available_action? instead of action_method?.
|
2011-05-06 18:44:18 +02:00 |
request
|
cleaning up some warnings on 1.9.3
|
2011-02-07 16:44:27 -08:00 |
action_pack_assertions_test.rb
|
fix warning during test execution
|
2010-11-17 20:19:07 -02:00 |
addresses_render_test.rb
|
|
|
assert_select_test.rb
|
removes support for render :update
|
2011-04-13 13:23:17 +02:00 |
base_test.rb
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
caching_test.rb
|
removes the RJS template handler
|
2011-04-13 13:23:18 +02:00 |
capture_test.rb
|
Test correct method behaviour.
|
2010-09-29 12:42:51 -03:00 |
content_type_test.rb
|
removes the RJS template handler
|
2011-04-13 13:23:18 +02:00 |
filters_test.rb
|
Fix filter :only and :except with implicit actions
|
2011-03-23 23:32:44 +00:00 |
flash_hash_test.rb
|
many args does not make sense with the current implementation because of how use works
|
2011-04-06 18:13:16 -07:00 |
flash_test.rb
|
Don't reuse a closed flash when using now
|
2011-04-20 04:32:26 +08:00 |
force_ssl_test.rb
|
Add controller-specific force_ssl method to force web browser to use HTTPS protocol
|
2011-03-28 04:58:47 +08:00 |
helper_test.rb
|
Cleanup deprecation warnings in Action Controller
|
2010-09-06 13:40:45 +02:00 |
http_basic_authentication_test.rb
|
Added Base.http_basic_authenticate_with to do simple http basic authentication with a single class method call [DHH]
|
2011-03-28 18:10:08 -07: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
|
Make process reuse the env var passed as argument
|
2011-04-06 16:37:55 -03: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
|
Improve performance for filtered parameters and add tests.
|
2011-05-03 01:04:57 +02:00 |
mime_responds_test.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08: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 |
params_wrapper_test.rb
|
add more robust test for wrapping params with anonymous class
|
2011-05-17 06:57:14 -04: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
|
removes support for render :update
|
2011-04-13 13:23:17 +02:00 |
render_json_test.rb
|
render_to_string must ensure that response_body
|
2011-01-25 20:14:03 +01:00 |
render_other_test.rb
|
removes support for render :update
|
2011-04-13 13:23:17 +02:00 |
render_test.rb
|
removes support for render :update
|
2011-04-13 13:23:17 +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
|
Test csrf token param name customization
|
2011-05-10 18:24:14 -07:00 |
rescue_test.rb
|
removing more duplicate code
|
2010-10-01 18:05:59 -07:00 |
resources_test.rb
|
Using Object#in? and Object#either? in various places
|
2011-04-11 03:17:09 +08:00 |
routing_test.rb
|
raise an error if the old router draw method is used, along with a message advising them to either upgrade their routes or add rails_legacy_mapper to their Gemfile
|
2011-05-03 16:07:25 +02:00 |
runner_test.rb
|
adding a test for the runner module [#6027 state:resolved]
|
2010-11-22 15:57:03 -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
|
prevent errors when passing a frozen string as a param to ActionController::TestCase#process
|
2011-04-28 04:07:57 +08:00 |
url_for_test.rb
|
Filter params that return nil for to_param and allow through false values
|
2011-03-09 14:44:25 +00: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
|
controller's prefixes are now added to LookupContext.
|
2011-05-03 23:41:38 +02:00 |
webservice_test.rb
|
use spec compliant YAML
|
2011-01-21 15:43:34 -08:00 |