标签: ruby-on-rails ruby json devise
我使用的是最新版本的rails(4.0.2),最新的ruby版本(2.0)和最新版本的devise gem(3.2.2)。
rails
ruby
devise
当我向控制器发送JSON请求时,它首先调用authenticate_user!,因为它使用
authenticate_user!
before_filter:authenticate_user!
作为JSON请求的结果,它会出现401 Unauthorized错误。
401 Unauthorized
使用rails 3.2.15和旧设计版本可以正常工作。