aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* CHANGELOGs are now per branchXavier Noria2012-08-281-1724/+1
| | | | | | | | | | Changes in old branches needed to be manually synched in CHANGELOGs of newer ones. This has proven to be brittle, sometimes one just forgets this manual step. With this commit we switch to CHANGELOGs per branch. When a new major version is cut from master, the CHANGELOGs in master start being blank. A link to the CHANGELOG of the previous branch allows anyone interested to follow the history.
* Add CHANGELOG entry for #3578 [ci skip]Rafael Mendonça França2012-08-211-0/+6
|
* Replace deprecated `memcache-client` gem with `dalli` in ↵Guillermo Iguaran2012-08-171-0/+4
| | | | | | ActiveSupport::Cache::MemCacheStore memcache-client was deprecated in favour of dalli in 2010.
* 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
| | | | | | | | Action Pack already comes with a default locale fine for :en, that is always loaded. We can just fallback to this locale for defaults, if values for the current locale cannot be found. Closes #4420, #2802, #2890.
* Bring back changelog entries for Active SupportCarlos Antonio da Silva2012-08-111-0/+18
| | | | Removed in 0228a73b1094a3e19ad291d2ce4789890c09578a, pull request #7310.
* Add html_escape note to CHANGELOGMark Turner2012-08-091-8/+1
|
* Deprecate ActiveSupport::JSON::VariableErich Menge2012-08-071-0/+3
| | | | | | | | | | Reason: ActiveSupport::JSON::Variable is not used anymore internally. It was deprecated in 3-2-stable but we reverted all the deprecation for point releases. See #6536 and #6546. Conflicts: activesupport/lib/active_support/json/variable.rb
* 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 ↵David Heinemeier Hansson2012-07-271-0/+2
| | | | object does not implement the method
* Update 4.0 Release Notes with changelogs [ci skip]Carlos Antonio da Silva2012-07-021-3/+3
| | | | | | | Also fix some wrong formatting. Related discussion: https://github.com/rails/rails/commit/ab72040b74f742b6676b2d2a5dd029bfdca25a7a#commitcomment-1525256
* Make Time#change work with offsets other than UTC or localAndrew White2012-07-011-0/+2
| | | | | Use Time.new to create times where the current offset is not zero or not in the local time zone - closes #4847 and #6651.
* AS::Callbacks: deprecate monkey patch codeBogdan Gusiev2012-06-261-0/+2
| | | | | Deprecate usage of filter object with #before and #after methods as around callback
* 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
| | | | | | | | This is an obsolete method from the very early days, apparently it was used circa 2004 because STI support was not smart enough. This method is not public interface, and we are heading a major version, so removal seems right.
* add instance_accessor option to ActiveSupport::Configurable#config_accessorFrancesco Rodriguez2012-06-051-0/+12
| | | | | | | | | | Changes: * Add `instance_accessor` option to opt out of the instance writer and instance reader methods. * Raises a NameError if the name of the attribute is not valid. * Update documentation and tests. * Add CHANGELOG entry in activesupport.
* 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 ↵Mark McSpadden2012-05-231-1/+1
| | | | deep_*_keys to use deep_transform_keys.
* Adding deep versions of stringify_keys and symbolize_keys (plain and bang) ↵Lucas Húngaro2012-05-231-1/+5
| | | | for nested hashes
* Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ↵Mark McSpadden2012-05-231-0/+2
| | | | to use them.
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-0/+2
| | | | | | | | | XmlMini define the xml 'datatime', but according to http://www.w3.org/TR/xmlschema-2/#dateTime could be better change this to 'dateTime' with upper case letter 'T. So 'DateTime' and 'Time' are redefined from 'datetime' to 'dateTime' add the changing to the changelog
* 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 ↵Mark J. Titorenko2012-05-091-0/+11
| | | | #beginning_of_hour and #end_of_hour to Time and DateTime core extensions.
* 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
| | | | #6033
* 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
| | | | Also add missing entries and use the formating convention
* Add release dates to documentationclaudiob2012-03-011-2/+2
| | | | Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12
* 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
| | | | Also remove an unasserted line in the tests.
* 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#define_callbacks: add :terminate_after_callbacks option
| * 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
| | | | | | All the logic is based on the HTML_ESCAPE constant available in ERB::Util, so it seems more logic to have the entire method there and just delegate the helper to use it.