.. |
class
|
Allow :instance_reader to be given to superclass_delegating_accessor as well.
|
2009-11-01 02:23:49 +01:00 |
module
|
Move model naming into ActiveModel
|
2009-06-17 10:37:39 -05:00 |
object
|
Failing tests for to_param/to_query not escaping "[]"
|
2009-12-02 15:08:42 -06:00 |
array_ext_test.rb
|
Test that Array.wrap works with proxy objects and structs
|
2009-11-13 09:52:52 -08:00 |
base64_ext_test.rb
|
ActiveSupport::Base64.encode64s since Base64 is deprecated
|
2008-02-07 21:50:46 +00:00 |
bigdecimal.rb
|
Added tests [#279 state:resolved] (Nicholas Schlueter)
|
2008-06-02 22:05:27 -05:00 |
blank_test.rb
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
cgi_ext_test.rb
|
Explicit test dependencies
|
2009-03-28 23:56:14 -07:00 |
class_test.rb
|
Explicit test dependencies
|
2009-03-29 00:08:35 -07:00 |
date_ext_test.rb
|
Consolidate date & time landscape: require 'active_support/time'
|
2009-11-14 01:13:54 -08:00 |
date_time_ext_test.rb
|
Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on ActiveRecord models with DateTime attributes.
|
2009-12-15 08:15:21 -06:00 |
duplicable_test.rb
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
duration_test.rb
|
make #inspect if zero length duration return '0 seconds' instead of empty string [#2838 state:resolved]
|
2009-07-02 11:22:25 -07:00 |
enumerable_test.rb
|
Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !x.include?/else calls [DHH]
|
2009-12-14 18:00:14 -08:00 |
exception_test.rb
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
file_test.rb
|
Explicit test dependencies
|
2009-03-29 00:08:35 -07: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
|
Consolidate Object#to_param and #to_query core extensions
|
2009-11-02 17:50:12 -08:00 |
integer_ext_test.rb
|
Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
kernel_test.rb
|
Explicit test dependencies
|
2009-03-28 23:56:14 -07:00 |
load_error_test.rb
|
Explicit test dependencies
|
2009-03-28 23:56:14 -07:00 |
module_test.rb
|
Allow delegating to nil, because the method might actually exist on it
|
2009-08-10 18:48:38 -05: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
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07:00 |
object_and_class_ext_test.rb
|
Object#instance_variable_defined? is not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
proc_test.rb
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
range_ext_test.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
regexp_ext_test.rb
|
Replace decaying routing internals w/ rack-mount
|
2009-10-19 23:32:17 -05:00 |
string_ext_test.rb
|
Consolidate date & time landscape: require 'active_support/time'
|
2009-11-14 01:13:54 -08:00 |
time_ext_test.rb
|
Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:resolved]
|
2009-08-09 15:56:37 +01:00 |
time_with_zone_test.rb
|
Add test for TimeWithZone#to_i with wrapped DateTime
|
2009-12-15 08:28:24 -06:00 |
uri_ext_test.rb
|
Ruby 1.9.2: URI.escape is obsolete
|
2009-11-02 17:50:12 -08:00 |