rails--rails/activesupport/test/core_ext
Carlos Antonio da Silva 60571b8539 Ensure Array#to_sentence does not modify given hash
Also simplify I18n logic for Array#to_sentence, doing only one lookup
for all keys and using merge!, instead of one lookup for each option key.
2012-06-26 22:05:56 -03:00
..
class Add instance_accessor option to class_attribute 2012-05-22 00:28:34 +04:00
module validate attribute names in class and module attribute accessors 2012-03-30 15:45:46 +03:00
object remove usages of AS::OrderedHash 2012-03-03 23:48:29 +05:30
array_ext_test.rb Ensure Array#to_sentence does not modify given hash 2012-06-26 22:05:56 -03:00
bigdecimal_test.rb Moving NumberHelpers from ActionView to ActiveSupport 2012-05-27 18:14:21 -07:00
blank_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
class_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
date_ext_test.rb Add prev_quarter and next_quarter method in Time/Date/DateTime 2012-06-20 11:39:11 -03:00
date_time_ext_test.rb Add prev_quarter and next_quarter method in Time/Date/DateTime 2012-06-20 11:39:11 -03:00
deep_dup_test.rb Keep all methods in object/deep_dup 2012-05-06 11:13:15 -07:00
duplicable_test.rb Remove special cases for duplicable? on Class and Module 2012-05-17 03:00:31 -04:00
duration_test.rb Missing dependency for duration test. 2011-03-13 17:03:31 +01:00
enumerable_test.rb Fix Range#sum optimized version 2012-05-25 17:46:53 +04:00
file_test.rb Make File#atomic_write tests pass with umask 2012-05-29 21:01:03 +00:00
hash_ext_test.rb Fix lookup on HashWithIndifferentAccess for array values. 2012-06-18 21:49:43 -03:00
integer_ext_test.rb Document Integer#ordinal available in PR #2072. 2012-02-04 18:46:19 +05:30
kernel_test.rb Eliminate dependency on Rails::VERSION::STRING 2012-06-05 20:43:41 +01:00
load_error_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
module_test.rb JRuby return different Array for module contents. 2012-05-29 17:30:12 +05:30
name_error_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
numeric_ext_test.rb Moving NumberHelpers from ActionView to ActiveSupport 2012-05-27 18:14:21 -07:00
object_and_class_ext_test.rb Object#try can't call private methods 2012-05-12 14:07:21 +03:00
proc_test.rb deprecate Proc#bind that can cause symbol memory leak 2012-03-22 22:25:55 +03:00
range_ext_test.rb remove useless tests for Range#step 2012-05-13 20:10:31 +03:00
regexp_ext_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
string_ext_test.rb Truncate now has the ability to receive a html option that allows it to call rails helpers. 2012-05-26 10:24:17 -05:00
time_ext_test.rb Add prev_quarter and next_quarter method in Time/Date/DateTime 2012-06-20 11:39:11 -03:00
time_with_zone_test.rb respect nsec in TimeWithZone 2012-05-18 13:07:52 +03:00
uri_ext_test.rb Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code. 2012-01-19 20:27:16 +09:00