aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-187-23/+31
* Merge pull request #24930 from henrik/date-all-daySean Griffin2016-05-162-5/+5
|\
| * Introduce Date#all_dayHenrik Nyh2016-05-112-5/+5
* | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-53/+89
* | Remove unnecessary constantYosuke Kabuto2016-05-151-4/+2
* | Perfomance fix for Enumerable#index_bylvl0nax2016-05-141-1/+3
* | - Added clarity to documentation of ArrayInquirer#any? [ci skip]Mohit Natoo2016-05-111-2/+4
* | Bump the deprecation horizonRafael Mendonça França2016-05-101-1/+1
* | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-2/+2
|/
* Use original `Array#sum` to speed up calculatingyui-knk2016-05-071-4/+8
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-1/+1
* Array#split refactoring for case with blocklvl0nax2016-05-061-11/+6
* Fix initial value effects for sum along to ruby 2.4Kenta Murata2016-04-301-5/+7
* restores the regexp used in String#blank?Xavier Noria2016-04-291-4/+3
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-291-2/+2
|\
| * [ci skip] Aline results of code examples in commentsyui-knk2016-04-201-2/+2
* | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-282-9/+13
* | Prep Rails 5 beta 4eileencodes2016-04-271-1/+1
* | Revert "Change 1.week to create 1 week durations instead of 7 days durations."Jeremy Daer2016-04-272-11/+9
* | Merge pull request #24723 from lvl0nax/array_split_fixJeremy Daer2016-04-261-10/+6
|\ \
| * | Little perfomance fix for Array#split.lvl0nax2016-04-261-10/+6
* | | Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-251-3/+1
* | | Add require of mattr_accessor since Compatibility relies on it.Jason Frey2016-04-251-0/+2
|/ /
* | Remove `Array#sum` method before override ityui-knk2016-04-241-0/+2
* | rewords code comment [ci skip]Xavier Noria2016-04-241-3/+3
* | Share lock: more accurate livelock fix for aa598f4Jeremy Daer2016-04-241-3/+2
* | Share lock: avoid livelock due to exclusive thread sleeping before waiting th...Jeremy Daer2016-04-231-0/+1
* | Follow up of https://github.com/rails/rails/commit/c9c5788a527b70d7f983e2b4b4...Vipul A M2016-04-241-4/+4
* | Make getlocal and getutc always return instances of TimeAndrew White2016-04-232-22/+25
* | Add DateTime#subsecAndrew White2016-04-231-0/+7
* | 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-238-7/+51
* | fix boot performance issueAaron Patterson2016-04-221-12/+10
* | 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
* | Add ActiveSupport::TimeZone.country_zones helperAndrey Novikov2016-04-191-1/+13
* | 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
* | | `ActiveSupport::Duration` supports ISO8601 formatting and parsing.Arnau Siches, Andrey Novikov2016-04-183-0/+193