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
Diego Carrion 1f47061b48 reverted tests deleted by 080345baca, refactored implementations should not invalidate the validations
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-03-04 18:07: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 Don't depend on rubygems loading thread (for Mutex) 2010-11-25 06:47:27 +08:00
object Revert "Quick fix for not escaping []s (not ideal)" 2010-11-18 23:31:00 -02:00
array_ext_test.rb to_sentence should return a duplicate 2010-08-17 13:52:37 -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
class_test.rb
date_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
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
duration_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
enumerable_test.rb
file_test.rb
float_ext_test.rb
hash_ext_test.rb Fixed various isolated test missing requires within AS. 2011-01-12 12:37:28 -02:00
integer_ext_test.rb
kernel_test.rb Move capture to Kernel. [#5641 state:resolved] 2010-09-18 20:49:36 +02:00
load_error_test.rb
module_test.rb Remove unused line in test setup. 2011-02-17 14:38:51 -02:00
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 Fix activesupport tests. These classes are not used anywhere 2010-12-22 09:44:46 +01: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 Removed Array#safe_join in AS core_ext and moved it to a view helper with the same same. This also changes how safe_join works, if items or the separator are not html_safe they are html_escape'd, a html_safe string is always returned. 2011-02-10 16:51:30 +01:00
time_ext_test.rb reverted tests deleted by 080345baca, refactored implementations should not invalidate the validations 2011-03-04 18:07:48 -02:00
time_with_zone_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
uri_ext_test.rb