It means you have a filter called require_ssl in your application. This kind of filter will usuallly either redirect or stop the current request if it is not made over ssl (e.g https://example.com) find the one in your app to see more. Either make the web request over ssl, or skip the filter if you don't need to use ssl. I'd recommend to use ssl if this is a request that is being authenticated in some way.
Cheers, Jeremy On Mar 19, 2:36 am, Enzo Rivello <[email protected]> wrote: > Enzo Rivello wrote: > > Little update: > > > in local i use mongrel, in production phusion passenger. > > > can it be a problem? > > problem understood!! > > the server calls two times the method, because the first is halted by > ssl_required > > Filter chain halted as [:ssl_required] rendered_or_redirected. > > someone know what this means? > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

