[Radiant] Re: ActionController::RedirectBackError during redirect_to with Comments extension

2009-04-09 Thread N. Turnage
N. Turnage wrote: When I try and approve, unapprove or destroy a comment I get the following error: *ActionController::RedirectBackError in Admin/commentsController#destroy* No HTTP_REFERER was set in the request to this action, so redirect_to :back could not be called successfully. If this

[Radiant] Re: ActionController::RedirectBackError during redirect_to with Comments extension

2009-04-09 Thread N. Turnage
N. Turnage wrote: Just found some more info about this. Apparently FireFox, my browser of choice (and the only anyone should use ;^), has an option to disable referrers. This article suggests another option for handling the redirect.

Re: [Radiant] Re: ActionController::RedirectBackError during redirect_to with Comments extension

2009-04-09 Thread Pat Allan
On 10/04/2009, at 1:21 PM, N. Turnage wrote: N. Turnage wrote: Just found some more info about this. Apparently FireFox, my browser of choice (and the only anyone should use ;^), has an option to disable referrers. This article suggests another option for handling the redirect.

Re: [Radiant] Re: ActionController::RedirectBackError during redirect_to with Comments extension

2009-04-09 Thread N. Turnage
Pat Allan wrote: Nate, not that I want to rain on your parade, but I *think* IE cannot be relied upon to send the referrer back to the server (depending on settings/versions/who-knows-what it may think it's a security risk). It's been a while since I looked into it, though. When I'm