aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * Preparing for 3.2.14.rc2 releaseRafael Mendonça França2013-07-162-2/+7
| * Preparing for 3.2.14.rc1 releaseRafael Mendonça França2013-07-122-3/+3
* | Add respond_to_missing? for TaggedLogging which is needed if another log abst...Wolfram Arnold2013-07-173-0/+12
|/
* Add missing require so that DateTime has the right superclassAndrew White2013-07-101-0/+1
* Return local time for backwards compatibilityAndrew White2013-07-093-10/+27
* Retain offset and fraction when using Time.at_with_coercionAndrew White2013-07-093-3/+51
* Add license to the gemspecRafael Mendonça França2013-07-081-0/+2
* New changelog entries always on the top [ci skip]Rafael Mendonça França2013-07-061-4/+5
* 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-013-2/+23
* 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-083-0/+38
* Add CHANGELOG entry removed by mistake [ci skip]Rafael Mendonça França2013-05-111-0/+7
* Fix test to ruby 2.0Rafael Mendonça França2013-05-101-2/+9
* Revert "Remove unicode character encoding from ActiveSupport::JSON.encode"Rafael Mendonça França2013-05-083-23/+23
* Add release dates to documentation [ci skip]claudiob2013-03-181-1/+1
* Fix method name indent [ci skip]Carlos Antonio da Silva2013-03-181-1/+1
* Fix changelog conflicts and remove release dates [ci skip]Carlos Antonio da Silva2013-03-181-1/+1
* Merge branch '3-2-13' into 3-2-stableAaron Patterson2013-03-187-5/+48
|\
| * bumping to 3.2.13Aaron Patterson2013-03-181-1/+1
| * JDOM XXE Protection [CVE-2013-1856]Ben Murphy2013-03-155-3/+45
| * bumping to rc2Aaron Patterson2013-03-061-1/+1
| * Preparing for 3.2.13.rc1 releaseSteve Klabnik2013-02-271-2/+2
| * Update CHANGELOGs for 3.2.13 release.Steve Klabnik2013-02-271-0/+6
* | Fix `ActiveSupport::TimeZone.parse` when time is a local DST jumpAndrew White2013-03-133-7/+76
* | Update CHANGELOGs for 3.2.13.rc1Steve Klabnik2013-03-051-0/+5
* | Enforce i18n version >= v0.6.4Carlos Antonio da Silva2013-02-271-1/+1
|/
* Tighten up AS.gemspec.Steve Klabnik2013-02-261-1/+1
* 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
* Do not redirect cache logger to /dev/null in testPrem Sichanugrist2013-02-241-1/+0
* Ruby 2 compat. Hash[] now raises on bad elements rather than ignoring them. N...Jeremy Kemper2013-02-241-1/+0
* Make the tests pass with minitest 4.2Rafael Mendonça França2013-02-241-0/+3
* search private and protected methods for convert_keyAaron Patterson2013-02-243-4/+3
* Add in missing requiresPrem Sichanugrist2013-02-241-0/+2
* Do not put the version in unreleased changes [ci skip]Rafael Mendonça França2013-02-141-1/+1
* Fix the CHANGELOG headers [ci skip]Rafael Mendonça França2013-02-141-0/+2
* Fixed changelog typos [ci skip]Jon McCartie2013-02-141-1/+1
* Update changelogs with version/release dates [ci skip]Carlos Antonio da Silva2013-02-111-2/+5
* Merge branch '3-2-sec' into 3-2-stableAaron Patterson2013-02-111-1/+1
|\
| * bumping versionAaron Patterson2013-02-101-1/+1
* | Fix the CHANGELOG entry order [ci skip]Rafael Mendonça França2013-01-251-3/+5
* | Make tests for the presence of MiniTest consistent.James Mead2013-01-141-1/+1
* | Test to allow Range including DateTime and DateTime::Infinitygsphanikumar2013-01-131-0/+6
* | Fix DateTime comparison with DateTime::Infinity objectDan Kubb2013-01-132-1/+4
* | Update changelogs with release date [ci skip]Carlos Antonio da Silva2013-01-091-1/+2
* | Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-084-16/+58
|\|
| * bumping versionAaron Patterson2013-01-081-1/+1
| * CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-083-13/+56
* | Wrap time ranges with timezones, closes #8807Vasiliy Ermolovich2013-01-085-43/+67