aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | attributes no longer disappear if a tag contains whitespaceAndre Arko2011-04-141-0/+9
* | Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-6/+0
* | Update test name to the corresponding method nameSebastian Martinez2011-04-121-1/+1
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-3/+3
* | Add support for Object#in? and Object#either? in Active Support [#6321 state:...Prem Sichanugrist, Brian Morearty, John Reitano2011-04-111-0/+52
* | added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-0/+18
* | Raise on invalid timezoneMarc-Andre Lafortune2011-04-051-5/+26
|/
* removing stubs. 1.9.3 implements Date.today in C so mocking the return value ...Aaron Patterson2011-03-071-9/+4
* reverted tests deleted by 080345baca1076a9788d, refactored implementations sh...Diego Carrion2011-03-041-3/+13
* updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-285-37/+38
* added Range#count? for Ruby 1.8Diego Carrion2011-02-191-0/+12
* Remove unused line in test setup.Ben Orenstein2011-02-171-1/+0
* Remove unused code.Ben Orenstein2011-02-161-3/+0
* Add Date#rfc3339 and Date#iso8601 to ASSantiago Pastorino2011-02-131-0/+10
* Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-44/+0
* Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper ...José Valim2011-02-101-0/+44
* Removed Array#safe_join in AS core_ext and moved it to a view helper with the...Josh Kalderimis2011-02-101-44/+0
* Corrected the html_safe implementation for Array. Moved the html safe version...Josh Kalderimis2011-02-101-13/+13
* Initial html_safe implemention for ArrayPaul Hieromnimon2011-02-101-0/+44
* Ruby 1.8.7+ provides to_date/to_datetime, AS just makes them public.John Firebaugh2011-02-031-13/+3
* Preserve fractional seconds in DateTime#to_timeJohn Firebaugh2011-02-031-0/+2
* prefering psych as the yaml parser if possible, fixing assertions for YAML 1....Aaron Patterson2011-01-211-2/+2
* fixing psych support in big decimal, fixing tests to support YAML 1.1Aaron Patterson2011-01-211-4/+4
* Fixed various isolated test missing requires within AS.Josh Kalderimis2011-01-122-2/+5
* adding to_d to BigDecimalAaron Patterson2011-01-101-1/+6
* make our yaml output consistentAaron Patterson2011-01-041-1/+1
* 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