8
就已經升級了我的Rails應用程序到Rails 3.1.1,並有出現以下錯誤:升級到Rails的3.1.1和Authlogic
Routing Error
undefined method `filter_parameter_logging' for ApplicationController:Class
application_controller.rb:
class ApplicationController < ActionController::Base
protect_from_forgery
helper :all
helper_method :current_user_session, :current_user
filter_parameter_logging :password, :password_confirmation
...
你有對此有何想法? 謝謝!
似乎複製這個的:http://stackoverflow.com/questions/16206234/路由錯誤時使用的-authlogic-與護欄-3-2-9 – jacopobeschi