1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller
Jeremy Daer 89e2f7e722
Support for unified Integer class in Ruby 2.4+
Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005

* Forward compat with new unified Integer class in Ruby 2.4+.
* Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3.
* Drops needless Fixnum distinction in docs, preferring Integer.
2016-05-18 21:58:51 -07:00
..
api Fixes #24239 2016-04-04 08:51:29 -05:00
controller_fixtures
metal Test ActionController::Renderers::use_renderers 2015-12-31 13:07:58 -06: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 let the superclass build the request and response 2015-07-08 14:15:53 -07:00
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 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 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 Override default form builder for a controller 2015-04-13 23:43:34 -04:00
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 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 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 Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
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 Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
redirect_test.rb Add more info to insecure URL generation error 2016-04-26 22:14:03 +02: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_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 Discart the schema and host information when building the per-form token 2016-04-20 00:48:32 -03: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 Merge pull request #21366 from amitsuroliya/remove_unused_variable 2015-08-25 14:08:17 -03: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 Fix failing tests for #19474 2015-03-23 13:15:59 +00:00
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