Re: [Radiant] Re: feed_me extension for metaweblogapi

2010-10-21 Thread Jim Gay
On Sat, Oct 16, 2010 at 9:51 AM, Bobby Johnson bobby.john...@gmail.com wrote: Not yet, I am still fighting with it. Mostly my newbishness around how to debug these problems in ruby, so at least it's a learning experience. Jim's response was pretty helpful in clarifying exactly what the problem

[Radiant] Caching and Application/Site Controllers

2010-10-21 Thread Stan Rawrysz
I've written an extension that needs to do some processing on every call to a page in the cms. Basically, it checks for a cookie and redirects the user if a certain value is present. I'm running into a problem where that piece of code is not being called after the first call to the app. I believe

Re: [Radiant] SiteController sessions and flash access

2010-10-21 Thread Wes Gamble
My new r:flash/ tag - perhaps it is of some use: desc %{ Returns the requested element of the flash for use in layout/page display. *Usage:* precoder:flash key=notice//code/pre } tag flash do |tag| if key = tag.attr['key'] flash =

[Radiant] Re: Hide some page types from page edit form

2010-10-21 Thread swartz
Hi Jim, Thank you for your suggestions. Forgot to mention using 0.9.1gem. What are the changes that are going to happen in the next release? On Oct 21, 10:23 am, Jim Gay j...@saturnflyer.com wrote: On Wed, Oct 20, 2010 at 5:48 PM, swartz netv...@gmail.com wrote: Anyone know what is the

Re: [Radiant] Re: SiteController sessions and flash access

2010-10-21 Thread Wes Gamble
For now, I am counting on admin. types (which are us) to be mindful enough to not be logged into user side. If I have to, I can add admin. logout logic as a before_filter on the SiteController, and user logout logic as a before filter on the admin side of things. W On 10/21/10 6:31 PM,