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

Use Sass helper and Asset Pipeline #64

Closed PikachuEXE closed 12 years ago

PikachuEXE commented 12 years ago

It should be correct this time...= =b

matellis commented 11 years ago

I stumbled across this when I was migrating a Rails 2 app to Rails 3 and didn't have time to implement the asset pipeline. This patch fails when you have config.assets.enabled = false as it assumes you are using asset pipeline. The fix is as treble37 says, rollback to 3.0.0.beta3. I'd submit a patch but I'm unsure how the scss/sass changes could be made to take this into account.