aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object_and_class_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Test try! with a blockAkira Matsuda2013-01-231-0/+4
* Add Object#try! with the old NoMethodError raising behaviorDavid Heinemeier Hansson2012-07-271-1/+25
* will now return nil instead of raise a NoMethodError if the receiving object...David Heinemeier Hansson2012-07-271-4/+4
* Object#try can't call private methodsVasiliy Ermolovich2012-05-121-1/+13
* use AS::TestCase as the base classAaron Patterson2012-01-051-2/+2
* Fixed test_nonexisting_method_with_arguments to revert commit 29a5aeaYasuo Honda2011-10-061-1/+1
* Revert "don't raise NoMethodError the tried method doesn't exists"José Valim2011-10-061-1/+1
* make sure missing method does not fail with argumentsdmathieu2011-05-221-0/+6
* don't raise NoMethodError the tried method doesn't existsdmathieu2011-05-211-1/+1
* Fix activesupport tests. These classes are not used anywherePiotr Sarnacki2010-12-221-12/+0
* Add support for try to just yield the object to a block if no method is to be...raggi2010-11-141-0/+10
* Remove unused methodSantiago Pastorino2010-11-101-31/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Define a convention for descendants and subclasses.José Valim2010-07-051-49/+0
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-5/+0
* metaclass deprecated in 2.3.6Jeremy Kemper2010-02-251-7/+0
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-6/+10
* Reinstate Object.subclasses_of and Class#descendents for plugin compat.Jeremy Kemper2010-02-091-0/+50
* removes Object#extended_byXavier Noria2010-01-261-7/+0
* removes unused method Object#extend_with_included_modules_fromXavier Noria2010-01-261-15/+0
* deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-1/+0
* removes unused Object#subclasses_ofXavier Noria2010-01-261-49/+0
* removes unused Class#remove_subclassesXavier Noria2010-01-261-21/+0
* Object#instance_variable_defined? is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-7/+0
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Explicit test dependenciesJeremy Kemper2009-03-281-10/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Change Object#try to raise NoMethodError on private methods and always return...Pratik Naik2009-01-131-9/+10
* Allow optional arguments and/or block for Object#try like Object#send does. [...Eloy Duran2008-11-241-0/+7
* Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstr...Pratik Naik2008-11-191-0/+25
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-5/+0
* Added Object#metaclassJoshua Peek2008-07-151-0/+8
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-0/+4
* Alias Object#send to send! for Ruby 1.9 forward compatibility.Jeremy Kemper2007-09-271-0/+5
* Object#copy_instance_variables_from Ruby 1.9 compatJeremy Kemper2007-09-271-6/+6
* Backport Object#instance_variable_defined? for Ruby < 1.8.6.Jeremy Kemper2007-09-271-0/+7
* Object#instance_exec produces fewer garbage methods.Jeremy Kemper2007-09-241-2/+9
* Object.subclasses_of includes anonymous subclasses.Jeremy Kemper2007-09-231-1/+8
* Increase test coverage for subclasses_of. Closes #7335.Nicholas Seckar2007-01-241-1/+38
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+28
* Eliminate Active Support warnings.Jeremy Kemper2006-08-291-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-18/+16
* Update Object.subclasses_of to locate nested classes. Update Object.remove_su...Nicholas Seckar2006-03-261-2/+25
* Fix Object.subclasses_of to only return currently defined objects (closes #38...David Heinemeier Hansson2006-02-191-0/+9
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-1/+2
* Add Object#instance_exec and Proc#bindSam Stephenson2006-01-231-0/+6
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+7
* r3239@asus: jeremy | 2005-11-20 23:21:37 -0800Jeremy Kemper2005-11-211-5/+5