Re: [Radiant] How to take advantage of server-side caching (Rack cache) without using browser caching

2011-03-09 Thread William Ross
On 8 Mar 2011, at 16:18, Wes Gamble wrote: William, Thanks for your reply. On 3/8/11 9:37 AM, William Ross wrote: On 5 Mar 2011, at 23:38, Wes Gamble wrote: QUESTION: Is the current caching scheme in Radiant (Rack) completely dependent on client-side caching, implying that a given

[Radiant] Re: How to take advantage of server-side caching (Rack cache) without using browser caching

2011-03-09 Thread rosslaird
I can find various online postings and tutorials about increasing the cache in rails, but is there a conventional way to do this in Radiant? In other words, how do you do this: The default cache timeout is only five minutes, though. I normally increase that to at least a week. Ross

Re: [Radiant] Re: How to take advantage of server-side caching (Rack cache) without using browser caching

2011-03-09 Thread William Ross
On 9 Mar 2011, at 16:46, rosslaird wrote: I can find various online postings and tutorials about increasing the cache in rails, but is there a conventional way to do this in Radiant? In other words, how do you do this: The default cache timeout is only five minutes, though. I normally

[Radiant] Create Custom controllers and Views in Radiant

2011-03-09 Thread Shanison
Hi, I have been searching to see if Radiant is able to integrate into existing projects. And I saw this in the mail archive http://www.mail-archive.com/radiant@radiantcms.org/msg04311.html It seems that we can only package our existing projects as an extension and put it in the Radiant project,

[Radiant] Re: Need advice: NoMethodError (undefined method `authenticate' for #Class...

2011-03-09 Thread Shanison
authenticate is one of the class method in 'User' model for Radiant. Make sure that you didn't modify the original source of the 'User' model. Or else, you should check what extensions that you have installed to check the possibility that it has overwrite this User model. On Mar 10, 2:26 pm,