I have an integration test the sends a simple GET request to the \'show\' action.I get a when I assert_response :success, it fails because the response is a 406, which means the format is Not Acceptab
I\'m trying to implement REST开发者_Go百科 Remoting using Spring 3 but I can\'t get through \"406 Not Acceptable\" error...
I have a project with an \"Article\" scaffold - which includes a paperclip file field for the thumbnail - and others on the team are complaining about how they have to add the file to the field again
My controllers all extend a basic UserAwareController cla开发者_如何学编程ss, that exposes GetCurrentUser() method. I would like any call to this method to redirect to the login page if the user is no