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
2010-04-05 12:15:08 -07:00
..
class Fix class_attribute so that it works with singleton classes. 2010-04-01 17:18:42 -07:00
module fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved] 2010-03-27 02:07:04 -07:00
object Failing tests for to_param/to_query not escaping "[]" 2009-12-02 15:08:42 -06:00
array_ext_test.rb Limit Array#extract_options! to directl instances of Hash and HWIA. Add extractable_options? to Hash so that subclasses of Hash can opt-into extractable behavior. This fixes an issue where respond_with wasn't working with subclasses of Hash that were provided by other libraries (such as CouchDB or Mashie) [#4145 state:resolved] 2010-03-27 02:59:10 -07: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 avoid method redefined; discarding old empty? warning [#4302 state:committed] 2010-03-30 16:59:48 -07:00
cgi_ext_test.rb Explicit test dependencies 2009-03-28 23:56:14 -07:00
class_test.rb Reinstate Object.subclasses_of and Class#descendents for plugin compat. 2010-02-09 18:20:57 -08: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 Remove unneeded reliance on super -> method_missing quirk 2010-01-07 00:06:20 -08: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
file_test.rb Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate 2010-02-23 15:37:17 -08: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 Add support for a type=binary with an optional encoding=base64. If the encoding attribute is absent, the data is considered unencoded. 2010-03-26 12:44:12 +01:00
integer_ext_test.rb Let Integer#multiple_of? accept zero as argument 2010-01-02 20:25:15 -08:00
kernel_test.rb moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval 2010-04-05 12:15:08 -07:00
load_error_test.rb Stop overriding LoadError.new to return a MissingSourceError (and sometimes nil!) 2010-01-19 22:35:26 -08:00
module_test.rb Singleton classes returns parent's methods with instance_methods(false) and this makes remove_method in Module#delegate fail. Add a test case and fix the bug. 2010-03-19 12:01:48 +01: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 moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval 2010-04-05 12:15:08 -07: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 Fix some more warnings on 1.9 2010-03-17 00:53:48 -07:00
time_ext_test.rb Ruby 1.9.2: marshaling round-trips Time#zone 2010-03-28 22:52:08 -07:00
time_with_zone_test.rb Ensure test sets json time format flag 2010-01-28 10:46:23 -08:00
uri_ext_test.rb Ruby 1.9.2: URI.escape is obsolete 2009-11-02 17:50:12 -08:00