aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 3.2.18 releaseRafael Mendonça França2014-05-061-1/+1
* Preparing for 3.2.17 releaseRafael Mendonça França2014-02-181-1/+1
* updating the changelogAaron Patterson2013-12-021-1/+1
* bumping to 3.2.15Aaron Patterson2013-10-151-1/+1
* Merge branch '3-2-15' into 3-2-secAaron Patterson2013-10-151-2/+2
|\
| * bumping to rc3Aaron Patterson2013-10-111-1/+1
| * bumping to rc2Aaron Patterson2013-10-041-1/+1
| * bumping version to 3.2.15.rc1Aaron Patterson2013-10-031-2/+2
* | Remove the use of String#% when formatting durations in log messagesMichael Koziarski2013-09-301-0/+4
|/
* Merge pull request #12196 from h-lame/fix-activesupport-cache-filestore-cleanupRafael Mendonça França2013-09-121-1/+2
* Fix 1.8.7 incompatible respond_to_missingEugene Kalenkovich2013-08-181-2/+8
* Merge branch '3-2-14' into 3-2-stableRafael Mendonça França2013-07-221-1/+1
|\
| * Preparing for 3.2.14 releaseRafael Mendonça França2013-07-221-1/+1
| * Preparing for 3.2.14.rc2 releaseRafael Mendonça França2013-07-161-1/+1
| * Preparing for 3.2.14.rc1 releaseRafael Mendonça França2013-07-121-2/+2
* | Add respond_to_missing? for TaggedLogging which is needed if another log abst...Wolfram Arnold2013-07-171-0/+4
|/
* Add missing require so that DateTime has the right superclassAndrew White2013-07-101-0/+1
* Return local time for backwards compatibilityAndrew White2013-07-091-1/+1
* Retain offset and fraction when using Time.at_with_coercionAndrew White2013-07-091-3/+8
* Remove warning of assigned but unused variableRafael Mendonça França2013-07-061-1/+1
* Incorrectly providing program name the same as log message even when block is...Carson Reinke2013-07-011-1/+8
* Backport rails/rails-perftest#2 to fix rake test:benchmarkYves Senn2013-06-274-4/+4
* Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+12
* Revert "Remove unicode character encoding from ActiveSupport::JSON.encode"Rafael Mendonça França2013-05-081-1/+7
* Merge branch '3-2-13' into 3-2-stableAaron Patterson2013-03-182-1/+7
|\
| * bumping to 3.2.13Aaron Patterson2013-03-181-1/+1
| * JDOM XXE Protection [CVE-2013-1856]Ben Murphy2013-03-151-0/+6
| * bumping to rc2Aaron Patterson2013-03-061-1/+1
| * Preparing for 3.2.13.rc1 releaseSteve Klabnik2013-02-271-2/+2
* | Fix `ActiveSupport::TimeZone.parse` when time is a local DST jumpAndrew White2013-03-131-6/+16
|/
* Update RUBY_VERSION check for performance testing to handle 2.0.0mikeycgto2013-02-241-1/+1
* added marshal_load and marshal_dump for ProxyTestResult. Behavior of method_m...SHIBATA Hiroshi2013-02-241-2/+10
* search private and protected methods for convert_keyAaron Patterson2013-02-243-4/+3
* Add in missing requiresPrem Sichanugrist2013-02-241-0/+2
* Merge branch '3-2-sec' into 3-2-stableAaron Patterson2013-02-111-1/+1
|\
| * bumping versionAaron Patterson2013-02-101-1/+1
* | Make tests for the presence of MiniTest consistent.James Mead2013-01-141-1/+1
* | Fix DateTime comparison with DateTime::Infinity objectDan Kubb2013-01-131-1/+1
* | Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-082-8/+26
|\|
| * bumping versionAaron Patterson2013-01-081-1/+1
| * CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-7/+25
* | Wrap time ranges with timezones, closes #8807Vasiliy Ermolovich2013-01-082-11/+17
* | Merge tag 'v3.2.10' into 3-2-stableMiguel2013-01-031-1/+1
|\|
| * bumping version to 3.2.10Aaron Patterson2012-12-231-1/+1
* | Remove unicode character encoding from ActiveSupport::JSON.encodeBrett Carter2012-12-141-7/+1
* | Add :nsec format only for Ruby 1.9Carlos Antonio da Silva2012-12-111-1/+2
* | Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-12-101-0/+1
* | Use send in Time marshal extensions since the methods are now privateCarlos Antonio da Silva2012-12-031-2/+2
* | Fixed description for ActiveSupport::Concern typical caseDmitry Vorotilin2012-11-301-1/+3
* | Revert "Use MiniTest in Ruby 1.8 if it is available."Carlos Antonio da Silva2012-11-131-3/+1