aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* | | Change Time#sec_fraction to use subsecAndrew White2016-04-231-2/+2
* | | Add additional aliases for DateTime#utcAndrew White2016-04-231-0/+2
* | | Add Time#sec_fractionAndrew White2016-04-231-0/+7
* | | Move `DateTime#getlocal` to `/core_ext/date_time/calculations.rb`yui-knk2016-04-232-11/+12
* | | Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-236-1/+40
* | | just say nothing about why this regexp is slower [ci skip]Xavier Noria2016-04-211-1/+1
* | | restores code comments in String#blank? [ci skip]Xavier Noria2016-04-211-2/+6
* | | Merge pull request #24663 from kamipo/remove_unused_blank_reJeremy Daer2016-04-201-2/+0
|\ \ \
| * | | Remove unused `BLANK_RE`Ryuta Kamizono2016-04-211-2/+0
* | | | Update delegate to use newer Ruby syntaxTodd Lynam2016-04-201-5/+2
|/ / /
* | | Speed up String#blank? Regexschneems2016-04-201-6/+3
* | | ~3.5x speedup of String#blank? for empty stringsXavier Noria2016-04-201-1/+6
* | | Change the Hash.to_xml with a lamda example Justin2016-04-191-1/+1
* | | Ruby 2.4 Array#sum: fix non-numeric #sum feature detectionJeremy Daer2016-04-191-1/+1
* | | Merge pull request #24552 from yui-knk/raise_argument_errorJeremy Daer2016-04-191-0/+1
|\ \ \
| * | | Raise `ArgumentError` when an invalid form is passed to `Date#to_time`yui-knk2016-04-171-0/+1
* | | | Ruby 2.4: compat with new Array#sumJeremy Daer2016-04-181-0/+14
* | | | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-181-8/+8
* | | | Restore Hash#transform_keys behavior to always return a Hash instanceEmily2016-04-121-1/+1
|/ / /
* | | Fix behavior of JSON encoding for Exceptionnamusyaka2016-04-091-0/+6
* | | Avoid unused captureRyuta Kamizono2016-04-051-1/+1
* | | Merge pull request #24345 from mtsmfm/fix-marshal-with-autoloading-for-nested...Rafael França2016-04-051-1/+1
|\ \ \
| * | | Fix marshal with autoloading for nested class/moduleFumiaki MATSUSHIMA2016-03-281-1/+1
* | | | 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