aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change 1.week to create 1 week durations instead of 7 days durations."Jeremy Daer2016-04-274-34/+11
* Merge pull request #24723 from lvl0nax/array_split_fixJeremy Daer2016-04-262-10/+14
|\
| * Little perfomance fix for Array#split.lvl0nax2016-04-262-10/+14
* | Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-253-3/+18
* | 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-242-5/+5
* Make getlocal and getutc always return instances of TimeAndrew White2016-04-236-23/+71
* Add DateTime#subsecAndrew White2016-04-233-0/+16
* Change Time#sec_fraction to use subsecAndrew White2016-04-232-2/+16
* Add additional aliases for DateTime#utcAndrew White2016-04-232-0/+7
* Add CHANGELOG entry for #24700Andrew White2016-04-231-0/+5
* Add Time#sec_fractionAndrew White2016-04-232-0/+11
* 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-2312-7/+197
* 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
* Make file update checker tests more resilient on WindowsSean Griffin2016-04-211-5/+7
* 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
* Merge pull request #20625 from Envek/add_country_zones_methodJeremy Daer2016-04-193-1/+29
|\
| * Add ActiveSupport::TimeZone.country_zones helperAndrey Novikov2016-04-193-1/+25
|/
* Change the Hash.to_xml with a lamda example Justin2016-04-191-1/+1
* Ruby 2.4 Array#sum: ficauses -> cases changelog typo [ci skip]Jeremy Daer2016-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-192-0/+5
|\
| * Raise `ArgumentError` when an invalid form is passed to `Date#to_time`yui-knk2016-04-172-0/+5
* | Travis: cache unicode data downloads and beanstalkd buildJeremy Daer2016-04-193-3/+3
* | Ruby 2.4: compat with new Array#sumJeremy Daer2016-04-183-3/+58
* | `ActiveSupport::Duration` supports ISO8601 formatting and parsing.Arnau Siches, Andrey Novikov2016-04-185-0/+294
* | Merge pull request #24577 from mechanicles/fix-fetch-cache-missJeremy Daer2016-04-183-2/+33
|\ \
| * | Fix forced cache miss for fetch.Santosh Wadghule2016-04-183-2/+31
* | | Merge pull request #24587 from mechanicles/doc-consistencyXavier Noria2016-04-181-19/+19
|\ \ \ | |/ / |/| |
| * | Document consistency [ci skip]Santosh Wadghule2016-04-171-19/+19
* | | Merge pull request #22806 from Envek/solid_durationsJeremy Daer2016-04-174-11/+34
|\ \ \
| * | | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-184-11/+36
|/ / /
* | | Merge pull request #24595 from maclover7/jm-cleanup-2Rafael França2016-04-171-1/+1
|\ \ \
| * | | Specify that behavior will be deprecated in Rails 5.1Jon Moss2016-04-171-1/+1
| |/ /
* / / Stop passing unused payloads to instrumentation block in cacheVipul A M2016-04-171-2/+2
|/ /
* | Merge pull request #24517 from estolfo/transform-keys-return-type-masterSean Griffin2016-04-152-1/+17
|\ \ | |/ |/|
| * Restore Hash#transform_keys behavior to always return a Hash instanceEmily2016-04-122-1/+17
* | Remove unused variableRafael Mendonça França2016-04-131-1/+0
* | Remove time calculatiosn extensionRafael Mendonça França2016-04-131-0/+2