| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more information to the CHANGELOG entry [ci skip] | Rafael Mendonça França | 2013-02-24 | 1 | -0/+12 |
* | Added `ActiveSupport::TimeWithZone#to_r` for `Time#at` compatibility. | stopdropandrew | 2013-02-24 | 1 | -0/+4 |
* | did a pass over the AS changelog [ci skip] | Xavier Noria | 2013-02-24 | 1 | -55/+61 |
* | Changelog improvements, use 1.9 style hash in examples [ci skip] | Carlos Antonio da Silva | 2013-02-22 | 1 | -13/+12 |
* | Address edge case for number_to_human with units option. | hoffm | 2013-02-22 | 1 | -0/+13 |
* | Added beginning_of_minute support to core_ext calculations for Time and DateTime | Gagan Awhad | 2013-02-21 | 1 | -0/+4 |
* | moves the new :nsec date format to the Active Support changelog [ci skip] | Xavier Noria | 2013-02-20 | 1 | -0/+4 |
* | added compress options for gzip | Beyond | 2013-02-10 | 1 | -0/+5 |
* | Update changelog from #9128 with author name | Carlos Antonio da Silva | 2013-02-06 | 1 | -2/+4 |
* | Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ... | James Harton | 2013-01-31 | 1 | -0/+5 |
* | Move AS changelog entry to the top, improve AP changelog a bit | Carlos Antonio da Silva | 2013-01-28 | 1 | -2/+2 |
* | Improve String#squish whitespaces matching | Antoine Lyset | 2013-01-22 | 1 | -0/+2 |
* | Standardise the return value of `to_time` | Andrew White | 2013-01-21 | 1 | -1/+5 |
* | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 1 | -0/+8 |
* | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. | Jeremy Kemper | 2013-01-08 | 1 | -0/+7 |
* | Revert "Merge branch 'master-sec'" | Jeremy Kemper | 2013-01-08 | 1 | -7/+0 |
* | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. | Jeremy Kemper | 2013-01-08 | 1 | -0/+7 |
* | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 1 | -0/+5 |
* | Move changelog entry in railties to the top | Carlos Antonio da Silva | 2013-01-04 | 1 | -3/+3 |
* | Better error message for String#to_date | Kelly Stannard | 2013-01-04 | 1 | -0/+8 |
* | Added ability to compare date/time with infinity | bUg | 2013-01-04 | 1 | -0/+13 |
* | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-01-02 | 1 | -2/+2 |
* | missing changelog entry for #8682 | Akira Matsuda | 2013-01-02 | 1 | -0/+4 |
* | Introduce assert_not to replace 'assert !foo' | Jeremy Kemper | 2012-12-28 | 1 | -0/+2 |
* | Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s... | Rafael Mendonça França | 2012-12-21 | 1 | -0/+9 |
|\ |
|
| * | Prevent callback from being set twice. | Dmitriy Kiriyenko | 2012-12-20 | 1 | -0/+9 |
* | | Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f... | David Heinemeier Hansson | 2012-12-21 | 1 | -1/+1 |
* | | Make sure that ActiveSupport::Logger includes the Logger extensions from core... | David Heinemeier Hansson | 2012-12-21 | 1 | -1/+1 |
* | | Add ActiveSupport::Logger#silence that works the same as the old Logger#silen... | David Heinemeier Hansson | 2012-12-21 | 1 | -0/+4 |
* | | Fix Action Mailer changelog indenation to match other changelogs | Carlos Antonio da Silva | 2012-12-19 | 1 | -3/+4 |
* | | Remove unicode character encoding from ActiveSupport::JSON.encode | Brett Carter | 2012-12-14 | 1 | -0/+6 |
* | | Convert changelogs to 1.9 hash style and fix some formatting [ci skip] | Carlos Antonio da Silva | 2012-12-14 | 1 | -3/+3 |
|/ |
|
* | Deprecate obsolete Time to DateTime fallback methods | Andrew White | 2012-12-11 | 1 | -0/+7 |
* | Deprecate Date#to_time_in_current_zone | Andrew White | 2012-12-11 | 1 | -0/+2 |
* | Add String#in_time_zone method | Andrew White | 2012-12-11 | 1 | -0/+2 |
* | Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject | Francesco Rodriguez | 2012-12-07 | 1 | -0/+6 |
* | Patched Marshal#load to work with constant autoloading (active_support/depend... | Uriel Katz | 2012-12-01 | 1 | -0/+5 |
* | Make `Time.zone.parse` to work with JavaScript date strings | Andrew White | 2012-12-01 | 1 | -0/+2 |
* | Add #seconds_until_end_of_day to DateTime and Time | Olek Janiszewski | 2012-11-29 | 1 | -1/+10 |
* | Simplify String#mb_chars and stop proxying #class | Steve Klabnik | 2012-11-28 | 1 | -0/+2 |
* | Properly deprecate #pending from AS::TestCase | Carlos Antonio da Silva | 2012-11-18 | 1 | -0/+2 |
* | Revert "Merge pull request #4575 from carlosantoniodasilva/remove-test-pending" | Carlos Antonio da Silva | 2012-11-18 | 1 | -2/+0 |
* | Merge pull request #8219 from nikitug/threadsafe_xmlmini_with_backend | Rafael Mendonça França | 2012-11-15 | 1 | -0/+13 |
|\ |
|
| * | Make XmlMini.with_backend usable with threads | Nikita Afanasenko | 2012-11-15 | 1 | -0/+13 |
* | | let remove_constant still delete Kernel#autoload constants [rounds #8213] | Xavier Noria | 2012-11-15 | 1 | -1/+1 |
|/ |
|
* | dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213] | Xavier Noria | 2012-11-15 | 1 | -0/+2 |
* | Use new mocha version and add changelog entry for #8180 | Carlos Antonio da Silva | 2012-11-13 | 1 | -0/+2 |
* | `#as_json` isolates options when encoding a hash. Closes #8182 | Yves Senn | 2012-11-12 | 1 | -0/+5 |
* | Deprecate Hash#diff. | Steve Klabnik | 2012-11-09 | 1 | -0/+3 |
* | Merge pull request #7763 from route/full-capture | Carlos Antonio da Silva | 2012-11-08 | 1 | -0/+1 |
|\ |
|