"Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Mick Hollins <mjholl... @gmail.com>
Date: Sun, 29 Jan 2012 05:13:27 -0800 (PST)
Local: Sun, Jan 29 2012 8:13 am
Subject: "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku
Hi,
I'm attempting to deploy Radiant 1.0.0rc4 to Heroku, but I get the
following error:
Could not find a JavaScript runtime
The full log output is here:
https://gist.github.com/1698750
Anyone seen this before? Any help would be greatly appreciated.
thanks,
mick
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
john <johnm... @gmail.com>
Date: Sun, 12 Feb 2012 08:32:00 -0800 (PST)
Subject: Re: "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku
the coffeescript support in sheets needs a javascript runtime...so add therubyracer to your gemfile, bundle update and redeploy.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
John Moroney <j... @juniork.com>
Date: Sun, 12 Feb 2012 10:16:31 -0800
Local: Sun, Feb 12 2012 1:16 pm
Subject: Re: [Radiant] "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku
Mick, I have seen this horrible thing before. I fixed this by installing the gem therubyracer. Others swear by nodejs.
Also, rc5 is out and does seem more stable.
Best of luck,
John Vancouver, BC
On Jan 29, 2012, at 5:13 AM, Mick Hollins wrote:
> Hi,
> I'm attempting to deploy Radiant 1.0.0rc4 to Heroku, but I get the
> following error:
> Could not find a JavaScript runtime
> The full log output is here:
> https://gist.github.com/1698750
> Anyone seen this before? Any help would be greatly appreciated.
> thanks, > mick
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jim Gay <j... @saturnflyer.com>
Date: Sun, 12 Feb 2012 20:57:47 -0500
Local: Sun, Feb 12 2012 8:57 pm
Subject: Re: [Radiant] "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku
rc5 of what is out? Mick, I want to figure out a way to gracefully fail and remove coffee-script support if you don't want it. But you should be able to add this to your Gemfile:
gem "therubyracer"
Let us know if that doesn't work out.
On Sun, Feb 12, 2012 at 1:16 PM, John Moroney <j
... @juniork.com> wrote:
> Mick,
> I have seen this horrible thing before. I fixed this by installing the gem therubyracer. Others swear by nodejs.
> Also, rc5 is out and does seem more stable.
> Best of luck,
> John > Vancouver, BC
> On Jan 29, 2012, at 5:13 AM, Mick Hollins wrote:
>> Hi, >> I'm attempting to deploy Radiant 1.0.0rc4 to Heroku, but I get the >> following error:
>> Could not find a JavaScript runtime
>> The full log output is here:
>> https://gist.github.com/1698750
>> Anyone seen this before? Any help would be greatly appreciated.
>> thanks, >> mick
-- Write intention revealing code #=> http://www.clean-ruby.com Jim Gay Saturn Flyer LLC 571-403-0338
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
John Moroney <j... @juniork.com>
Date: Mon, 13 Feb 2012 12:32:41 -0800
Local: Mon, Feb 13 2012 3:32 pm
Subject: Re: [Radiant] "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku
Mick, Sorry, I misspoke about rc5.
John
On Feb 12, 2012, at 5:57 PM, Jim Gay wrote:
> rc5 of what is out?
> Mick, > I want to figure out a way to gracefully fail and remove coffee-script > support if you don't want it. But you should be able to add this to > your Gemfile:
> gem "therubyracer"
> Let us know if that doesn't work out.
> On Sun, Feb 12, 2012 at 1:16 PM, John Moroney <j... @juniork.com> wrote: >> Mick,
>> I have seen this horrible thing before. I fixed this by installing the gem therubyracer. Others swear by nodejs.
>> Also, rc5 is out and does seem more stable.
>> Best of luck,
>> John >> Vancouver, BC
>> On Jan 29, 2012, at 5:13 AM, Mick Hollins wrote:
>>> Hi, >>> I'm attempting to deploy Radiant 1.0.0rc4 to Heroku, but I get the >>> following error:
>>> Could not find a JavaScript runtime
>>> The full log output is here:
>>> https://gist.github.com/1698750
>>> Anyone seen this before? Any help would be greatly appreciated.
>>> thanks, >>> mick
> -- > Write intention revealing code #=> http://www.clean-ruby.com
> Jim Gay > Saturn Flyer LLC > 571-403-0338
You must
Sign in before you can post messages.
You do not have the permission required to post.