Tag Archives: xml
Error Handling with XML and Authlogic
I was helping a friend integrate an API into the application. He is running Rails 2.3.4 with Authlogic. His authentication check method was the following: 1 2 3 4 5 6 7 8 def require_user unless current_user session[:return_to] = request.request_uri … Continue reading
