RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: wbotelhos
Site: http://wbotelhos.com.br
Try the @Jeremy solution:
http://gist.github.com/308804
The 406 occurs when you don't set the respond_to for the given format on controller.
respond_to
Try to reload your server.
Try the @Jeremy solution:
http://gist.github.com/308804
The 406 occurs when you don't set the
respond_to
for the given format on controller.Try to reload your server.