aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Use `tag!` instead of `method_missing` in `to_xml` conversions.Nikita Afanasenko2012-11-041-0/+4
* Fixed timezone mapping of Solomon Islands.Steve Klabnik2012-11-011-0/+2
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-0/+5
* atomicc.rb: Don't assume we may chown/chmod a file.Daniele Sluijters2012-10-291-0/+2
* Implement replace method so key? works correctly.David Graham2012-10-261-0/+2
* add more testcases and doc about Hash#extract!Mikhail Dieterle2012-10-081-2/+2
* make Hash#extract! more symmetric with Hash#sliceMikhail Dieterle2012-10-081-0/+11
* Merge pull request #7708 from bdurand/optimize_log_subscribersRafael Mendonça França2012-10-011-0/+2
|\
| * Optimize log subscribers to check if the log level is sufficient before perfo...Brian Durand2012-09-301-0/+2
* | New CHANGELOG entries always in the topRafael Mendonça França2012-10-011-2/+2
* | Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.Brian Durand2012-09-301-0/+2
* | Tests tag the Rails log with the current test class and test caseJeremy Kemper2012-09-261-0/+7
* | Add logger.push_tags and .pop_tags to complement logger.taggedJeremy Kemper2012-09-261-0/+14
* | Add changelog entry and docs about class delegation using the symbol :classCarlos Antonio da Silva2012-09-201-5/+24
|/
* Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+2
* set up config_accessor with a default value by blockLarry Lv2012-09-171-0/+13
* Deprecate ActiveSupport::Benchmarkable#silence.Steve Klabnik2012-09-151-0/+4
* Allow passing block to deep_merge and deep_merge!Pranas Kiziela2012-09-131-0/+3
* Copy-edit deprecation relared documentation [ci skip]Rafael Mendonça França2012-09-131-16/+15
* Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-131-0/+32
* Revert "Changelog entry for PR #7560"Bogdan Gusiev2012-09-101-19/+0
* Changelog entry for PR #7560Bogdan Gusiev2012-09-101-0/+19
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-0/+2
* Fix Active Support changelog formatting [ci skip]Carlos Antonio da Silva2012-09-071-2/+2
* Add Changelog entry for #7560: deprecate #filter in AS::Callbacks [ci skip]Carlos Antonio da Silva2012-09-071-0/+22
* Extend HashWithIndifferentAccess#update to take an optional blockLeo Cassarani2012-09-051-0/+6
* CHANGELOGs are now per branchXavier Noria2012-08-281-1724/+1
* Add CHANGELOG entry for #3578 [ci skip]Rafael Mendonça França2012-08-211-0/+6
* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-0/+4
* Sync CHANGELOGs [ci skip]Rafael Mendonça França2012-08-111-0/+27
* Fallback to :en locale instead of handling a constant with defaultsCarlos Antonio da Silva2012-08-111-0/+5
* Bring back changelog entries for Active SupportCarlos Antonio da Silva2012-08-111-0/+18
* Add html_escape note to CHANGELOGMark Turner2012-08-091-8/+1
* Deprecate ActiveSupport::JSON::VariableErich Menge2012-08-071-0/+3
* defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+2
* Update activesupport/CHANGELOG.mdJosé Valim2012-07-311-0/+2
* Add Object#try! with the old NoMethodError raising behaviorDavid Heinemeier Hansson2012-07-271-1/+1
* will now return nil instead of raise a NoMethodError if the receiving object...David Heinemeier Hansson2012-07-271-0/+2
* Update 4.0 Release Notes with changelogs [ci skip]Carlos Antonio da Silva2012-07-021-3/+3
* Make Time#change work with offsets other than UTC or localAndrew White2012-07-011-0/+2
* AS::Callbacks: deprecate monkey patch codeBogdan Gusiev2012-06-261-0/+2
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-201-0/+2
* removes the obsolete require_association method from dependenciesXavier Noria2012-06-101-0/+2
* add instance_accessor option to ActiveSupport::Configurable#config_accessorFrancesco Rodriguez2012-06-051-0/+12
* Sync CHANGLOG with the 3-2-stable branchRafael Mendonça França2012-06-011-4/+7
* Remove deprecated ActiveSupport::JSON::Variable.Erich Menge2012-05-301-2/+7
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-271-0/+4
* Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert deep_...Mark McSpadden2012-05-231-1/+1
* Adding deep versions of stringify_keys and symbolize_keys (plain and bang) fo...Lucas Húngaro2012-05-231-1/+5
* Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ...Mark McSpadden2012-05-231-0/+2