aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/ordered_hash.rb
Commit message (Expand)AuthorAgeFilesLines
* Dup keys in OrderedHash to prevent them from being modified [#1676 state:reso...Brandon Keepers2009-01-161-9/+22
* Make delete_if/reject faster and fix other mutatorsFrederick Cheung2008-12-151-13/+24
* Fixed ActiveSupport::OrderedHash #delete_if, #reject!, and #reject, which did...Eloy Duran2008-12-111-0/+25
* Rework ActiveSupport::OrderedHash to make lookups fasterFrederick Cheung2008-12-101-36/+23
* Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each...Christoffer Sawicki2008-11-261-0/+8
* Rubinious: work around h[k] ||= v returning []= result instead of vJeremy Kemper2008-06-101-0/+1
* Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:reso...Steve Purcell2008-06-031-0/+14
* Create a seperate file for ActiveSupport::OrderedHash.Joshua Peek2008-05-141-0/+43