Gem install instructions mention Formtastic
jaap3 opened this issue · 1 comments
jaap3 commented
On line 17 README.textile says "Then install the Formtastic gem:"
I'm assuming this is supposed to say "Then install the Crummy gem:"
Might also be useful to add installation instructions like the ones that come with Hoptoud (modified to say crummy):
"Rails 2.x
Add the crummy gem to your app. In config/environment.rb:
config.gem 'crummy_notifier'
Then from your project's RAILS_ROOT, run:
rake gems:install
Once installed, you should vendor the crummy gem.
rake gems:unpack GEM=crummy"
zachinglis commented
Fixed in the latest version.