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
Yasuo Honda e4a6a23aa7 Suppress warning: BigDecimal.new is deprecated
`BigDecimal.new` has been deprecated in BigDecimal 1.3.3
 which will be a default for Ruby 2.5.

Refer
533737338d

* This commit has been made as follows:

```
cd rails
git grep -l BigDecimal.new | grep -v guides/source/5_0_release_notes.md | grep -v activesupport/test/xml_mini_test.rb | xargs sed -i -e "s/BigDecimal.new/BigDecimal/g"
```
- `activesupport/test/xml_mini_test.rb`
Editmanually to remove `.new` and `::`

- guides/source/5_0_release_notes.md
This is a Rails 5.0 release notes.
2017-12-15 01:19:57 +00:00
..
api Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller_fixtures
metal Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
mime Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
new_base Remove :api: tag that has leaked on the doc directly [ci skip] 2017-09-30 18:42:46 +09:00
parameters Suppress warning: BigDecimal.new is deprecated 2017-12-15 01:19:57 +00:00
request Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_pack_assertions_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
base_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
caching_test.rb Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns 2017-10-31 01:47:35 -04:00
content_type_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
default_url_options_with_before_action_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
filters_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00
flash_hash_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
flash_test.rb Add key rotation cookies middleware 2017-09-24 12:23:38 -04:00
force_ssl_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
form_builder_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
helper_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00
http_basic_authentication_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
http_digest_authentication_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
http_token_authentication_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00
integration_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
live_stream_test.rb Introduced ActiveSupport::Digest that allows to specify hash function implementation 2017-12-12 11:23:54 -08:00
localized_templates_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
log_subscriber_test.rb Merge pull request #31099 from nobu/patch-1 2017-11-09 11:58:13 -05:00
metal_test.rb Add secure X-Download-Options and X-Permitted-Cross-Domain-Policies to default headers set. 2017-12-09 15:41:55 -05:00
output_escaping_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
parameter_encoding_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
params_wrapper_test.rb Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons 2017-10-28 22:55:34 +10:30
permitted_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
redirect_test.rb Add allow_other_host option to redirect_back method 2017-10-10 18:53:48 +03:00
render_js_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_json_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_test.rb Introduced ActiveSupport::Digest that allows to specify hash function implementation 2017-12-12 11:23:54 -08:00
render_xml_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
renderer_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
renderers_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
request_forgery_protection_test.rb Add a better error message when a "null" Origin header occurs 2017-11-03 13:34:57 -04:00
required_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
rescue_test.rb fix type fully qualified [ci skip] 2017-09-06 15:49:04 +03:00
resources_test.rb Enable Layout/SpaceBeforeComma rubocop rule, and fixed more 2017-12-12 20:00:50 +09:00
routing_test.rb Enable Layout/SpaceBeforeComma rubocop rule, and fixed more 2017-12-12 20:00:50 +09:00
runner_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
send_file_test.rb Update send_file headers test to use mp4 as example instead of mpg 2017-11-28 21:15:01 -05:00
show_exceptions_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
streaming_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
test_case_test.rb removed unnecessary semicolons 2017-10-28 17:39:58 +09:00
url_for_integration_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
url_for_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
url_rewriter_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
webservice_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00