-
Notifications
You must be signed in to change notification settings - Fork 276
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
Rails 4.2.1 support #236
Comments
+1 I'm running into similar issues. compass-rails should support sprockets 3.0 |
Could you please release a new version that spports last version of sass-rails (5.0.3) and last version of sprockets (3.0.2)? Thanks. |
I got this working bundle update. |
+1 been fighting this for a bit too now |
Me too. |
Eagerly awaiting Sprockets 3 support. |
+10 |
going to take a stab at a PR when I get a spare moment, I want an updated sprockets for babeljs so bad :< |
I want an update of sprockets for chosen-rails. |
If someone want's to take a stab at support for sprockets 3 support I'd merge it as compass-rails 3.0. I'm not currently supporting any projects with that requirement so it will be a while until I'm concerned enough to do the work. |
sounds reasonable :3 |
bundle update sass-rails compass-rails ..and it works :) |
Does anybody have another solution? Because It crashes with using sprockets-rails gem
|
@BartlomiejSkwira, that's not resolve the issue, just degrades sprockets to < 2.13. |
I've looked for forks, @urkle make it work - urkle@2fe981f. Why author not suggested it as PR? Does it have flaws? |
@astery Well yeah, it was just a workaround |
@BartlomiejSkwira, thanks for response. But it doesn't seem clear for me - you think degrading sprockets is workaround or @urkle patch is doesn't look as relaible and should not be merged? |
Fixed now. Should be closed since #246 has been merged and the 3.0 released. |
Hello,
I am trying to setup rails 4.2.1 support. I am running into trouble with sprockets compatibility on the master branch. Bundle install returns the following error:
Is there a reason why compass rails does not support a higher version of sprockets? Any way I can get this installed and working?
Thanks,
Cory
The text was updated successfully, but these errors were encountered: