aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
* validate attribute names in class and module attribute accessorsDmitry Plashchynski2012-03-301-0/+14
* use AS::TestCase as the base classAaron Patterson2012-01-053-3/+3
* Module#synchronize is deprecated with no replacement. Please use `monitor` f...Aaron Patterson2011-11-291-89/+0
* added remove_method core_ext testsAnand2011-11-071-0/+29
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+94
* Added instance_accessor: false to Module#mattr_accessorVijay Dev2011-06-141-0/+7
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-39/+0
* Deprecate attr_accessor_with_default.José Valim2011-05-161-4/+12
* Don't depend on rubygems loading thread (for Mutex)raggi2010-11-251-0/+1
* attr_accessor_with_default should raise an ArgumentError not a RuntimeErrorAaron Patterson2010-09-241-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-145-17/+17
* 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