-
Notifications
You must be signed in to change notification settings - Fork 133
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
Problem less-rails in rails 4.1.6 #95
Comments
Can you post an example app? Also can you paste whole stacktrace here please? |
hi simi,
in terminal:
|
Hmm, and how is this related to less-rails? |
if my project add in stylesheets a file .css.less crash but delete file run fine. |
Ahh. Can you try to recompile or update therubyracer gem? bundle update therubyracer or similar |
yes, I try but did not work |
Also can you paste Gemfile.lock? |
|
Can you try:
Is it recompiled? |
yes , i use therubyracer 0.12.1, I tried it on 3 different computers, all have the same error |
OK, can you provide example app repository? |
I am experiencing the same bug with ubuntu, ruby 2.1.2p95, therubyracer 0.12.1, rails 4.1.5 |
Temporarily removed bootstrap_and_overrides.css.less because of metaskills/less-rails#95
Looks like it is an issue with less / therubyracer, see rubyjs/therubyracer#317 |
from linked issued: It lools like downgrade to '0.11.4' should be fix for now. Can you confirm? Just replace Gemfile line with |
I will solve the problem thank you very much for your help simi. |
See metaskills/less-rails#95 Downgraded therubyracer Added back bootstrap_and_overides.css.less
Downgrading therubyracer worked for me. Thanks. |
Hi,
i have a problem with less-rails 2.5.0, i use ruby 1.9.3 and rails 4.1.6 ,SO ubuntu 14.04. add file style.css.less, in my project and run server, the server crashed, the message is "You may have encountered a bug in the Ruby interpreter or extension libraries.".
use
less (2.5.1)
less-rails(2.5.0)
i hope you can help
thanks.
The text was updated successfully, but these errors were encountered: