Re: [Radiant] How-To on disabling caching in Radiant

2011-06-18 Thread Tom Brooke
Just checking on whether or not disabling the cache will get me up and running on heroku with 1.0rc and If anyone has suggestions for Heroku I would be glad to listen On Tue, Jun 14, 2011 at 2:18 PM, Wes Gamble we...@att.net wrote: ** I wrote up a howto on how to disable the cache in

[Radiant] Re: How-To on disabling caching in Radiant

2011-06-18 Thread Cleverlemming
I use the the PageOptions extension to handle caching on a per-page basis: https://github.com/sandipransing/radiant-page_options-extension/tree/

[Radiant] Re: Mailer extension error when submitting form

2011-06-18 Thread Cleverlemming
I'd start by taking a look at log/development.log and seeing if there's some useful information you can post there. Also, it'd be good to know if the page is actually sending an email before it throws an error. If the mail is being sent, it could be an issue with redirect_to: on the mailer page