aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Truncate now has the ability to receive a html option that allows it to call ...Li Ellis Gallardo2012-05-261-0/+4
* Fix Range#sum optimized versionAlexey Vakhov2012-05-251-0/+5
* Add missing requires for deep_dup and hash ext testCarlos Antonio da Silva2012-05-241-0/+1
* Use deep_dup in the deep_transform_keys tests.Rafael Mendonça França2012-05-241-20/+98
* Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert deep_...Mark McSpadden2012-05-231-1/+16
* Adding deep versions of stringify_keys and symbolize_keys (plain and bang) fo...Lucas Húngaro2012-05-231-0/+92
* Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ...Mark McSpadden2012-05-231-0/+15
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-2/+2
* Add instance_accessor option to class_attributeAlexey Vakhov2012-05-221-0/+7