aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Match `String#to_time`'s behaviour to rubySiim Liiser2016-04-041-1/+2
* Call super instead of returning nil for DateTime#<=>Andrew White2016-04-031-5/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-031-1/+1
|\
| * s/responsibilty/responsibility/Vipul A M2016-03-221-1/+1
* | Remove not needed includingyui-knk2016-04-022-7/+0
* | Fix method String#upcase_firstbogdanvlviv2016-03-311-1/+3
* | Merge pull request #23895 from glaucocustodio/add_upcase_first_methodRafael Mendonça França2016-03-301-0/+7
|\ \
| * | Add upcase_first methodGlauco Custódio2016-02-251-0/+7
* | | fixed spelling in the attribute_accessors docuTorsten Braun2016-03-231-1/+1
* | | fixed spellin in the mattr_reader documentationTorsten Braun2016-03-231-1/+1
* | | Merge pull request #24150 from exviva/unmarshal-infinite-retryXavier Noria2016-03-111-1/+4
|\ \ \
| * | | Prevent `Marshal.load` from looping infinitelyOlek Janiszewski2016-03-111-1/+4
* | | | Fix `thread_mattr_accessor` thread-local variable namingMichael Ryan2016-03-111-2/+2
|/ / /
* | / Add missing require to tryRafael Mendonça França2016-03-111-0/+2
| |/ |/|
* | Deprecate `Module.local_constants`yui-knk2016-03-011-0/+4
|/
* Show correct return types for examples [ci skip]Gert Goet2016-02-201-49/+49
* Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.Vipul A M2016-02-151-0/+5
* rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-4/+4
* allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-0/+14
* drop array allocations on `html_safe`Aaron Patterson2016-02-081-1/+1
* Don't publicize Kernel core extensionsGenadi Samokovarov2016-02-042-0/+4
* :arrow_left: indentationAkira Matsuda2016-01-281-2/+2
* Fix nodoc to internal class error document some of themVipul A M2016-01-252-0/+3
* Document scoping issue with Time.use_zoneAndrew White2016-01-231-1/+17
* Fix - to_s(:db) on Numeric rangeAkshay Vishnoi2015-12-291-1/+5
* Merge pull request #22822 from maclover7/fix-22805Richard Schneeman2015-12-281-0/+1
|\
| * Add a missing require to ActiveSupport::NumericWithFormatJon Moss2015-12-281-0/+1
* | Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-0/+2
|/
* Use CGI.escapeHTML for html escapeTakashi Kokubun2015-12-211-4/+2
* Fix documentation for mattr_accessor methodsJan Habermann2015-12-201-6/+6
* [ci skip] Revert most of ff851017Kasper Timm Hansen2015-12-181-2/+2
* Revert "Use Thread.current.thread_variable_set/get insetad of the direct acce...David Heinemeier Hansson2015-12-181-4/+4
* [ci skip] Add `Thread.current` to match internalsKasper Timm Hansen2015-12-171-2/+2
* Clarify thread_mattr_accessor subclass behavior documentationNate Berkopec2015-12-171-8/+9
* Copy-edit the Per Thread attribute accessor documentationRafael Mendonça França2015-12-171-3/+3
* Use Thread.current.thread_variable_set/get insetad of the direct accessorsDavid Heinemeier Hansson2015-12-171-4/+4
* Fix typo in thread_mattr_accessor doco [ci skip]Nate Berkopec2015-12-171-1/+1
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-172-0/+141
* Merge pull request #22556 from imanel/range_prependKasper Timm Hansen2015-12-161-10/+7
|\
| * Use Module.prepend instead of alias_method for Range#to_sBernard Potocki2015-12-161-10/+7
* | Don't leak Object constants in core_ext/module/qualified_constGenadi Samokovarov2015-12-161-12/+30
* | delete code commented out (and replaced) in e93d0a5Tony Ta2015-12-151-1/+0
|/
* Test if each_object(singleton_class) works, since JRuby added it.Charles Oliver Nutter2015-11-231-2/+3
* Change Enumerable#sum to use inject(:sym) specificationT.J. Schuck2015-11-191-1/+1
* Merge pull request #22244 from pacso/time-days-in-yearAndrew White2015-11-101-0/+6
|\
| * Add days_in_year methodJon Pascoe2015-11-101-0/+6
* | Minor fix in Module#mattr_reader documentationYuri Kasperovich2015-11-091-1/+1
|/
* Merge pull request #21897 from swaathi/masterKasper Timm Hansen2015-11-071-2/+20
|\
| * Parameterize with options to preserve case of stringSwaathi K2015-11-071-2/+20
* | Merge pull request #21806 from kachick/fix-transformer-sizeEileen M. Uchitelle2015-11-072-4/+4
|\ \ | |/ |/|