I have included the simple_captcha gem as indicated on their website:
gem 'simple_captcha', :git => 'git://github.com/galetahub/simple-captcha.git'
Then I run bundler to install it.
Finally, when I go to run the following command, I get an error message:
rails generate simple_captcha .rvm/gems/ ruby-1.9.3-p327@eapi4 /bundler/gems/simple-captcha-e99cc7e8bf6b/lib/simple_captcha/form_builder.rb:7:in `included': uninitialized constant Sprockets::Helpers (NameError)
I searched the Internet and cannot find other users with this problem.
Any help appreciated
source share