aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8471 from kytrinyx/refactor-xml-to-hashSteve Klabnik2012-12-211-1/+1
|\
| * Refactor Hash.from_xml.Steve Klabnik + Katrina Owen2012-12-211-1/+1
* | Backport thread-local variables from Ruby 2.0Rafael Mendonça França2012-12-111-0/+77
* | Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-114-29/+41
* | Beef up tests for String#in_time_zone and Date#in_time_zoneAndrew White2012-12-112-18/+128
* | Deprecate Date#to_time_in_current_zoneAndrew White2012-12-111-0/+8
* | Add String#in_time_zone methodAndrew White2012-12-111-24/+44
|/
* Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObjectFrancesco Rodriguez2012-12-071-2/+2
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+124
* Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-292-0/+56
* Use Integer#div instead of Integer#/ to avoid side effects from mathnMarc-Andre Lafortune2012-11-161-0/+8
* backporting Struct#to_h from ruby 2.0Aaron Patterson2012-11-131-0/+10
* Test Hash#diff deprecation, also prevent deprecation message in AS testsNikita Afanasenko2012-11-111-1/+3
* Kernel#capture replaced by version which can catch output from subprocessesDmitry Vorotilin2012-11-011-0/+2
* Fix some assert_raise calls containing messages in Active SupportCarlos Antonio da Silva2012-10-281-6/+13
* Implement replace method so key? works correctly.David Graham2012-10-261-0/+12
* Revert "remove unnecessary object/conversions file"Xavier Noria2012-10-162-0/+2
* Merge pull request #7007 from Mik-die/hash_extractRafael Mendonça França2012-10-121-1/+25
|\
| * add more testcases and doc about Hash#extract!Mikhail Dieterle2012-10-081-2/+9
| * make Hash#extract! more symmetric with Hash#sliceMikhail Dieterle2012-10-081-0/+17
* | let (array|hash)/conversions.rb load the extensions in object/to_(param|query...Xavier Noria2012-10-091-2/+0
* | adds a missing requireXavier Noria2012-10-091-0/+1
* | adds missing requireXavier Noria2012-10-091-0/+1
* | remove unnecessary object/conversions fileNihad Abbasov2012-10-022-2/+0
|/
* Remove .rb from require sentencesJosé Corcuera Z2012-09-211-1/+1
* Merge pull request #7613 from marcandre/delegate_to_classJeremy Kemper2012-09-201-0/+11
|\
| * Nice and easy delegation to the classMarc-Andre Lafortune2012-09-111-0/+11
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+50
* | Allow passing block to deep_merge and deep_merge!Pranas Kiziela2012-09-131-0/+10
|/
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
* Fix AS tests due to builder change with nil values / empty stringsCarlos Antonio da Silva2012-09-071-2/+2
* Extend HashWithIndifferentAccess#update to take an optional blockLeo Cassarani2012-09-051-0/+23
* Merge pull request #7029 from panthomakos/date-and-timeRafael Mendonça França2012-08-254-469/+215
|\
| * Refactored common date and time calculations.Pan Thomakos2012-08-044-469/+215
* | Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-231-11/+18
* | revises a brittle test in Active SupportXavier Noria2012-08-221-1/+1
* | defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+56
|/
* html_escape should escape single quotesSantiago Pastorino2012-07-311-2/+2
* Add Object#try! with the old NoMethodError raising behaviorDavid Heinemeier Hansson2012-07-271-1/+25
* will now return nil instead of raise a NoMethodError if the receiving object...David Heinemeier Hansson2012-07-271-4/+4
* Improve performance of DateTime#seconds_since_unix_epochAndrew White2012-07-021-0/+1
* Make Time#change work with offsets other than UTC or localAndrew White2012-07-011-0/+31
* Ensure Array#to_sentence does not modify given hashCarlos Antonio da Silva2012-06-261-0/+6
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-203-0/+37
* Fix lookup on HashWithIndifferentAccess for array values.Chris Zetter2012-06-181-0/+7
* Eliminate dependency on Rails::VERSION::STRINGAndrew White2012-06-051-1/+0
* Reduce warning messages when running Active Support testsAndrew White2012-05-311-2/+3
* Make File#atomic_write tests pass with umaskThibault Jouan2012-05-291-3/+3
* JRuby return different Array for module contents.Arun Agrawal2012-05-291-1/+1
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-272-0/+266