Re: [Radiant] "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku

2012-02-12 Thread John Moroney
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.

Re: [Radiant] "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku

2012-02-13 Thread John Moroney
your Gemfile: > > gem "therubyracer" > > Let us know if that doesn't work out. > > On Sun, Feb 12, 2012 at 1:16 PM, John Moroney wrote: >> Mick, >> >> I have seen this horrible thing before. I fixed this by installing the gem >> theruby

[Radiant] @font-face

2012-03-14 Thread John Moroney
-face in the previous version of Radiant without issue. This is not a CSS forum, but I am beginning to wonder if I'm overlooking something. The problem is both on Heroku and local. John Moroney @font-face :font-family 'OstrichBlack' :src url('/assets/8/ostrich-black-webfont.

[Radiant] Postgres

2012-04-10 Thread John Moroney
I thought it might be fun to try a PG install. I'm getting this error on bundleinstall: Invalid gemspec in [/Library/Ruby/Gems/1.8/specifications/radiant-1.0.1.gemspec]: Illformed requirement ["# 1.5.1"] Does this ring any bells for anyone?

Re: [Radiant] Postgres

2012-04-13 Thread John Moroney
1.8.7 only) and has > to fix things by hand. > > On Apr 10, 2012, at 9:15 PM, John Moroney wrote: > >> I thought it might be fun to try a PG install. I'm getting this error on >> bundleinstall: >> >> Invalid gemspec in >> [/Library/Ruby/Gems/1.

[Radiant] Deployment recommendations?

2012-04-17 Thread John Moroney
I usually deploy to Heroku, but can someone suggest a more Radiant-friendly server? It's the deployment which seems to be the bottleneck, even after the experience of many installs. Heroku has many advantages, one of which is being free for micro-scale sites and blogs. Are there low-priced, Rai

Re: [Radiant] Re: Deployment recommendations?

2012-04-18 Thread John Moroney
which I'm trying to run down, and now my admin/content is css-less. And only on Heroku. Locally? Brilliant as ever. For the record, thanks for Radiant. I've been using it since 2006-2007. John Moroney On Apr 17, 2012, at 9:01 PM, john wrote: > what exactly is the problem wi

Re: [Radiant] Re: Deployment recommendations?

2012-04-19 Thread John Moroney
Also Heroku >> doesn't use Sqlite3 it uses Postgresql. If you are using taps to push your >> db it creates a Postgresql database >> Hope that helps >> >> -- >> Bruce Davison >> Sent with Sparrow >> >> On Thursday, 19 April 2012 at 11:52 AM

Re: [Radiant] Re: Deployment recommendations?

2012-04-19 Thread John Moroney
simple extension I > created seems to do the trick, just add it to the production group : > > gem "radiant-heroku_dalli-extension", "~> 1.0.0" > > Cedar also removed the Varnish caching layer but I've been getting > pretty good results out of Cloud Flare

Re: [Radiant] Re: Deployment recommendations?

2012-04-19 Thread John Moroney
u-related information up on the radiant site and/or github wiki? > > On Apr 19, 2012, at 7:40 PM, jsntv200 wrote: > >> Yep. I never got around to looking into it since everything seems to >> work fine if you delete it. >> >> >> On Apr 20, 9:31 am, John Mor

Re: [Radiant] Re: Deployment recommendations?

2012-04-21 Thread John Moroney
ttps://www.cloudflare.com/ > > Will provide all the info you need to get going. Unless someone beats > me to it I'll add it to the wiki when I have a spare 10 minutes. > > > > On Apr 20, 10:42 am, John Moroney wrote: >> Joel, >> >> You're

[Radiant] Cache seems determined to be on 300 seconds

2012-07-11 Thread John Moroney
I'm in the development environment and the cache is locked on five minutes. The config settings are correct, and I see nothing obvious in the extensions that would cause a conflict. This install was also working just fine until it wasn't. I noticed on line 525 of the changelog that a similar is

Re: [Radiant] Cache seems determined to be on 300 seconds

2012-07-12 Thread John Moroney
y to rewrite > set_cache_control to overcome this. > > -Jim > > > On Wed, Jul 11, 2012 at 7:41 PM, John Moroney wrote: >> I'm in the development environment and the cache is locked on five minutes. >> The config settings are correct, and I see nothing obvious in

[Radiant] Re: undefined method `keys' for #

2012-10-01 Thread John Moroney
hemed blog / brochure) 4. Simple Blog 5. Styled Blog [1-5]: 5 rake aborted! undefined method `keys' for # Ruby 1.9.3 Gem 1.8.24 Radiant 1.1.0 Rails 2.3.14 John Moroney On Friday, 7 September 2012 14:31:05 UTC-7, IamNaN wrote: > > Tried three times to get Radiant installed on Linode with R

[Radiant] local twitter development

2012-10-12 Thread John Moroney
Hopefully, this is an easy one. I'm developing locally on 0.0.0.0:3000. There is a Twitter API that is copy-and-paste simple. This API works just fine on Heroku, but I'd like to see it run locally. Has anyone added this API and had it run locally without extensions or gems? The API defaults to

Re: [Radiant] Re: undefined method `keys' for #

2012-10-12 Thread John Moroney
would appear again after fixing >> it. >> >> I'll try to take a look, but if you have the opportunity, check out >> the YAML in that project. >> >> -Jim >> >> On Mon, Oct 1, 2012 at 10:23 PM, John Moroney wrote: >> > I've just repli

Re: [Radiant] System Stack Error for Radiant 1.1.0

2012-11-06 Thread John Moroney
Greg, I've been fighting this one as well. As nearly as I can tell, it's a Webrick issue. I tried the following solution: http://dalibornasevic.com/posts/5-ruby-stack-level-too-deep-systemstackerror It solved the illegal instruction bit, but my app does often crash locally. Heroku runs on post

Re: [Radiant] System Stack Error for Radiant 1.1.0

2012-11-07 Thread John Moroney
I have not tried this yet, but I have heard from a very experienced source that using Thin makes this problem go away. Let me know if it works: http://code.macournoyer.com/thin/ On Nov 4, 2012, at 2:25 AM, Gang Wang wrote: > I am new to radiant. After installing Radiant 1.1.0, I can get DEMO

Re: [Radiant] problem with r:children:each "by" tag

2013-02-05 Thread John Moroney
E, Aren't those identical? John On Feb 5, 2013, at 7:05 AM, Erasmo da Narni wrote: > hello! > > in page children, to whom I've added a "Keywords" field, if I use, for > example, this "by" clause: > > the page renders fine > > but if I use: > > it gives: > `by' attribute of `each' tag mus