aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/duplicable_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+1
* ruby < 2.5 is no longer supportedAkira Matsuda2019-05-281-7/+2
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-7/+1
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-231-1/+4
* Uninterned Symbol can be duped since ruby 2.4.1Akira Matsuda2017-01-261-1/+4
* Give a message to `#test_duplicable` assertionyui-knk2017-01-251-1/+1
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
* Fix Symbol#duplicable? for Ruby 2.4.0.Kasper Timm Hansen2017-01-011-2/+2
* Fix Complex and Rational are duplicable?utilum2016-12-211-2/+2
* change return value of `duplicable?` with Ruby 2.4+yuuji.yaginuma2016-12-131-2/+7
* :nail_care:Akira Matsuda2016-12-131-2/+1
* nil, true, 1, etc. don't raise on #dup since Ruby 2.4Akira Matsuda2016-12-131-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-6/+6
* Skip the failing tests on Rubinius for nowRobin Dupret2015-03-021-0/+3
* Remove hack to support BigDecimal in Ruby 1.9claudiob2015-01-041-10/+1
* add implementation of respond_to? for ActiveSupport::Durationlsylvester2014-09-151-1/+1
* Methods are not duplicable.Peter Jaros2014-09-031-1/+1
* Object#duplicable?Akshay Vishnoi2014-04-161-16/+9
* Move tests for deep_dup and duplicable to object directoryAkshay Vishnoi2014-04-131-0/+38