aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+16
* Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-031-0/+17
* Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+6
* Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-1/+1
* Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-022-74/+22
* Fix segmentation fault in Ruby 2.0.0-p353.Dmitriy Kiriyenko2013-11-301-0/+5
* Typo fixAkshay Vishnoi2013-11-291-1/+1
* Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-262-31/+39
* Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+9
* Array#split preserving the calling arrayKD2013-11-111-6/+12
* Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-1/+7
* Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-021-0/+4
* Merge pull request #12203 from chancancode/eager_load_jsonJeremy Kemper2013-10-301-0/+9
|\
| * Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-0/+9
* | slice! should not remove default hash value/procAntonio Santos2013-10-241-0/+18
* | `$SAFE = 4;` has been removed with Ruby 2.1Vipul A M2013-10-141-13/+0
* | Revert "Merge pull request #12480 from iwiznia/master"Jeremy Kemper2013-10-111-15/+0
* | flatten and flatten! methods for ActiveSupport::DurationIonatan Wiznia2013-10-111-0/+15
* | Merge pull request #11474 from bogdan/time-with-zone-succAndrew White2013-09-221-0/+22
|\ \ | |/ |/|
| * Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-191-0/+22
* | Merge pull request #12200 from dchelimsky/simplify-duration-inspect-even-moreRafael Mendonça França2013-09-111-0/+3
|\ \
| * | Reduce Duration#inspect to a single series of transformationsDavid Chelimsky2013-09-111-0/+3
* | | Removed unused modules and classesAnupam Choudhury2013-09-101-7/+0
* | | Removed unnecessary requireAnupam Choudhury2013-09-101-1/+0
|/ /
* | Skip tests involving $SAFE, it's not supported on Rubinius.Federico Ravasio2013-08-211-0/+2
* | ensure freeze on Thread freezes localsNick Howard2013-08-191-0/+9
* | 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
|\ \ \