Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Generator missing in Rails 3.1 #59

Open
misham opened this issue Oct 30, 2011 · 6 comments
Open

Generator missing in Rails 3.1 #59

misham opened this issue Oct 30, 2011 · 6 comments

Comments

@misham
Copy link

misham commented Oct 30, 2011

I installed the gem via Gemfile/Bundler and when I tried to run the generator, it was missing.

@andistuder
Copy link

same here.

@ipranay
Copy link

ipranay commented Dec 7, 2011

ditto... :(

@ghost
Copy link

ghost commented Dec 21, 2011

In your Gemfile you have to specify the 3.0.0 branch:

gem 'ajaxful_rating', '>= 3.0.0.beta7'

@PikachuEXE
Copy link

Now is beta 8, generator generates files to 'assets' instead of 'public' now

@alepore
Copy link

alepore commented Feb 14, 2012

you should use 'rails generate' instead of 'script/generate'

@katafrakt
Copy link

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants