aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Add String#remove(pattern) as a short-hand for the common pattern of String#g...David Heinemeier Hansson2013-08-131-0/+5
* Fix unused variable warningAndrew White2013-08-041-0/+1
* Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-0/+8
* Merge pull request #10879 from makaroni4/masterAndrew White2013-07-293-0/+20
|\
| * Added Time#middle_of_dayAnatoli Makarevich2013-07-283-0/+20
* | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-293-1/+10
* | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-0/+1
* | Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-0/+27
* | Add failing test for #9562Andrew White2013-07-101-0/+5
* | Return local time for backwards compatibilityAndrew White2013-07-091-8/+25
* | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-0/+33
* | Fix microsecond precision of Time#at_with_coercionNeer Friedman2013-07-091-0/+4
* | Make HashWithIndifferentAccess#select always return the hash.Marc Schütz2013-07-061-0/+6
* | Fixed test broken by local_constant_names Arun Agrawal2013-07-031-6/+0
* | Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-031-6/+0
* | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`Vipul A M2013-07-031-55/+0
* | Remove deprecated Hash#diff with no replacement.Carlos Antonio da Silva2013-07-021-6/+0
* | Remove deprecated `Date#to_time_in_current_zone`Vipul A M2013-07-021-7/+0
* | Remove deprecated `Proc#bind` with no replacement.Carlos Antonio da Silva2013-07-011-14/+0
* | Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-011-30/+0
* | Move delegation error constant to inside ModuleCarlos Antonio da Silva2013-06-261-1/+1
* | Merge pull request #10828 from southpolesteve/delegation_error_classYves Senn2013-06-261-1/+1
|\ \
| * | Add DelegationError class. Rasied by delegation to a nil objectSteve Faulkner2013-06-261-1/+1
* | | Merge pull request #10740 from mrsimo/hash-with-indifferent-access-selectRafael Mendonça França2013-06-141-0/+30
|\ \ \
| * | | HashWithIndifferentAccess#select working as intendedAlbert Llop2013-05-231-0/+30
* | | | Add missing nsec test for 17f5d8eAndrew White2013-06-131-0/+5
* | | | Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-132-0/+15
* | | | Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+22
| |_|/ |/| |
* | | Merge pull request #10784 from senny/10526_prevent_key_transformationRafael Mendonça França2013-06-031-0/+7
|\ \ \ | |_|/ |/| |
| * | Prevent side effects in `Hash#with_indifferent_access`.Yves Senn2013-05-291-0/+7
* | | Allow Date to be compared with Time (like it was possible to compare Time wit...David Heinemeier Hansson2013-06-031-0/+4
|/ /
* | Merge pull request #10763 from senny/10758_to_sentence_with_blank_elementsCarlos Antonio da Silva2013-05-261-0/+4
|\ \
| * | add test-case for `Array#to_sentence with blank items.Yves Senn2013-05-261-0/+4
| |/
* / Fix some typo in method names, variablesVipul A M2013-05-262-2/+2
|/
* Fix HWIA#to_hash behavior with array of hashes.kennyj2013-05-161-0/+5
* Merge pull request #10266 from vipulnsward/fix_HIA_to_hashRafael Mendonça França2013-05-141-0/+4
|\
| * fix HashWithIndifferentAccess#to_hash behaviourVipul A M2013-04-191-0/+4
* | Squashed commit of the following:Aaron Patterson2013-05-036-109/+0
* | Revert "Object#in? also accepts multiple parameters"Brian Morearty2013-05-011-10/+0
* | Module#delegate checks nilness rather that falsehood if :allow_nil is true, a...Xavier Noria2013-04-261-0/+31
* | Merge pull request #10351 from JonRowe/update_as_date_next_week_to_document_i...Xavier Noria2013-04-261-0/+5
|\ \
| * | better document `next_week` functionaility closes #9568Jon Rowe2013-04-261-0/+5
* | | Delegation method bugLi Ellis Gallardo2013-04-251-0/+5
|/ /
* / Adjust for daylight savings in String#to_timeAndrew White2013-04-231-2/+118
|/
* more descriptive NameError's messages for class attributesHrvoje Šimić2013-04-171-4/+6
* Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-2/+7
* Further simplify enumerable group_by testCarlos Antonio da Silva2013-04-041-3/+1
* Replaced inject with mapAnupam Choudhury2013-04-041-2/+2
* Removed unused comma after loop variableAnupam Choudhury2013-04-041-1/+1
* `TimeWithZone` raises `NoMethodError` in proper context.Yves Senn2013-03-181-0/+8