aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
...
* Final iteration of use better testing methodsNeeraj Singh2010-05-192-7/+7
* fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]Kabari Hendrick2010-03-271-0/+6
* moves Class#reachable? to Module#reachable?, bases implementation on anonymou...Xavier Noria2010-02-111-0/+41
* defines Module#anonymous?Xavier Noria2010-02-111-0/+14
* Move model naming into ActiveModelJoshua Peek2009-06-171-28/+0
* Add #element and #collection to ModelNameJeremy Kemper2009-06-081-0/+8
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-224-3/+7
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
* Explicit test dependenciesJeremy Kemper2009-03-281-1/+4
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-071-4/+4
* Module#synchronize: Add testcase to ensure that singleton methods can be wrappedNick2008-08-291-3/+17
* Add method punctuation handling to #synchronizeNick2008-08-291-0/+14
* Adds Module#synchronize for easier method-level synchronization.Nick2008-08-291-0/+57
* Move Class::ModelName to Active Support module core_extJeremy Kemper2008-06-061-0/+19
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-054-5/+5
* Ruby 1.9 compat: shadowed vars, kcodeJeremy Kemper2007-12-151-2/+6
* Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali...Jeremy Kemper2007-09-271-7/+7
* Use instance_variable_defined? instead of instance_variables.include? to acco...Jeremy Kemper2007-09-272-11/+11
* Let alias_attribute work with attributes with initial capital letters (legacy...Michael Koziarski2007-07-191-1/+24
* Clean up junk test. Closes #7973 [Rob Sanheim]Jeremy Kemper2007-06-082-31/+1
* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...Rick Olson2007-01-282-0/+63
* Rename test file so it's not ignored by rakeRick Olson2007-01-281-0/+0
* Add Module#attr_accessor_with_default to initialize value of attribute before...Marcel Molina2006-11-161-0/+30
* attr_internal to support namespacing and deprecationJeremy Kemper2006-08-071-0/+52
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-031-0/+31