我无法获得设计的超时功能。我已经尝试了所有我在google上找到的解决方案,但仍然没有运气。 在DEVISE.RB中我有
config.timeout_in = 5.seconds
在USER.RB中我有
devise :database_authenticatable, :registerable, :recoverable, :trackable, :validatable, :timeoutable
在ROUTES中我有这个
devise_for :users, controllers: { sessions: 'sessions', registrations: 'registrations' }
5秒仅用于测试...... 如果它可以帮助,我使用Rails作为Ember的后端... 非常感谢提前!