aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ...Mark McSpadden2012-05-231-0/+2
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-0/+2
* Add instance_accessor option to class_attributeAlexey Vakhov2012-05-221-0/+2
* Add CHANGELOG entry for constantize - closes #6165.Andrew White2012-05-191-0/+2
* copy-edits a recent CHANGELOG entry [ci skip]Xavier Noria2012-05-121-1/+1
* Object#try can't call private methodsVasiliy Ermolovich2012-05-121-0/+2
* AS::Callbacks#run_callbacks remove key argumentFrancesco Rodriguez2012-05-101-0/+2
* Consistent CHANGELOG entry indentation.Mark J. Titorenko2012-05-091-22/+22
* Add CHANGELOG section for unreleased Rails 3.2.4; document addition of #begin...Mark J. Titorenko2012-05-091-0/+11
* Updated CHANGELOG entry for `deep_dup`Piotr Sarnacki2012-05-061-0/+2
* BigDecimal string wrapping in JSON serialization can now be opted-out, fixes ...David FRANCOIS2012-05-021-0/+3
* Improve changelog of new :silence deprecation behaviorCarlos Antonio da Silva2012-04-301-1/+1
* Update activesupport/CHANGELOG.mdJosé Valim2012-04-301-0/+2
* Fix typoKirill Nikitin2012-04-301-1/+1
* Remove repeated wordKirill Nikitin2012-04-301-1/+1
* Document #behavior= and update CHANGELOGtwinturbo2012-04-281-0/+2
* Add changelog entryDaniel Schierbeck2012-04-121-0/+2
* Fix my name in the CHANGELOG to follow the conventionRafael Mendonça França2012-03-091-0/+5
* Add release dates to documentationclaudiob2012-03-011-2/+2
* Update changelogs with rails 3.0-stable branch infoPaco Guzman2012-02-251-2/+72
* AS::Callbacks: deprecate rescuable optionBogdan Gusiev2012-02-221-0/+2
* Document Integer#ordinal available in PR #2072.Vijay Dev2012-02-041-0/+2
* AS::Callbacks: rip out per_key option.Bogdan Gusiev2012-02-041-0/+2
* Merge pull request #4866 from bogdan/terminate_after_callbacksJosé Valim2012-02-041-0/+2
|\
| * AS::Callbacks: :skip_after_callbacks_if_terminated optionBogdan Gusiev2012-02-031-0/+2
* | Added note about new Unicode version.Norman Clarke2012-02-031-0/+2
|/
* Move escape_once logic to ERB::Util, where it belongs toCarlos Antonio da Silva2012-02-011-0/+2
* Add release date of Rails 3.2.0 to documentationclaudiob2012-01-261-1/+1
* Remove ActiveSupport::TestCase#pending, use `skip` insteadCarlos Antonio da Silva2012-01-211-0/+2
* deprecates Module#local_constant_namesXavier Noria2012-01-121-0/+3
* removes the compatibility method Module#method_namesXavier Noria2011-12-251-0/+3
* removes the compatibility method Module#instance_method_namesXavier Noria2011-12-251-2/+5
* Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method...Aaron Patterson2011-12-221-2/+0
* NullStore cache belongs in Active SupportVijay Dev2011-12-201-0/+2
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-0/+5
* * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelchAaron Patterson2011-12-091-0/+22
* Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*David Heinemeier Hansson2011-12-021-2/+4
* Module#synchronize is deprecated with no replacement. Please use `monitor` f...Aaron Patterson2011-11-291-0/+3
* some tweaks to PR#3547. [Closes #3547]Xavier Noria2011-11-251-0/+3
* Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt.José Valim2011-11-091-0/+2
* implements AS::Notifications.subscribed, which provides subscriptions to even...Xavier Noria2011-11-051-0/+2
* Convert CHANGELOGs to Markdown format.Jon Leighton2011-11-041-0/+1571