Displaying 1 result from an estimated 1 matches for "addresslin".
Did you mean:
addressline
2006 Aug 01
0
How to retrieve :web when redirecting to an Instiki page?
...creen (which
is what I want) but then upon signing in I get the following message:
No url can be generated for the hash {:controller=>"wiki",
:action=>"show", :id=>"Test"}
Now if I then type in http:/localhost:2500/orz/show/Test in my browser
addressline I can access the page without any problem. So there seems to
be a problem with the redirection in my signin method, which looks like
this:
def signin
ession[:user] = User.authenticate(params[:username],
params[:password]).id
redirect_to :web=> session[:intended_web],
:controlle...