ajaxful-rating icon indicating copy to clipboard operation
ajaxful-rating copied to clipboard

Generator missing in Rails 3.1

Open misham opened this issue 14 years ago • 6 comments

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

misham avatar Oct 30 '11 18:10 misham

same here.

andistuder avatar Nov 08 '11 15:11 andistuder

ditto... :(

ipranay avatar Dec 07 '11 12:12 ipranay

In your Gemfile you have to specify the 3.0.0 branch:

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

ghost avatar Dec 21 '11 02:12 ghost

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

PikachuEXE avatar Jan 07 '12 07:01 PikachuEXE

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

alepore avatar Feb 14 '12 09:02 alepore

By the way, shoudn't assets be generated into app/assets, not just assets?

katafrakt avatar Mar 20 '12 11:03 katafrakt