aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 4.0.0.beta1 releaseDavid Heinemeier Hansson2013-02-251-1/+1
* Keep second fraction when DateTime#change is called.Chris Baynes2013-02-251-0/+5
* Add more information to the CHANGELOG entry [ci skip]Rafael Mendonça França2013-02-241-0/+12
* Added `ActiveSupport::TimeWithZone#to_r` for `Time#at` compatibility.stopdropandrew2013-02-241-0/+4
* did a pass over the AS changelog [ci skip]Xavier Noria2013-02-241-55/+61
* Changelog improvements, use 1.9 style hash in examples [ci skip]Carlos Antonio da Silva2013-02-221-13/+12
* Address edge case for number_to_human with units option.hoffm2013-02-221-0/+13
* Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-211-0/+4
* moves the new :nsec date format to the Active Support changelog [ci skip]Xavier Noria2013-02-201-0/+4
* added compress options for gzipBeyond2013-02-101-0/+5
* Update changelog from #9128 with author nameCarlos Antonio da Silva2013-02-061-2/+4
* Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ...James Harton2013-01-311-0/+5
* Move AS changelog entry to the top, improve AP changelog a bitCarlos Antonio da Silva2013-01-281-2/+2
* Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-0/+2
* Standardise the return value of `to_time`Andrew White2013-01-211-1/+5
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-0/+8
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+7
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-7/+0
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+7
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-0/+5
* Move changelog entry in railties to the topCarlos Antonio da Silva2013-01-041-3/+3
* Better error message for String#to_dateKelly Stannard2013-01-041-0/+8
* Added ability to compare date/time with infinitybUg2013-01-041-0/+13
* Changelog improvements [ci skip]Carlos Antonio da Silva2013-01-021-2/+2
* missing changelog entry for #8682Akira Matsuda2013-01-021-0/+4
* Introduce assert_not to replace 'assert !foo'Jeremy Kemper2012-12-281-0/+2
* Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s...Rafael Mendonça França2012-12-211-0/+9
|\
| * Prevent callback from being set twice.Dmitriy Kiriyenko2012-12-201-0/+9
* | Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...David Heinemeier Hansson2012-12-211-1/+1
* | Make sure that ActiveSupport::Logger includes the Logger extensions from core...David Heinemeier Hansson2012-12-211-1/+1
* | Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-211-0/+4
* | Fix Action Mailer changelog indenation to match other changelogsCarlos Antonio da Silva2012-12-191-3/+4
* | Remove unicode character encoding from ActiveSupport::JSON.encodeBrett Carter2012-12-141-0/+6
* | Convert changelogs to 1.9 hash style and fix some formatting [ci skip]Carlos Antonio da Silva2012-12-141-3/+3
|/
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-0/+7
* Deprecate Date#to_time_in_current_zoneAndrew White2012-12-111-0/+2
* Add String#in_time_zone methodAndrew White2012-12-111-0/+2
* Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObjectFrancesco Rodriguez2012-12-071-0/+6
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+5
* Make `Time.zone.parse` to work with JavaScript date stringsAndrew White2012-12-011-0/+2
* Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-291-1/+10
* Simplify String#mb_chars and stop proxying #classSteve Klabnik2012-11-281-0/+2
* Properly deprecate #pending from AS::TestCaseCarlos Antonio da Silva2012-11-181-0/+2
* Revert "Merge pull request #4575 from carlosantoniodasilva/remove-test-pending"Carlos Antonio da Silva2012-11-181-2/+0
* Merge pull request #8219 from nikitug/threadsafe_xmlmini_with_backendRafael Mendonça França2012-11-151-0/+13
|\
| * Make XmlMini.with_backend usable with threadsNikita Afanasenko2012-11-151-0/+13
* | let remove_constant still delete Kernel#autoload constants [rounds #8213]Xavier Noria2012-11-151-1/+1
|/
* dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213]Xavier Noria2012-11-151-0/+2
* Use new mocha version and add changelog entry for #8180Carlos Antonio da Silva2012-11-131-0/+2
* `#as_json` isolates options when encoding a hash. Closes #8182Yves Senn2012-11-121-0/+5