Dan Chak’s Blog

hash_extension updated for Rails 2.0.x

Posted in rails, scaling to enterprise by Dan Chak on March 21, 2008

Thanks to Wayne E. Seguin for pointing out that extract_options_from_args is gone in Rails 2.0.x. hash_extension 0.0.3 now works in 1.x and 2.0.x. To upgrade:

sudo gem update hash_extension

To install for the first time:

sudo gem install hash_extension

For more info, check out the docs.

Leave a Reply