Displaying 2 results from an estimated 2 matches for "pelicano".
Did you mean:
pelican
2007 Jun 10
0
pb when posting to an action "render_text body, :status => 400"
Hi,
I''m trying to do a little openid-server in rails.
I encounter a very strange problem for me, you can see all the story in the
openid mailing-list :
http://lists.openidenabled.com/pipermail/dev/2007-May/000666.html
http://lists.openidenabled.com/pipermail/dev/2007-June/000700.html
In short, the problem is :
the server has to do a "render_text body, :status => 400"
2007 Jun 10
0
pb when posting to an action "render_text body, :status => 400" (resolved)
Sorry for my previous mail,
If I do
render :text => "test", :status => 400
instead of
render_text "test", :status => 400
every one (ie. mongrel & webrick) are working fine !
Sorry.
Arthur