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
Jeremy Kemper c10fcd2637 Merge pull request #2801 from jeremyevans/patch-1
Fix obviously breakage of Time.=== for Time subclasses
2011-10-03 10:53:09 -07:00
..
class Add option to omit creating an instance reader method on class_attribute 2011-06-18 15:49:11 -07:00
module Added instance_accessor: false to Module#mattr_accessor 2011-06-14 14:56:58 +05:30
object Fix Hash#to_query edge case with html_safe string on 1.8 ruby 2011-09-16 22:59:16 +04:00
array_ext_test.rb Remove trailing whitespace 2011-08-23 12:39:07 +02:00
base64_ext_test.rb
bigdecimal_test.rb
blank_test.rb need magic comments 2011-07-14 12:39:34 +09:00
class_test.rb
date_ext_test.rb Allow a Date to be frozen more than once without an error in Ruby 1.8.x 2011-06-08 13:54:48 -07:00
date_time_ext_test.rb updated Time, Date and DateTime current methods in AS to use Time.zone and not Time.zone_default. 2011-02-28 14:05:49 -08:00
duplicable_test.rb Duplicable test is looking fine now. 2011-07-24 19:43:42 +05:30
duration_test.rb Missing dependency for duration test. 2011-03-13 17:03:31 +01:00
enumerable_test.rb Insure that Enumerable#index_by, group_by, ... return Enumerators 2011-07-23 15:52:37 -04:00
file_test.rb
float_ext_test.rb
hash_ext_test.rb Fix test to reflect use of to_param for keys 2011-09-18 23:37:27 +04:00
integer_ext_test.rb
io_test.rb backporting IO#binread for 1.8 users 2011-08-08 19:48:12 -07:00
kernel_test.rb Removed the AS core_ext/kernel/debugger breakpoint method as this method is added by ruby-debug and should be left as is. Missing tests added. 2011-05-23 15:44:48 +02:00
load_error_test.rb
module_test.rb We can't simply check the first line of the backtrace, 2011-09-04 15:33:58 +05:30
name_error_test.rb
numeric_ext_test.rb updated Time, Date and DateTime current methods in AS to use Time.zone and not Time.zone_default. 2011-02-28 14:05:49 -08:00
object_and_class_ext_test.rb make sure missing method does not fail with arguments 2011-05-22 00:32:58 +02:00
proc_test.rb
range_ext_test.rb added Range#count? for Ruby 1.8 2011-02-19 23:24:30 -02:00
regexp_ext_test.rb
string_ext_test.rb Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; refactored common constantize tests into ConstantizeTestCases 2011-09-23 15:36:33 +02:00
time_ext_test.rb Add tests for fixes to Time.=== 2011-09-07 10:09:04 -07:00
time_with_zone_test.rb Fix xmlschema output with fraction_digits >0 2011-07-11 18:41:04 +04:00
uri_ext_test.rb