rails--rails/activesupport/test/core_ext
Jeremy Kemper ff47ba9adb Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-02 09:08:14 +00:00
..
class Ruby 1.9 compat. References #1689 [Pratik Naik] 2007-12-10 05:12:50 +00:00
module Ruby 1.9 compat: shadowed vars, kcode 2007-12-15 02:28:20 +00:00
array_ext_test.rb Added that Array#to_param calls to_param on all it's elements (closes #10473) [brandon] 2007-12-14 18:02:04 +00:00
blank_test.rb Speedup String#blank? and remove some overspecified tests. 2007-11-14 10:02:26 +00:00
cgi_ext_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
class_test.rb Improve various test coverage. Closes #8676 [kamal] 2007-06-25 18:22:31 +00:00
date_ext_test.rb Honor Ruby's default calendar reform setting when creating DateTime objects via ActiveRecord's Time -> DateTime overflow, Time#time_with_datetime_fallback, Time#to_datetime, Date#to_datetime and String#to_datetime. Closes #10201 2007-11-24 04:59:21 +00:00
date_time_ext_test.rb Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting [chuyeow] 2007-12-15 02:27:29 +00:00
duplicable_test.rb Add a time to duplicable tests 2007-10-15 07:12:40 +00:00
duration_test.rb Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594. 2008-01-02 09:08:14 +00:00
enumerable_test.rb Ruby 1.9 compat. References #1689 [Pratik Naik] 2007-12-10 05:12:50 +00:00
exception_test.rb Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeError vs RuntimeError handling. Closes #10645 [Frederick Cheung] 2007-12-29 19:43:07 +00:00
file_test.rb Some 1.9 forward compatibility 2007-09-14 00:34:43 +00:00
float_ext_test.rb Allow Float#round to take a precision argument. Closes #8626 [norbert] 2007-09-02 23:54:08 +00:00
hash_ext_test.rb Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500. 2007-12-20 22:28:47 +00:00
integer_ext_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
kernel_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
load_error_tests.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
module_test.rb Prefer class_eval with block to many sends for Ruby 1.9 compat 2007-09-27 09:52:15 +00:00
name_error_test.rb Eliminate Active Support warnings. 2006-08-29 08:24:04 +00:00
numeric_ext_test.rb Ruby 1.9 compat: define Duration#== [chuyeow] 2007-12-15 02:27:41 +00:00
object_and_class_ext_test.rb Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick Cheung] 2007-12-28 05:42:12 +00:00
pathname_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
proc_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
range_ext_test.rb Style update for new Range extensions 2007-10-09 07:49:16 +00:00
string_ext_test.rb Multibyte: skip String#each_char test for Ruby 1.9 2007-12-21 11:21:54 +00:00
symbol_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
time_ext_test.rb Fix invalid time test. Closes #10632 [Dirkjan Bussink] 2008-01-02 08:26:37 +00:00