Date: 2009-10-07 22:36
Sender: Will Lorentson
I know this is old, but I just ran into the issue as well on
an old app and figured I'd post the answer for the next guy who
finds this.
alias_method_chain requires a newer version of rails, at least
1.2, and you're running 1.1.6 above.
Try running gem update rails in order to upgrade.
Or, if you've already got a newer version of rails installed,
make sure that your app isn't forcing the use of an older version
(check the version in your config/environment.rb). |