.. |
api
|
Fixes #24239
|
2016-04-04 08:51:29 -05:00 |
controller_fixtures
|
|
|
metal
|
More Action Pack abstract_unit cleanup (#25211)
|
2016-05-31 11:21:30 -04:00 |
mime
|
Render default template if block doesn't render
|
2016-02-25 07:14:49 -06:00 |
new_base
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
parameters
|
Filter scalar values when params permit hashes or arrays
|
2016-04-15 09:09:50 -06:00 |
request
|
|
|
action_pack_assertions_test.rb
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
base_test.rb
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
caching_test.rb
|
Properly verify that cache accepts and user expires value.
|
2016-04-17 23:12:04 +05:30 |
content_type_test.rb
|
Use Mime[:foo] instead of Mime::Type[:FOO] for back compat
|
2015-10-06 11:29:30 -07:00 |
default_url_options_with_before_action_test.rb
|
|
|
filters_test.rb
|
|
|
flash_hash_test.rb
|
Make flash messages cookie compatible with Rails 4
|
2016-05-06 15:12:31 -05:00 |
flash_test.rb
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
force_ssl_test.rb
|
Fix request.ssl? bug with Action Cable
|
2016-02-23 16:09:44 -05:00 |
form_builder_test.rb
|
|
|
helper_test.rb
|
Implement helpers proxy in controller instance level
|
2016-05-05 16:17:17 -05:00 |
http_basic_authentication_test.rb
|
Merge pull request #21181 from denisenkom/mypatch
|
2016-01-10 17:44:43 +01:00 |
http_digest_authentication_test.rb
|
|
|
http_token_authentication_test.rb
|
Merge pull request #14212 from tylerhunt/fix-token-regex
|
2015-12-15 10:59:54 -07:00 |
integration_test.rb
|
Deprecate request_via_redirect method.
|
2016-04-24 07:18:11 +05:30 |
live_stream_test.rb
|
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-response
|
2016-05-06 14:22:05 -05:00 |
localized_templates_test.rb
|
|
|
log_subscriber_test.rb
|
Pass headers through to payload for logging.
|
2016-03-08 22:59:27 -05:00 |
output_escaping_test.rb
|
|
|
params_wrapper_test.rb
|
Remove mocha from ActionPack tests
|
2015-09-05 16:58:40 +02:00 |
permitted_params_test.rb
|
|
|
redirect_test.rb
|
Move Workshop class definition
|
2016-05-30 23:15:49 -04:00 |
render_js_test.rb
|
|
|
render_json_test.rb
|
|
|
render_test.rb
|
Strong ETag validators
|
2016-03-31 18:15:32 -07:00 |
render_xml_test.rb
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
renderer_test.rb
|
Fix ApplicationController.renderer.defaults.merge!
|
2016-04-20 19:47:16 -04:00 |
renderers_test.rb
|
Add ActionController:Renderers test
|
2016-01-03 22:51:45 -06:00 |
request_forgery_protection_test.rb
|
Respect log_warning_on_csrf_failure setting for all CSRF failures
|
2016-05-23 10:21:30 -07:00 |
required_params_test.rb
|
Add methods to StrongParameters
|
2016-01-19 12:06:29 -06:00 |
rescue_test.rb
|
Action Mailer: Declarative exception handling with rescue_from .
|
2016-05-15 18:44:16 -07:00 |
resources_test.rb
|
More Action Pack abstract_unit cleanup (#25211)
|
2016-05-31 11:21:30 -04:00 |
routing_test.rb
|
Support for unified Integer class in Ruby 2.4+
|
2016-05-18 21:58:51 -07:00 |
runner_test.rb
|
|
|
send_file_test.rb
|
Use Mime[:foo] instead of Mime::Type[:FOO] for back compat
|
2015-10-06 11:29:30 -07:00 |
show_exceptions_test.rb
|
|
|
streaming_test.rb
|
|
|
test_case_test.rb
|
Support for unified Integer class in Ruby 2.4+
|
2016-05-18 21:58:51 -07:00 |
url_for_integration_test.rb
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
url_for_test.rb
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
url_rewriter_test.rb
|
Deprecate :controller and :action path parameters
|
2016-03-01 08:48:53 +00:00 |
webservice_test.rb
|
Transform the mime object to symbol when registering the parsers
|
2016-02-22 21:22:29 -03:00 |