rails 4 devise 3.2.2 authenticate_user!在json请求中返回“401 Unauthorized”

时间:2013-12-05 12:45:16

标签: ruby-on-rails ruby json devise

我使用的是最新版本的rails(4.0.2),最新的ruby版本(2.0)和最新版本的devise gem(3.2.2)。

当我向控制器发送JSON请求时,它首先调用authenticate_user!,因为它使用

  

before_filter:authenticate_user!

作为JSON请求的结果,它会出现401 Unauthorized错误。

使用rails 3.2.15和旧设计版本可以正常工作。

0 个答案:

没有答案