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
2011-05-23 15:44:48 +02:00
..
class class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated. 2010-11-20 19:40:29 +01:00
module Deprecate attr_accessor_with_default. 2011-05-16 11:31:34 -04:00
object Only rescue a thrown NoMethodError, don't preemptively check for #include?; added tests 2011-04-15 00:36:07 +08:00
array_ext_test.rb fixing Array#from to return consistent results 2011-04-26 14:46:52 -07:00
base64_ext_test.rb
bigdecimal_test.rb fixing psych support in big decimal, fixing tests to support YAML 1.1 2011-01-21 11:16:40 -08:00
blank_test.rb avoid method redefined; discarding old empty? warning [#4302 state:committed] 2010-03-30 16:59:48 -07:00
class_test.rb Don't rely on implementation-specific order-dependence of array comparisons in unit tests 2010-07-17 01:59:51 +08:00
date_ext_test.rb removing stubs. 1.9.3 implements Date.today in C so mocking the return value of Time.now does nothing 2011-03-07 15:44:39 -08: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 Fix AS::Duration#duplicable? on 1.8 2011-05-21 15:32:20 +02:00
duration_test.rb Missing dependency for duration test. 2011-03-13 17:03:31 +01:00
enumerable_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
file_test.rb Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate 2010-02-23 15:37:17 -08:00
float_ext_test.rb * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) 2009-03-21 04:35:15 -07:00
hash_ext_test.rb Test that HWIA.with_indifferent_access does not return self 2011-05-17 22:56:28 -07:00
integer_ext_test.rb Let Integer#multiple_of? accept zero as argument 2010-01-02 20:25:15 -08: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 Stop overriding LoadError.new to return a MissingSourceError (and sometimes nil!) 2010-01-19 22:35:26 -08:00
module_test.rb Remove unused line in test setup. 2011-02-17 14:38:51 -02:00
name_error_test.rb Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly nil errors for Array and Active Record methods. 2009-11-13 12:25:54 -08:00
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 Fix dependencies revealed by testing in isolation 2009-04-22 18:54:13 -07:00
range_ext_test.rb added Range#count? for Ruby 1.8 2011-02-19 23:24:30 -02:00
regexp_ext_test.rb Replace decaying routing internals w/ rack-mount 2009-10-19 23:32:17 -05:00
string_ext_test.rb Revert "Merge pull request #275 from pk-amooma/master" 2011-05-07 23:45:15 +02:00
time_ext_test.rb Fix marshal round-tripping of fractional seconds (Time#subsec). 2011-04-17 21:10:02 +10:00
time_with_zone_test.rb added find_zone and find_zone! to AS timezones and changed the AS Railtie to use find_zone! as well as adding Railtie tests 2011-04-05 17:12:09 -03:00
uri_ext_test.rb Use explicit source encoding rather than forced UTF-8 from US-ASCII. 2010-04-26 14:45:23 -07:00