1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
bogdanvlviv c1ad1f67f9 Deprecate "active_support/core_ext/numeric/inquiry"
Numeric#positive? and Numeric#negative? was added to Ruby since 2.3,
see https://github.com/ruby/ruby/blob/ruby_2_3/NEWS
Rails 6 requires Ruby 2.4.1+ since https://github.com/rails/rails/pull/32034
2018-03-02 23:32:10 -08:00
..
array Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
class [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
digest [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
hash Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
kernel [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
module Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
object Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
bigdecimal_test.rb Suppress warning: BigDecimal.new is deprecated 2017-12-15 01:19:57 +00:00
class_test.rb Change refute to assert_not 2018-01-25 23:32:58 -05:00
date_and_time_behavior.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
date_and_time_compatibility_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
date_ext_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
date_time_ext_test.rb Remove extra whitespace 2018-01-25 23:32:59 -05:00
duration_test.rb Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
enumerable_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
file_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
hash_ext_test.rb Deprecate active_support/core_ext/hash/compact 2018-03-02 16:40:55 -08:00
integer_ext_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
kernel_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
load_error_test.rb Bump RuboCop to 0.51.0 2017-11-10 10:52:04 +09:00
marshal_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
module_test.rb Add separate test to ensure that delegate with :private option returns correct value 2018-02-28 10:29:12 +02:00
name_error_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
numeric_ext_test.rb Deprecate "active_support/core_ext/numeric/inquiry" 2018-03-02 23:32:10 -08:00
range_ext_test.rb Enable Layout/SpaceBeforeComma rubocop rule, and fixed more 2017-12-12 20:00:50 +09:00
regexp_ext_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
secure_random_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
string_ext_test.rb String#truncate_bytes: limit to N bytes without breaking multibyte chars 2018-02-18 00:14:51 -08:00
time_ext_test.rb Remove extra whitespace 2018-01-25 23:32:59 -05:00
time_with_zone_test.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00
uri_ext_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00