I have a problem with trying to run a rails 3.1 app.
However I tried to install the therubyracer gem without any result. Anybody else having this issue or any problem with the sass-rails gem? asked 12 Nov '11, 06:41 zbrox |
I found the answer to this issue from This Question. For the sake of any other person that might be looking for the fix, all you must do is add the following to your Gemfile: gem "therubyracer" answered 16 May '12, 07:25 mazubieta I tried that, but I end up with
(03 Jul '12, 11:15)
TwitTheKnife
TwitTheKnife: submit a support ticket so we can take a look.
(03 Jul '12, 20:22)
johns
|
Hi, Please try installing the execjs gem in addition to therubyracer. If this doesn't resolve the problem, I'd suggest that you open a ticket, so we can take a look at your app. answered 12 Nov '11, 06:51 todork Thanks for the help. I tried installing execjs but it didn't help. I will open a ticket.
(12 Nov '11, 07:34)
zbrox
|
Is there any chance that you found a solution to this problem? I am receiving this same error.