[fix for] interpolation syntax in I18n messages is deprecated
By: Johnathon Wright on: September 30, 2010
Somehow, Rails3 was installed in my 1.8 rvm gemset. rails3 depends on i18n v >= 0.4. Uninstalling i18n (and rails3, since it doesn't run in 1.8 anyway) corrected this issue.