aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/extract_options.rb
Commit message (Collapse)AuthorAgeFilesLines
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-2/+2
|
* Limit Array#extract_options! to directl instances of Hash and HWIA. Add ↵wycats2010-03-271-1/+16
| | | | extractable_options? to Hash so that subclasses of Hash can opt-into extractable behavior. This fixes an issue where respond_with wasn't working with subclasses of Hash that were provided by other libraries (such as CouchDB or Mashie) [#4145 state:resolved]
* Convert array extension modules to class reopensJeremy Kemper2009-03-211-18/+12
|
* Improve documentation.Pratik Naik2008-04-051-1/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9226 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added Array#extract_options! to encapsulate the pattern of getting an ↵David Heinemeier Hansson2007-07-241-0/+19
options hash out of a variable number of parameters (closes #8759) [norbert] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7217 5ecf4fe2-1ee6-0310-87b1-e25e094e27de