-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
letsrate -- the stars are not displayed :( #35
Comments
No help is required, I figured that out :) |
can you share the solution with us? |
Have the same problem... |
In view file: This is helps me |
1 step: Please paste the following lines to application.js file: 2 step: Execute the following cmd line in your terminal:
3 step: Copy .png files from /images folder into /public/assets directory
4 step: execute the following cmd line in your terminal:
I am using NetBeans IDE environment, Rails 4.2 and letsrate gem 1.0.9 |
I am using rails 3.2.8 gem, ruby 1.9.3 and want to add star rating to my project. I am using the letsrate gem. The stars are not displayed. I know this is something to do either with .js or the .css files. There is no .css file though for this gem. The jquery.raty.js and letsrate.js.erb files are in app/assets/javascripts directory.The star images are in app/assets/images directory.In my /show.html.erb file I wrote:
The text was updated successfully, but these errors were encountered: