how to run generate ajaxful_rating on Rails 3.0.9?
Posted
by
user28931
on Programmers
See other posts from Programmers
or by user28931
Published on 2011-06-28T14:26:14Z
Indexed on
2011/06/28
16:30 UTC
Read the original article
Hit count: 228
ruby-on-rails
|gem
on Windows 7, i want to use gem ajaxful_rating to rate my topic in a website in Rails app. i can install this gem successfully by gem install ajaxful_rating refering to https://github.com/edgarjs/ajaxful-rating.
the sample, script/generate ajaxful_rating user. i searched script/generate is available on Rails 2.x. but now i used Rails 3.0. It's somewhat difficult. i don't know how to generate.
Does someone know it? or which rating gem do you use in Rails 3.0.x?
thanks in advance.
© Programmers or respective owner