.. |
controller_fixtures
|
|
|
mime
|
Remove tests method for test cases when controller can be inferred.
|
2014-05-03 23:55:23 -07:00 |
new_base
|
Only accept actions without File::SEPARATOR in the name.
|
2014-05-06 13:36:58 -03:00 |
parameters
|
Simple Sungularize ActionController::UnpermittedParameters error in case when only 1 parameter is unpermitted.
|
2014-02-24 13:25:38 +04:00 |
request
|
cleaning up some warnings on 1.9.3
|
2011-02-07 16:44:27 -08:00 |
action_pack_assertions_test.rb
|
Prefer assert_raise instead of flunk + rescue to test for exceptions
|
2013-12-19 09:20:51 -02:00 |
assert_select_test.rb
|
Refine tests for assert_select failure messages
|
2014-04-14 17:40:57 +02:00 |
base_test.rb
|
Remove ActionController::RecordIdentifier was deprecated.
|
2013-06-01 23:22:12 +09:00 |
caching_test.rb
|
Add controller and action name to the instrumentation payload
|
2014-05-10 09:35:29 +00:00 |
content_type_test.rb
|
Remove deprecated default_charset= from AC::Base
|
2012-01-17 10:04:39 -02:00 |
default_url_options_with_before_action_test.rb
|
use _action callbacks in actionmailer
|
2012-12-08 10:21:20 -05:00 |
filters_test.rb
|
Tests that skips a controller filters that was set up using a class
|
2014-02-06 20:11:40 +01:00 |
flash_hash_test.rb
|
Convert FlashHash in a Hash with indifferent access
|
2014-02-11 01:54:17 -08:00 |
flash_test.rb
|
Remove unused subclass_controller_with_flash_type_bar var from flash test.
|
2014-04-07 10:34:17 +05:30 |
force_ssl_test.rb
|
Remove tests method for test cases when controller can be inferred.
|
2014-05-03 23:55:23 -07:00 |
helper_test.rb
|
pass app config to controller helper proxy
|
2013-10-24 08:03:31 +03:00 |
http_basic_authentication_test.rb
|
update documentation and code to use _action callbacks
|
2012-12-07 14:46:06 -05:00 |
http_digest_authentication_test.rb
|
Typos. return -> returns. [ci skip]
|
2013-12-03 13:31:36 -02:00 |
http_token_authentication_test.rb
|
Remove unused argument.
|
2014-01-24 22:25:15 -03:00 |
integration_test.rb
|
fixes stack level too deep exception on action named 'status' returning 'head :ok'
|
2014-05-15 21:14:46 +02:00 |
live_stream_test.rb
|
Add multiple lines message support for SSE module
|
2014-05-12 23:54:03 +08:00 |
localized_templates_test.rb
|
Fix header Content-Type: #<Mime::NullType:...> in localized template
|
2013-12-03 07:46:39 +01:00 |
log_subscriber_test.rb
|
Clear filtered request attributes between requests in tests
|
2014-01-27 13:30:28 +00:00 |
output_escaping_test.rb
|
remove ancient TODOs [ci skip].
|
2013-03-18 16:42:08 +01:00 |
params_wrapper_test.rb
|
Do not discard query parameters on requests that use wrap_parameters
|
2014-01-30 18:20:55 -05:00 |
permitted_params_test.rb
|
Change tainted/untainted wording to permitted/forbidden
|
2012-09-16 23:58:21 -05:00 |
redirect_test.rb
|
Remove default match without specified method
|
2012-04-24 22:52:26 -05:00 |
render_js_test.rb
|
CSRF protection from cross-origin <script> tags
|
2013-12-17 13:14:17 -07:00 |
render_json_test.rb
|
CSRF protection from cross-origin <script> tags
|
2013-12-17 13:14:17 -07:00 |
render_other_test.rb
|
removes support for render :update
|
2011-04-13 13:23:17 +02:00 |
render_test.rb
|
Remove missing integration points of AV extraction
|
2013-12-05 11:39:56 +01:00 |
render_xml_test.rb
|
Remove default match without specified method
|
2012-04-24 22:52:26 -05:00 |
request_forgery_protection_test.rb
|
Moved 'params[request_forgery_protection_token]' into its own method and improved tests.
|
2014-05-06 14:58:30 +01:00 |
required_params_test.rb
|
unify param.require tests
|
2014-01-23 22:28:24 -05:00 |
rescue_test.rb
|
use _action instead of _filter callbacks
|
2012-12-07 15:24:56 -05:00 |
resources_test.rb
|
fixed-case when invalid action name has passed
|
2013-11-28 03:14:19 +05:30 |
routing_test.rb
|
just call the method and assert the return value
|
2014-05-09 12:05:24 -07:00 |
runner_test.rb
|
AP tests should inherit from AS::TestCase
|
2012-01-05 17:05:44 -08:00 |
selector_test.rb
|
Move action_controller/vendor/html-scanner to action_view
|
2012-08-28 10:51:03 +02:00 |
send_file_test.rb
|
Remove redundant tests method.
|
2014-05-11 15:29:36 -07:00 |
show_exceptions_test.rb
|
Fix that JSON and XML exception responses should give the HTTP error message for their status, by default, not the message from the underlying exception
|
2013-05-08 21:28:50 -07:00 |
streaming_test.rb
|
remove dead test
|
2012-07-29 16:00:50 -07:00 |
test_case_test.rb
|
Fix controller test not resetting @_url_options
|
2014-02-26 10:39:44 -08:00 |
url_for_integration_test.rb
|
Remove default match without specified method
|
2012-04-24 22:52:26 -05:00 |
url_for_test.rb
|
ActionDispatch::Http::URL.normalize_port should not strip port for protocol relative URL.
|
2014-05-11 12:59:37 +01:00 |
url_rewriter_test.rb
|
this test is not a controller test, so switch to AS::TC
|
2012-07-28 20:30:52 -07:00 |
webservice_test.rb
|
Eliminate JSON.{parse,load,generate,dump} and def to_json
|
2013-11-05 22:26:45 -08:00 |