.. |
class
|
Add option to omit creating an instance reader method on class_attribute
|
2011-06-18 15:49:11 -07:00 |
module
|
Removed deprecated methods and related tests from ActiveSupport
|
2011-05-25 23:39:34 +02: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
|
|
|
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
|
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
|
|
|
file_test.rb
|
|
|
float_ext_test.rb
|
|
|
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
|
|
|
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
|
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
|
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
|
Define ActiveSupport#to_param as to_str - closes #1663
|
2011-06-12 15:32:46 +01:00 |
time_ext_test.rb
|
Rename Time#whole_* to Time#all_* [thanks Pratik!]
|
2011-06-13 19:09:11 +02: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
|
|
|