aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/synchronization.rb
Commit message (Expand)AuthorAgeFilesLines
* synchronization.rb needs active_support/core_ext/array/extract_optionsXavier Noria2010-01-011-0/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-5/+5
* Ruby 1.9 compat: use method_defined? instead of instance_methods.include? Do...Jeremy Kemper2008-09-061-3/+6
* Add synchronization to connection pool alsoNick2008-08-291-2/+2
* Module#synchronize: Add testcase to ensure that singleton methods can be wrappedNick2008-08-291-1/+0
* Add method punctuation handling to #synchronizeNick2008-08-291-3/+5
* Adds Module#synchronize for easier method-level synchronization.Nick2008-08-291-0/+35