[Radiant] Moving to 0.9.1 and multi-site

2011-02-02 Thread Mohit Sindhwani
Hi All, I am thinking of re-organizing my sites online. I want to revive my dead (Mephisto) blog and have a few sections for information about different things. I have usually set up a separate Radiant instance, but now, I am thinking of trying out multi-site with a single installation of Radia

[Radiant] Re: Slow page load times

2011-02-02 Thread potapuff
Have same problem: all pages a responsed with 200 code. First of all i'd check: SiteController.cache_timeout ~1 day Radiant::Config['dev.host'] is different from production Page.find_by_parent_id(nil).cache?true Header of response: Server nginx DateWed

[Radiant] How to render a snippet from inside a tag definition

2011-02-02 Thread Hadi S.
I am defining some specific tags for a project. Is there a way to render a snippet from inside a tag definition? In my tag i need to retrieve the type of the page and want to render a specific snippet dependent of the type.

Re: [Radiant] Re: Slow page load times

2011-02-02 Thread William Ross
On 2 Feb 2011, at 10:19, potapuff wrote: > Have same problem: all pages a responsed with 200 code. > > First of all i'd check: >SiteController.cache_timeout ~1 day >Radiant::Config['dev.host'] is different from production >Page.find_by_parent_id(nil).cache?t

[Radiant] Easiest way to move administrative part of Radiant

2011-02-02 Thread potapuff
Module Admin make conflict with existing project on my site. What's the easiest way to move it to another path. For example 'admin/login' to 'radiant/login', 'admin/pages' to 'radiant/pages'.

Re: [Radiant] How to render a snippet from inside a tag definition

2011-02-02 Thread William Ross
On 2 Feb 2011, at 11:35, Hadi S. wrote: > I am defining some specific tags for a project. Is there a way to > render a snippet > from inside a tag definition? > > In my tag i need to retrieve the type of the page and want to render a > specific > snippet dependent of the type. You should be abl

Re: [Radiant-Dev] Re: [Radiant] Re: Slow page load times

2011-02-02 Thread Carl Youngblood
Thanks Will! I'll definitely try freezing to edge and testing this out. On Wed, Feb 2, 2011 at 3:19 PM, William Ross wrote: > On 2 Feb 2011, at 10:19, potapuff wrote: > > > Have same problem: all pages a responsed with 200 code. > > > > First of all i'd check: > >SiteController.cache_tim

[Radiant] Re: Easiest way to move administrative part of Radiant

2011-02-02 Thread Brad Herman
Can't you just edit your routes.rb file? bradley herman | iGoDigital® | C: 317.331.9718 | bher...@igodigital.com | http://igodigital.com Personalized Product Recommendation Software On Wednesday, February 2, 2011 at 8:18 AM, potapuff wrote: > Module Admin make conflict with existing project