aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Fix Duration#to_jsonPratik Naik2010-12-291-0/+5
* Fix activesupport tests. These classes are not used anywherePiotr Sarnacki2010-12-221-12/+0
* Only convert direct hash instances in hash with indifferent access.José Valim2010-11-261-0/+8
* Don't depend on rubygems loading thread (for Mutex)raggi2010-11-251-0/+1
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-0/+5
* removes orphan tests, custom String#% was removed from AS in 39d6f9eXavier Noria2010-11-191-69/+0
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-181-4/+4
* Add support for try to just yield the object to a block if no method is to be...raggi2010-11-141-0/+10
* HashWithIndifferentAccess should not change the subclass of an arrayLarry Sprock2010-11-141-0/+17
* Merge remote branch 'drogus/plugin_new'José Valim2010-11-111-0/+15
|\
| * Added Hash#deep_dup function which performs deep duplication on given hashPiotr Sarnacki2010-11-021-0/+15
* | Fix ActiveSupport::TimeWithZone#localtime method with DateTimeAlvaro Bautista2010-11-111-0/+11
* | Remove unused methodSantiago Pastorino2010-11-101-31/+0
* | Remove useless cgiDenis Odorcic2010-11-101-15/+0
* | Ensure that HashWithIndifferentAccess duplication preserves class (for sublcl...laserlemon2010-11-071-1/+14
* | Allowing to_xml :camelize option to be set to :lower to enable lower-camelcas...Jeremy Holland2010-11-031-1/+8
|/
* implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:commit...Rob Zolkos & Xavier Noria2010-10-163-0/+50
* Override #store to be consistent with #[].Andrea Campi2010-10-101-0/+10
* let Hash#to_param and Hash#to_query sort againXavier Noria2010-09-281-3/+7
* Make assert_valid_keys slightly faster.thedarkone2010-09-271-1/+1
* attr_accessor_with_default should raise an ArgumentError not a RuntimeErrorAaron Patterson2010-09-241-1/+1
* Exception handling more readableThiago Pradi2010-09-191-2/+2
* Use `Time.current` to maintain consistency with AS::DurationPrem Sichanugrist2010-09-191-0/+38
* Move capture to Kernel. [#5641 state:resolved]Krekoten' Marjan2010-09-181-0/+5
* delegate method should treat :prefix => false same as :prefix => nilNeeraj Singh2010-09-011-0/+13
* Make ActiveSupport::Duration#method_missing delegate blocks to value [#5498 s...Krekoten' Marjan2010-09-011-0/+8
* let String#strip_heredoc handle blank lines even if they are not indentedXavier Noria2010-08-301-0/+9
* implements String#strip_heredocXavier Noria2010-08-291-0/+23
* Trifling typosRaphomet2010-08-211-2/+2
* to_sentence should return a duplicateMatthew Mongeau2010-08-171-0/+5
* Class Attribute setter returns set valuePeter Wagenet2010-08-161-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1419-100/+100
* adds test coverage to ensure DateTime#advance processes first the date deltas...Xavier Noria2010-08-051-12/+19
* adds test coverage for edge-cases of Array.wrap, and better documentation for...Xavier Noria2010-07-281-0/+20
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* These tests are trusting in the order of the elements so use OrderedHash inst...Santiago Pastorino2010-07-211-2/+3
* Test Hash#to_param escapes keys and valuesSantiago Pastorino2010-07-221-0/+4
* Hash#to_param is doesn't use sort anymore, some tests added for Hash#to_paramSantiago Pastorino2010-07-221-0/+25
* Don't rely on implementation-specific order-dependence of array comparisons i...Nick Sieger2010-07-171-4/+5
* Define a convention for descendants and subclasses.José Valim2010-07-052-70/+19
* Don't store incorrect values in zones_mapSantiago Pastorino2010-06-281-3/+1
* Added getbyte as a core_ext to Ruby < 1.9Santiago Pastorino2010-06-271-0/+8
* when the timezone is nil, a TimeWithZone object should not be constructed. [#...Aaron Patterson2010-06-171-0/+7
* Date#since, #ago, #beginning_of_day, #end_of_day, #xmlschema return TimeWithZ...Geoff Buesing2010-06-121-1/+50
* Remove String#constantize depsJeremy Kemper2010-06-111-7/+8
* Merge remote branch 'rsim/oracle_enhanced_rails3'wycats2010-06-071-2/+2
|\
| * fix conditions when DateTime#to_date and DateTime#xmlschema methods are definedRaimonds Simanovskis2010-06-041-2/+2
* | oops, two cancelling errors made a previous test pass, fixing itXavier Noria2010-06-071-1/+1
* | the order in which we apply deltas in Date#advance matters, add test coverage...Xavier Noria2010-06-071-0/+10
* | removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-7/+23
|/