aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccessMiles Georgi2011-12-111-0/+3
* Restore performance of ERB::Util.html_escapeJon Jensen2011-12-031-6/+17
* Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*David Heinemeier Hansson2011-12-021-1/+8
* Module#synchronize is deprecated with no replacement. Please use `monitor` f...Aaron Patterson2011-11-291-89/+0
* Merge pull request #3767 from tadast/object_inYehuda Katz2011-11-261-0/+10
|\
| * Object#in? also accepts multiple parametersTadas Tamošauskas2011-11-261-0/+10
* | add more tests for monday and sunday methodsVijay Dev2011-11-261-0/+2
* | Tests added for monday and sunday Arun Agrawal2011-11-261-0/+8
* | beginning_of_week extended in both Time and Date so that to return week start...gregolsen2011-11-252-0/+38
* | Merge pull request #3725 from marcandre/twz_eqlYehuda Katz2011-11-222-2/+15
|\ \ | |/ |/|
| * Fix inconsistencies with Time{WithZone}#{hash,eql?}Marc-Andre Lafortune2011-11-222-2/+15
* | refactor test_multiple_ofVijay Dev2011-11-161-4/+3
* | Merge pull request #3549 from luckydev/rmethodAaron Patterson2011-11-071-0/+29
|\ \
| * | added remove_method core_ext testsAnand2011-11-071-0/+29
| |/
* / Removed argument throwing warnings when running tests.Henrik Hodne2011-11-062-16/+16
|/
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-292-0/+98
* Merge pull request #3151 from zenprogrammer/pluralize_without_countJosé Valim2011-10-171-4/+8
|\
| * Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-4/+8
* | 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
* | Merge pull request #2801 from jeremyevans/patch-1Jeremy Kemper2011-10-031-0/+3
|\ \ | |/ |/|
| * Add tests for fixes to Time.===Jeremy Evans2011-09-071-0/+3
* | Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-1/+22
* | Fix test to reflect use of to_param for keysbrainopia2011-09-181-8/+8
* | Fix Hash#to_query edge case with html_safe string on 1.8 rubybrainopia2011-09-161-0/+9
* | We can't simply check the first line of the backtrace, Arun Agrawal2011-09-041-4/+6
|/
* Revert all the stuff to do with disallowing non-public methods for Module#del...Jon Leighton2011-08-252-136/+1
* Remove trailing whitespaceDaniel Schierbeck2011-08-231-2/+2
* properly escape html to avoid invalid utf8 causing XSS attacksAaron Patterson2011-08-161-0/+7
* Added Array#prepend as an alias for Array#unshift and Array#append as an alia...David Heinemeier Hansson2011-08-151-0/+10
* Add a test for delegating a method ending in '=' as this is a special case.Jon Leighton2011-08-151-0/+8
* Split up the definitions in Module#delegate depending on :allow_nil, and don'...Jon Leighton2011-08-151-0/+12
* Fix the line number in the backtrace when Module#delegate raisesJon Leighton2011-08-151-1/+13
* Just do the method call directly in Module#delegate, if we can (we cannot for...Jon Leighton2011-08-151-2/+20
* Backport Object#public_send to 1.8 so that we can implement Module#delegate s...Jon Leighton2011-08-151-0/+117
* backporting IO#binread for 1.8 usersAaron Patterson2011-08-081-0/+23
* Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-311-1/+0
* Duplicable test is looking fine now.Mitesh Jain2011-07-241-7/+12
* Insure that Enumerable#index_by, group_by, ... return EnumeratorsMarc-Andre Lafortune2011-07-231-1/+12
* Make Enumerable#many? iterate only over what is necessaryMarc-Andre Lafortune2011-07-231-0/+7
* Make Enumerable#many? not rely on #sizeMarc-Andre Lafortune2011-07-231-1/+1
* Test using generic Enumerables instead of arrays.Marc-Andre Lafortune2011-07-231-24/+38
* Make tests more preciseMarc-Andre Lafortune2011-07-231-14/+14
* Changed the year of a date used in a test which fails when using 1.8.7 on a 3...Josh Kalderimis2011-07-191-1/+1
* need magic commentsAkira Matsuda2011-07-141-0/+2
* treat fullwidth whitespace as a blank characterAkira Matsuda2011-07-141-1/+1
* Fix xmlschema output with fraction_digits >0shtirlic2011-07-111-0/+7
* Merge pull request #1296 from c42engineering/issue636José Valim2011-07-111-0/+49
|\
| * Issue #636 - Parsing an xml file with multiple records and extra attributes (...Sidu Ponnappa2011-07-111-0/+49
* | Merge pull request #1463 from psanford/masterSantiago Pastorino2011-07-061-0/+1
|\ \