Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removes the obsolete require_association method from dependencies | Xavier Noria | 2012-06-10 | 1 | -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_accessor | Francesco Rodriguez | 2012-06-05 | 1 | -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 branch | Rafael Mendonça França | 2012-06-01 | 1 | -4/+7 |
| | |||||
* | Remove deprecated ActiveSupport::JSON::Variable. | Erich Menge | 2012-05-30 | 1 | -2/+7 |
| | |||||
* | Moving NumberHelpers from ActionView to ActiveSupport | Andrew Mutz | 2012-05-27 | 1 | -0/+4 |
| | |||||
* | Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert ↵ | Mark McSpadden | 2012-05-23 | 1 | -1/+1 |
| | | | | deep_*_keys to use deep_transform_keys. | ||||
* | Adding deep versions of stringify_keys and symbolize_keys (plain and bang) ↵ | Lucas Húngaro | 2012-05-23 | 1 | -1/+5 |
| | | | | for nested hashes | ||||
* | Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ↵ | Mark McSpadden | 2012-05-23 | 1 | -0/+2 |
| | | | | to use them. | ||||
* | changed xml type datetime to dateTime, fixes #6328 | Angelo capilleri | 2012-05-23 | 1 | -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_attribute | Alexey Vakhov | 2012-05-22 | 1 | -0/+2 |
| | |||||
* | Add CHANGELOG entry for constantize - closes #6165. | Andrew White | 2012-05-19 | 1 | -0/+2 |
| | |||||
* | copy-edits a recent CHANGELOG entry [ci skip] | Xavier Noria | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | Object#try can't call private methods | Vasiliy Ermolovich | 2012-05-12 | 1 | -0/+2 |
| | |||||
* | AS::Callbacks#run_callbacks remove key argument | Francesco Rodriguez | 2012-05-10 | 1 | -0/+2 |
| | |||||
* | Consistent CHANGELOG entry indentation. | Mark J. Titorenko | 2012-05-09 | 1 | -22/+22 |
| | |||||
* | Add CHANGELOG section for unreleased Rails 3.2.4; document addition of ↵ | Mark J. Titorenko | 2012-05-09 | 1 | -0/+11 |
| | | | | #beginning_of_hour and #end_of_hour to Time and DateTime core extensions. | ||||
* | Updated CHANGELOG entry for `deep_dup` | Piotr Sarnacki | 2012-05-06 | 1 | -0/+2 |
| | |||||
* | BigDecimal string wrapping in JSON serialization can now be opted-out, fixes ↵ | David FRANCOIS | 2012-05-02 | 1 | -0/+3 |
| | | | | #6033 | ||||
* | Improve changelog of new :silence deprecation behavior | Carlos Antonio da Silva | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Update activesupport/CHANGELOG.md | José Valim | 2012-04-30 | 1 | -0/+2 |
| | |||||
* | Fix typo | Kirill Nikitin | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Remove repeated word | Kirill Nikitin | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Document #behavior= and update CHANGELOG | twinturbo | 2012-04-28 | 1 | -0/+2 |
| | |||||
* | Add changelog entry | Daniel Schierbeck | 2012-04-12 | 1 | -0/+2 |
| | |||||
* | Fix my name in the CHANGELOG to follow the convention | Rafael Mendonça França | 2012-03-09 | 1 | -0/+5 |
| | | | | Also add missing entries and use the formating convention | ||||
* | Add release dates to documentation | claudiob | 2012-03-01 | 1 | -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 info | Paco Guzman | 2012-02-25 | 1 | -2/+72 |
| | |||||
* | AS::Callbacks: deprecate rescuable option | Bogdan Gusiev | 2012-02-22 | 1 | -0/+2 |
| | |||||
* | Document Integer#ordinal available in PR #2072. | Vijay Dev | 2012-02-04 | 1 | -0/+2 |
| | | | | Also remove an unasserted line in the tests. | ||||
* | AS::Callbacks: rip out per_key option. | Bogdan Gusiev | 2012-02-04 | 1 | -0/+2 |
| | |||||
* | Merge pull request #4866 from bogdan/terminate_after_callbacks | José Valim | 2012-02-04 | 1 | -0/+2 |
|\ | | | | | AS::Callbacks#define_callbacks: add :terminate_after_callbacks option | ||||
| * | AS::Callbacks: :skip_after_callbacks_if_terminated option | Bogdan Gusiev | 2012-02-03 | 1 | -0/+2 |
| | | |||||
* | | Added note about new Unicode version. | Norman Clarke | 2012-02-03 | 1 | -0/+2 |
|/ | |||||
* | Move escape_once logic to ERB::Util, where it belongs to | Carlos Antonio da Silva | 2012-02-01 | 1 | -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. | ||||
* | Add release date of Rails 3.2.0 to documentation | claudiob | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Remove ActiveSupport::TestCase#pending, use `skip` instead | Carlos Antonio da Silva | 2012-01-21 | 1 | -0/+2 |
| | |||||
* | deprecates Module#local_constant_names | Xavier Noria | 2012-01-12 | 1 | -0/+3 |
| | |||||
* | removes the compatibility method Module#method_names | Xavier Noria | 2011-12-25 | 1 | -0/+3 |
| | |||||
* | removes the compatibility method Module#instance_method_names | Xavier Noria | 2011-12-25 | 1 | -2/+5 |
| | |||||
* | Revert "Added Enumerable#pluck to wrap the common pattern of ↵ | Aaron Patterson | 2011-12-22 | 1 | -2/+0 |
| | | | | | | | | | | | | collect(&:method) *DHH*" This reverts commit 4d20de8a50d889a09e6f5642984775fe796ca943. Conflicts: activesupport/CHANGELOG.md activesupport/lib/active_support/core_ext/enumerable.rb activesupport/test/core_ext/enumerable_test.rb | ||||
* | NullStore cache belongs in Active Support | Vijay Dev | 2011-12-20 | 1 | -0/+2 |
| | |||||
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger | Aaron Patterson | 2011-12-19 | 1 | -0/+5 |
| | | | | from Ruby stdlib. | ||||
* | * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch | Aaron Patterson | 2011-12-09 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | logs for a certain block, change the log level for that block. * ActiveSupport::BufferedLogger#open_log is deprecated. This method should not have been public in the first place. * ActiveSupport::BufferedLogger's behavior of automatically creating the directory for your log file is deprecated. Please make sure to create the directory for your log file before instantiating. * ActiveSupport::BufferedLogger#auto_flushing is deprecated. Either set the sync level on the underlying file handle like this: f = File.open('foo.log', 'w') f.sync = true ActiveSupport::BufferedLogger.new f Or tune your filesystem. The FS cache is now what controls flushing. * ActiveSupport::BufferedLogger#flush is deprecated. Set sync on your filehandle, or tune your filesystem. | ||||
* | Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH* | David Heinemeier Hansson | 2011-12-02 | 1 | -2/+4 |
| | |||||
* | Module#synchronize is deprecated with no replacement. Please use `monitor` ↵ | Aaron Patterson | 2011-11-29 | 1 | -0/+3 |
| | | | | from ruby's standard library. | ||||
* | some tweaks to PR#3547. [Closes #3547] | Xavier Noria | 2011-11-25 | 1 | -0/+3 |
| | |||||
* | Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt. | José Valim | 2011-11-09 | 1 | -0/+2 |
| | |||||
* | implements AS::Notifications.subscribed, which provides subscriptions to ↵ | Xavier Noria | 2011-11-05 | 1 | -0/+2 |
| | | | | events while a block runs | ||||
* | Convert CHANGELOGs to Markdown format. | Jon Leighton | 2011-11-04 | 1 | -0/+1571 |
Reasons: * Markdown reads well as plain text, but can also be formatted. * It will make it easier for people to read on the web as Github formats the Markdown nicely. * It will encourage a level of consistency when people are writing CHANGELOG entries. The script used to perform the conversion is at https://gist.github.com/1339263 |