aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Assorted delegate_missing_to doc fixesT.J. Schuck2017-05-041-22/+17
* Add missing require for `remove_possible_method`Eugene Kenny2017-04-281-0/+1
* Add commaJon Moss2017-04-201-1/+1
* Fix Enumerable#sum redefined warningFumiaki MATSUSHIMA2017-04-181-23/+45
* Add missing periodsJon Moss2017-04-171-2/+2
* Add (more) documentation to to_timeKen Mayer2017-04-171-0/+3
* Merge pull request #28638 from bogdanvlviv/prepend_and_append_in_rubyKasper Timm Hansen2017-04-151-2/+2
|\
| * Prevent aliases Array#append and Array#prependbogdanvlviv2017-04-021-2/+2
* | Add additional options to time `change` methodsAndrew White2017-04-141-15/+21
* | delegate_missing_to should fall back to superMatthew Draper2017-04-091-1/+1
* | delegate_to_missing doesn't delegate private methodsMatthew Draper2017-04-091-1/+4
|/
* Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+2
* Use keyword arguments instead of hashRafael Mendonça França2017-03-281-4/+4
* Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-9/+19
|\
| * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-9/+19
* | Fix doc format for `duplicable?` [ci skip]yuuji.yaginuma2017-03-251-6/+6
* | Remove unnecessary ruby version comments [ci skip]Vipul A M2017-03-241-2/+2
* | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-231-12/+22
* | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-2/+2
* | Merge pull request #28445 from denniszelada/feature-documentation-with_optionsVipul A M2017-03-171-0/+11
|\ \
| * | Add documentation to use with_options in the same class [ci skip]Dennis Zelada2017-03-161-0/+11
* | | Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-163-5/+13
* | | Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-162-6/+9
|\ \ \
| * | | Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-062-6/+9
| |/ /
* | | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-031-0/+3
* | | Add `Time.rfc3339` parsing methodAndrew White2017-03-031-0/+23
* | | Update `DateTime#change` to support usec and nsecAndrew White2017-03-021-4/+14
* | | add optional second argument to ActiveSupport core extension for Marshal#load...Jeff Latz2017-02-241-2/+2
|/ /
* | Not ants were harmed! 🐜Mario Uher2017-02-141-1/+1
* | Docs: Correction: Module::DelegationErrorJared Beck2017-02-031-7/+9
* | add missing comment out [ci skip]bogdanvlviv2017-01-201-1/+1
* | add missing comment out [ci skip]yuuji.yaginuma2017-01-201-7/+7
* | Allocation free Integer#to_sJean Boussier2017-01-191-16/+15
* | Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-2/+4
* | All currently supported rubies already have LoadError#pathAkira Matsuda2017-01-171-12/+0
* | :golf: else + if = elsifAkira Matsuda2017-01-171-10/+8
* | Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"Kasper Timm Hansen2017-01-151-7/+0
* | Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]Koichi ITO2017-01-151-0/+7
* | Add duration constructors for use in Numeric extensionsAndrew White2017-01-122-8/+8
* | Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-092-7/+7
* | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-2/+2
* | Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
* | Merge pull request #26480 from tbrisker/fix-26461Rafael França2017-01-041-2/+7
|\ \
| * | Reword according to feedbackTomer Brisker2016-09-151-8/+7
| * | Clarify that mattr_* creates public methodsTomer Brisker2016-09-131-0/+6
* | | There's no such moduleAkira Matsuda2017-01-051-4/+4
* | | Remove unnecessary require statementsJon Moss2017-01-031-3/+0
* | | Merge pull request #27363 from amatsuda/refined_array_sumSean Griffin2017-01-031-2/+7
|\ \ \
| * | | Refining Array#sum monkey-patch using RefinementsAkira Matsuda2016-12-151-2/+7
* | | | Fix Symbol#duplicable? for Ruby 2.4.0.Kasper Timm Hansen2017-01-011-1/+2