aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | Make String.to_time respect timezonesNate Mueller2011-06-021-0/+1
* | | all numerics should be html_safe - Closes #1935Damien Mathieu2011-07-031-0/+4
* | | Merge pull request #1690 from vijaydev/mattr_accessor_changesJosé Valim2011-06-301-0/+7
|\ \ \
| * | | Added instance_accessor: false to Module#mattr_accessorVijay Dev2011-06-141-0/+7
* | | | Array.wrap should follow Kernel#Array semantics when the object's to_ary is n...Jon Leighton2011-06-301-2/+3
* | | | Add option to omit creating an instance reader method on class_attributeJames Miller2011-06-181-0/+6
|/ / /
* | | Rename Time#whole_* to Time#all_* [thanks Pratik!]David Heinemeier Hansson2011-06-131-10/+10
* | | Added Time#whole_day/week/quarter/year as a way of generating ranges (example...David Heinemeier Hansson2011-06-131-0/+20
* | | Added instance_accessor: false as an option to Class#cattr_accessor and frien...David Heinemeier Hansson2011-06-131-2/+9
* | | Define ActiveSupport#to_param as to_str - closes #1663Andrew White2011-06-121-1/+7
* | | Allow a Date to be frozen more than once without an error in Ruby 1.8.xBradley Buda2011-06-081-0/+6
|/ /
* / Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-252-269/+0
|/
* Removed the AS core_ext/kernel/debugger breakpoint method as this method is a...Josh Kalderimis2011-05-231-3/+43
* make sure missing method does not fail with argumentsdmathieu2011-05-221-0/+6
* don't raise NoMethodError the tried method doesn't existsdmathieu2011-05-211-1/+1
* Fix AS::Duration#duplicable? on 1.8thedarkone2011-05-211-1/+2
* Check for Module.new.dup as well in https://github.com/rails/rails/blob/maste...Prakash Murthy2011-05-211-1/+1
* Test that HWIA.with_indifferent_access does not return selfDavid Lee2011-05-171-0/+1
* Use dup to preserve previous behaviorDavid Lee2011-05-171-1/+1
* Optimize parts of HashWithIndifferentAccessDavid Lee2011-05-171-0/+5
* Deprecate attr_accessor_with_default.José Valim2011-05-161-4/+12
* indifferent access should recurse Hash subclassesDavid Lee2011-05-081-3/+12
* Revert "Merge pull request #275 from pk-amooma/master"José Valim2011-05-071-12/+0
* Merge pull request #286 from jasoncodes/marshal_subsecJosé Valim2011-05-071-0/+7
|\
| * Fix marshal round-tripping of fractional seconds (Time#subsec).Jason Weathered2011-04-171-0/+7
* | Merge pull request #275 from pk-amooma/masterJosé Valim2011-05-071-0/+12
|\ \
| * | test "Escapes special HTML/XML characters" do ...Philipp Kempgen2011-04-261-0/+12
* | | Merge remote branch 'rolftimmermans/desc_tracker'José Valim2011-05-072-0/+2
|\ \ \
| * | | Add missing dependency string inflection test.Rolf Timmermans2011-03-131-0/+1
| * | | Missing dependency for duration test.Rolf Timmermans2011-03-131-0/+1
* | | | Fix bug with empty CDATA not being handled in Hash.from_xmlBradley Harris2011-04-291-2/+2
* | | | Added test for empty CDATA bug in from_xmlBradley Harris2011-04-291-2/+8
* | | | fixing Array#from to return consistent resultsJared McFarland2011-04-261-1/+1
* | | | Add String#inquiry as a convenience method for turning a string into a String...David Heinemeier Hansson2011-04-181-0/+5
| |_|/ |/| |
* | | Only rescue a thrown NoMethodError, don't preemptively check for #include?; a...Jared McFarland2011-04-151-0/+4
| |/ |/|