Re: [Radiant] ActionDispatch::ShowExceptions - rails upgrade 2.3.x to 3.2.x

2013-02-18 Thread Jim Gay
Radiant is not yet running on rails 3.2. How are you running Radiant? Are you running it from the source as an application? On Mon, Feb 18, 2013 at 12:07 PM, ROR Architect wrote: > In my rails2.3.11 app/controllers/application_controller.rb I have this > >> >> ActionDispatch::ShowExceptions::res

[Radiant] ActionDispatch::ShowExceptions - rails upgrade 2.3.x to 3.2.x

2013-02-18 Thread ROR Architect
In my rails2.3.11 app/controllers/application_controller.rb I have this ActionDispatch::ShowExceptions::rescue_responses["ActionController::RoutingError"] > = :not_found now this feature is deprecated in rails-3.2.11, I am getting this server log DEPRECATION WARNING: ActionDispatch::ShowExcep

Re: [Radiant] Radiant's preview feature confuses Disqus comments

2013-02-18 Thread Drew Neil
On Sat, Feb 16, 2013 at 4:29 AM, Jim Gay wrote: > Interesting. > We don't have a tag like that because there's no special processing > for the preview. We actually save the page in a transaction, capture > the rendering, raise an exception and rollback the transaction. > > Perhaps we could handle