Re(4): [Radiant] site setup problem: relation pages does not exist

2009-07-02 Thread Jan M.J. Storms
I am on 0.8.0 and chose the 'styled blog' option. There are a few things I have noticed that do not work. 1) I can make child pages both to the home page and to child pages of the home page, but only the child pages to the home page are listed. When I click the + to expand the children of

[Radiant] Re: Updating Page Attachments

2009-07-02 Thread Sharon Clift
Thanks Jim, We are on 0.6.9 of Radiant at the moment and are planning to update to 0.8 soon, but I wanted to update Page_Attachments first. Having never updated any of the extensions I am not sure on the upgrade procedure. Should we remove the extension and then install the latest version with

Re: [Radiant] site setup problem: relation pages does not exist

2009-07-02 Thread Sean Cribbs
On version 0.8, put this in the initializer block in config/environment.rb: config.action_controller.relative_url_root = '/nld' You may need to do something different for 0.7.x and earlier. Sean Jan M.J. Storms wrote: I am on 0.8.0 and chose the 'styled blog' option. There are a few things

Re(2): [Radiant] site setup problem: relation pages does not exist

2009-07-02 Thread Jan M.J. Storms
I put the line in as suggested and restarted the server. I see the same problems (1-2-3). When I leave off '--prefix /nld' from 'thin start' even more wrong urls. Jan Sean Cribbs scripsit dd. Thu, 2 Jul 2009 09:01:49 -0400 (internet: @584) On version 0.8, put this in the initializer block in

Re: [Radiant] Is SQLite + Radiant very slow?

2009-07-02 Thread john muhl
my guess is it has nothing to do with sqlite which in my experience is plenty fast. i'd make sure you're running in the production environment, with lots of extensions the development environment can get real slow real fast. On Thu, Jul 2, 2009 at 8:47 AM, Mohit Sindhwanit...@onghu.com wrote:

RE: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Merk S
Hi Jordon, Maybe this can help? http://radiantcms.org/blog/archives/2009/06/08/developer-tips-responsecache-and-radiant-cache/ From: jor...@envygeeks.com To: radiant@radiantcms.org Date: Thu, 2 Jul 2009 14:15:56 -0500 Subject: [Radiant] Caching time - How to adjust? I hate to be

Re: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Steven Jenkins
Jordon Bedwell wrote: I hate to be repetitive and ask the same questions hundreds or thousands have asked before, but can anyone tell me how to adjust the cache time in Radiant? I understand it's 5 minutes right now but we rarely update our site more than once a week so we would like to adjust

Re: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Sean Cribbs
Jordon, If you are running 0.8.0, add this to config/environment.rb, inside the config.after_initialize block: SiteController.cache_timeout = 1.week Sean Jordon Bedwell wrote: I hate to be repetitive and ask the same questions hundreds or thousands have asked before, but can anyone tell me

RE: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Jordon Bedwell
I just noticed that if that if I use: SiteController.cache_timeout = 1.week the admin panel no longer displays properly and only the main part and not the header, footer or anything else displays. Is this a bug or can I avoid this somehow? Thanks again for the help on this situation :D

Re: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Mohit Sindhwani
Jordon Bedwell wrote: -Original Message- From: radiant-boun...@radiantcms.org [mailto:radiant- boun...@radiantcms.org] On Behalf Of Sean Cribbs Jordon, If you are running 0.8.0, add this to config/environment.rb, inside the config.after_initialize block: SiteController.cache_timeout =