[Radiant] Re: adding a menu item

2010-10-12 Thread Diann S.
Mohit Sindhwani wrote in post #949364: On 12/10/2010 8:12 AM, Diann S. wrote: I'm trying to add a menu item to the home page. I've done it before: just add the item to the correct snippets file. The Item appears on the website, but not in Pages in the administration page. help? I know it

Re: [Radiant] Re: adding a menu item

2010-10-12 Thread Mohit Sindhwani
On 12/10/2010 8:32 PM, Diann S. wrote: Mohit Sindhwani wrote in post #949364: On 12/10/2010 8:12 AM, Diann S. wrote: I'm trying to add a menu item to the home page. I've done it before: just add the item to the correct snippets file. The Item appears on the website, but not in Pages in the

Re: [Radiant] Why is rails bundled with radiant?

2010-10-12 Thread D.Kreft
On Fri, Oct 8, 2010 at 11:27 AM, Jim Gay j...@saturnflyer.com wrote: It makes things simpler. By bundling rails, we build and test against that version and it prevents people from changing things and reporting errors for versions that were not taken into account with the code. I don't get it.

[Radiant] Re: feed_me extension for metaweblogapi

2010-10-12 Thread hamlet
Had you any luck with extension ? I'd like to use it and doesn't really want to dive into that right now... Regards On Sep 27, 3:56 pm, Bobby Johnson bobby.john...@gmail.com wrote: Hi Jim, Thanks for the response. I am currently using Radiant (0.9.1) which I was under the impression was Rails

Re: [Radiant] Why is rails bundled with radiant?

2010-10-12 Thread Jim Gay
On Tue, Oct 12, 2010 at 7:34 PM, D.Kreft d...@kreft.net wrote: On Fri, Oct 8, 2010 at 11:27 AM, Jim Gay j...@saturnflyer.com wrote: It makes things simpler. By bundling rails, we build and test against that version and it prevents people from changing things and reporting errors for versions

[Radiant] Excluding certain pages from Radiant cache

2010-10-12 Thread Wes Gamble
All, Is there a way to keep a specific page from being cached by Radiant? Thanks, Wes

Re: [Radiant] Excluding certain pages from Radiant cache

2010-10-12 Thread Jim Gay
On Tue, Oct 12, 2010 at 10:16 PM, Wes Gamble we...@att.net wrote: All, Is there a way to keep a specific page from being cached by Radiant? Thanks, Wes You could make a custom page class and turn it off. class NoCachePage Page def cache false end end You could also take a look