basic 終於結束了!往下一個。上一個步驟,最多問題rails3有些指令是rails4不能用,其中route中的match,現在要指定get或post,反正目前搞不清楚,所以只能自己手動加route,先能跑就好,以後比較熟,再好好研究,不然一直卡住,先往下學。 RESTful 應用程式 http://ihower.tw/rails4/restful.html

===== button_to ===== 如果用button_to,而產生route跟你要POST,後面補上 :method => :get

<%= button_to ‘New event’, new_event_path, :method => :get%> 這樣就ok~

解答來自下面連結 http://stackoverflow.com/questions/5221227/rails-button-to-fails-with-path-doesnt-exist-for-a-path-that-exists