雖然有很多類似的問題,我已經搜索了幾個小時,但仍然無法修復它。導軌設計,沒有路線匹配註銷
信封 軌3.0.9 紅寶石1.9.2 色器件1.4.2
我改變使用默認的登錄網址:
5 resources :users
6 devise_for :users, :path => "", :path_names => { :sign_in => 'login', :sign_out
=> 'logout', :password => 'secret', :confirmation => 'verification', :unlock =>
'unblock', :registration => 'register', :sign_up => 'cmon_let_me_in' }
而且http://localhost:3000/login我 工作正常,但我有
= link_to 'sign_out', destroy_user_session_path, :method => :delete
在我的application.haml中,當我點擊它後,它說沒有路線匹配「/註銷」 爲什麼? 請幫幫我。
什麼是'耙routes'的輸出? – Dogbert
你試過Google嗎? http://stackoverflow.com/questions/6805491/ruby-on-rails-devise-http-0-0-0-03000-users-sign-out-problem/6805662#6805662 – bassneck