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
Carlos Antonio da Silva 654dd04af6 Move require to actual file
Change to require all active_support/deprecation since that's the actual
entry point for the deprecation methods.
2014-04-02 13:17:21 -03:00
..
big_decimal Assert the file is deprecated 2014-02-01 18:29:53 -02:00
class Deprecate Class#superclass_delegating_accessor 2014-03-20 18:29:09 +05:30
kernel Introduce Concern#class_methods and Kernel#concern 2014-02-23 12:06:23 -07:00
module Introduce Concern#class_methods and Kernel#concern 2014-02-23 12:06:23 -07:00
object Go with #presence_in instead of #present_in -- it doesnt sound quite as good, but the closer relationship to #presence over #present is ultimately worth it 2014-02-24 14:17:47 +01:00
array_ext_test.rb
bigdecimal_test.rb Remove BigDecimal#to_d 2014-02-01 10:45:57 -08:00
blank_test.rb
class_test.rb
date_and_time_behavior.rb
date_ext_test.rb
date_time_ext_test.rb
deep_dup_test.rb
duplicable_test.rb
duration_test.rb
enumerable_test.rb Return sized enumerator from Enumerable#index_by 2014-02-05 16:53:58 -05:00
file_test.rb
hash_ext_test.rb HashWithIndifferentAccess better respects #to_hash 2014-03-28 10:25:06 -04:00
integer_ext_test.rb
kernel_test.rb
load_error_test.rb
marshal_test.rb
module_test.rb Remove warning 2014-01-16 20:36:38 -02:00
name_error_test.rb
numeric_ext_test.rb
object_and_class_ext_test.rb
range_ext_test.rb Fix iterating over DateTime by doing strict checking for Time objects 2014-01-11 18:35:38 +05:30
regexp_ext_test.rb
string_ext_test.rb Move require to actual file 2014-04-02 13:17:21 -03:00
struct_test.rb
thread_test.rb
time_ext_test.rb Merge pull request #10634 from teleological/time_advance_gregorian 2014-01-05 11:19:00 -08:00
time_with_zone_test.rb Maintain the current timezone in wrap_with_time_zone 2014-01-31 17:13:12 +00:00
uri_ext_test.rb