aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-05-181-1/+3
|\
| * Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-1/+3
* | Merge pull request #6183 from nashby/fix-issue-6179Jeremy Kemper2012-05-183-33/+49
|\ \
| * | respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-183-35/+43
| * | wrap time ranges with timezones, closes #6179Vasiliy Ermolovich2012-05-171-1/+9
* | | Fix warning: possibly useless use of % in void contextkennyj2012-05-191-1/+1
* | | doesn't modify params in SafeBuffer#%Vasiliy Ermolovich2012-05-181-0/+7
| |/ |/|
* | Remove special cases for duplicable? on Class and ModuleMark McSpadden2012-05-171-2/+2
* | fix safe string interpolation with SafeBuffer#%, closes #6352Vasiliy Ermolovich2012-05-161-0/+24
* | remove useless tests for Range#stepVasiliy Ermolovich2012-05-131-10/+0
* | Remove blockless_step leave all that up to RubySantiago Pastorino2012-05-131-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-121-2/+2
|\ \
| * | Fix copypaste. [ci skip]Edward Tsech2012-05-111-2/+2
* | | Object#try can't call private methodsVasiliy Ermolovich2012-05-121-1/+13
* | | Test Hash#except can receive more than one argument.Edward Tsech2012-05-111-0/+6
|/ /
* | Merge pull request #6064 from gazay/fix_guides_for_as_core_extXavier Noria2012-05-071-0/+12
|\ \ | |/ |/|
| * Added tests for comparsion operator for RangeAlexey Gaziev2012-05-071-0/+12
* | Keep all methods in object/deep_dupPiotr Sarnacki2012-05-061-2/+1
* | Nice logic for deep_dup in railsAlexey Gaziev2012-05-062-15/+54
* | Merge pull request #6169 from marcandre/respond_to_missingJosé Valim2012-05-051-0/+1
|\ \
| * | Use respond_to_missing for TimeWithZoneMarc-Andre Lafortune2012-05-051-0/+1
| |/
* | Merge pull request #6156 from mjtko/feature-beginning_of_hourJeremy Kemper2012-05-043-0/+30
|\ \
| * | added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-043-0/+30
| |/
* / enable tests for beginning_of_* and end_of_* within time zone tests; enable t...Mark J. Titorenko2012-05-041-8/+8
|/
* Tests for regexp separator in String#truncateAlexey Gaziev2012-04-291-0/+6
* Optimize the performance of #delegateDaniel Schierbeck2012-04-121-0/+19
* validate attribute names in class and module attribute accessorsDmitry Plashchynski2012-03-302-0/+28
* fix HashWithIndifferentAccess.[] methodSergey Nartimov2012-03-231-0/+9