edgarjs / ajaxful-rating

Provides a simple way to add rating functionality to your application.
http://rdoc.info/projects/edgarjs/ajaxful-rating
418 stars 127 forks source link

Generator missing in Rails 3.1 #59

Open misham opened 12 years ago

misham commented 12 years ago

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

andistuder commented 12 years ago

same here.

ipranay commented 12 years ago

ditto... :(

ghost commented 12 years ago

In your Gemfile you have to specify the 3.0.0 branch:

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

PikachuEXE commented 12 years ago

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

alepore commented 12 years ago

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

katafrakt commented 12 years ago

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