[Radiant] FW: ActiveRecord::HasManyThroughSourceAssociationNotFoundError in Admin/pages#edit

2009-12-29 Thread Dain Bentley
Hello all. I am getting this error in the admin panel when trying to edit pages in radiant: Showing vendor/extensions/paperclipped/app/views/admin/assets/_page_assets.html.haml where line #1 raised: Could not find the source association(s) :asset or :assets in model PageAttachment. Try 'has_ma

Re: [Radiant] How to improve site performance?

2009-12-29 Thread Rob Levin
Concerning the setting the timeout link: http://groups.google.com/group/radiantcms/msg/01ac040dbcf76479 I thought I should add (in case someone is following this thread that needs to do this) that you have to put it in the callback block for after radiant has finished it's initialization (at the e

Re: [Radiant] How to improve site performance?

2009-12-29 Thread Sean Cribbs
In addition to mod_deflate, I usually add mod_expires with a far-future default and use the FileETag directive. These will also help with overall load time. If you need Radiant to push out the cached page faster, look into mod_xsendfile, which tells Apache to stream the page from disk instead of th