aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/ordered_options.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect example.Ben Orenstein2011-03-051-2/+2
* Remove redundant to_sym call.Ben Orenstein2011-02-281-1/+1
* Try to use Hash's native #[] for speed.thedarkone2010-09-271-1/+7
* Make InheritableOptions's constructor more flexible.thedarkone2010-09-271-2/+6
* Compile ActionController::Base.config's methods to avoid method_missing overh...thedarkone2010-09-271-0/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* commit review: say clearly that AS::OrderedHash is about insertion order, be ...Xavier Noria2010-08-061-4/+4
* adding documentation for OrderedHash and OrderedOptionsNeeraj Singh2010-08-061-0/+16
* Move InheritableOptions into ActiveSupportCarlhuda2010-03-031-0/+6
* Explicit dependency on OrderedHashJeremy Kemper2009-03-281-1/+3
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-12/+14
* Create a seperate file for ActiveSupport::OrderedHash.Joshua Peek2008-05-141-44/+0
* Added OrderedHash#delete [#113 state:resolved]Sean Ouimet2008-05-051-0/+6
* Add OrderedHash#to_hash. Closes #11266 [josh]Michael Koziarski2008-03-031-0/+6
* Hash is ordered in Ruby 1.9Jeremy Kemper2007-10-091-17/+22
* Use Array#assoc in ActiveSupport::OrderedHash.Jeremy Kemper2006-08-251-8/+2
* Add OrderedHash#valuesSam Stephenson2006-06-021-1/+5
* fix test warningsJeremy Kemper2006-05-311-22/+24
* Namespaced OrderedHash so the Rails implementation does not clash with any ot...Rick Olson2006-04-301-2/+3
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-11/+23
* Dont include unnecessary active support classes in docsDavid Heinemeier Hansson2005-10-161-1/+1
* Added method access to OrdredOptionsDavid Heinemeier Hansson2005-09-301-0/+8
* Added OrderedOptions array/hash for use with initializerDavid Heinemeier Hansson2005-09-301-0/+23