..
api
Stop using deprecated render :text
in test
2015-07-17 22:27:33 -04:00
controller_fixtures
mime
Response when error should be formatted properly in Rails API if local request
2015-12-09 10:53:41 -03:00
new_base
Push before_sending
to super class
2015-12-06 15:32:40 -05:00
parameters
Only dup Ruby's Hash and Array.
2015-12-17 21:55:03 +01:00
request
let the superclass build the request and response
2015-07-08 14:15:53 -07:00
action_pack_assertions_test.rb
Use Mime[:foo]
instead of Mime::Type[:FOO]
for back compat
2015-10-06 11:29:30 -07:00
base_test.rb
Push before_sending
to super class
2015-12-06 15:32:40 -05:00
caching_test.rb
Add fragment_cache_key macro for controller-wide fragment cache key prefixes
2015-12-14 19:53:43 -06:00
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
Stop using deprecated render :text
in test
2015-07-17 22:27:33 -04:00
filters_test.rb
Stop using deprecated render :text
in test
2015-07-17 22:27:33 -04:00
flash_hash_test.rb
flash_test.rb
finish deprecating handling strings and symbols
2015-08-07 15:37:31 -07:00
force_ssl_test.rb
Stop using deprecated render :text
in test
2015-07-17 22:27:33 -04:00
form_builder_test.rb
Override default form builder for a controller
2015-04-13 23:43:34 -04:00
helper_test.rb
deletes code commented out in 72160d9f
2015-12-15 22:28:50 -08:00
http_basic_authentication_test.rb
Authorization scheme should be case insensitive. Fixes #21199
2015-08-11 15:59:44 -07:00
http_digest_authentication_test.rb
Stop using deprecated render :text
in test
2015-07-17 22:27:33 -04:00
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
Suppress warnings (warnings about AD::IntegrationTest HTTP request)
2015-10-22 20:21:25 +09:00
live_stream_test.rb
Fix make_response!
when called by serve
in RouteSet
2015-12-09 08:19:07 -05:00
localized_templates_test.rb
log_subscriber_test.rb
tests, test should not care wether 9ms or 11ms have passed.
2015-11-04 16:42: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
Stop using deprecated render :text
in test
2015-07-17 22:27:33 -04:00
redirect_test.rb
Deprecate redirect_to :back
2015-12-16 11:42:25 -05:00
render_js_test.rb
Migrating xhr methods to keyword arguments syntax
2015-02-01 16:07:42 +03:00
render_json_test.rb
Stop using deprecated render :text
in test
2015-07-17 22:27:33 -04:00
render_other_test.rb
Use Mime[:foo]
instead of Mime::Type[:FOO]
for back compat
2015-10-06 11:29:30 -07:00
render_test.rb
Change Integer#year to return a Fixnum instead of a Float to improve consistency
2015-10-22 12:44:03 +02:00
render_xml_test.rb
Use Mime[:foo]
instead of Mime::Type[:FOO]
for back compat
2015-10-06 11:29:30 -07:00
renderer_test.rb
create a new renderer instance on calls to for
2015-09-14 15:58:12 -07:00
request_forgery_protection_test.rb
Change the protect_from_forgery
prepend default to false
2015-12-07 10:38:26 -05:00
required_params_test.rb
revises 877e42e
2015-08-28 17:15:20 +02:00
rescue_test.rb
Deprecate exception#original_exception in favor of exception#cause
2015-11-03 06:54:34 -08:00
resources_test.rb
Merge pull request #21366 from amitsuroliya/remove_unused_variable
2015-08-25 14:08:17 -03:00
routing_test.rb
Remove arity check for RouteSet#draw
2015-11-21 01:12:45 +09: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
Fix failing tests for #19474
2015-03-23 13:15:59 +00:00
streaming_test.rb
test_case_test.rb
switch to JSON.dump to avoid infinite recursion
2015-10-29 14:42:52 -07:00
url_for_integration_test.rb
Fix route creation when format is a blank string
2015-09-02 09:18:46 -04:00
url_for_test.rb
url_for
does not modify polymorphic options
2015-09-04 13:42:32 -07:00
url_rewriter_test.rb
remove call to build_request
2015-07-08 15:14:41 -07:00
webservice_test.rb
Use Mime[:foo]
instead of Mime::Type[:FOO]
for back compat
2015-10-06 11:29:30 -07:00