This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Generator missing in Rails 3.1 #59
Comments
same here. |
ditto... :( |
In your Gemfile you have to specify the 3.0.0 branch: gem 'ajaxful_rating', '>= 3.0.0.beta7' |
Now is beta 8, generator generates files to 'assets' instead of 'public' now |
you should use 'rails generate' instead of 'script/generate' |
By the way, shoudn't assets be generated into app/assets, not just assets? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed the gem via Gemfile/Bundler and when I tried to run the generator, it was missing.
The text was updated successfully, but these errors were encountered: