這已經有一段時間,因爲我浸在Ruby on Rails和我有一個艱難的時間將數據傳輸到我的模型,Ruby on Rails的不添加記錄到數據庫
這裏是當我提交的服務器是在說我形式:
Processing ScoresController#index (for 127.0.0.1 at 2010-03-26 15:31:44) [POST]
Parameters: {"commit"=>"Add", "authenticity_token"=>"326dd05ffa596bfa12ec3ebb6f48933dbad8dc0c", "score"=>{"name"=>"third score", "score"=>"4"}}
Score Load (0.5ms) SELECT * FROM "scores" ORDER BY score DESC
Rendering scores/index
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://0.0.0.0/scores]
但記錄不被添加到數據庫中,我知道這是很簡單的東西,但即時通訊難倒,爲什麼它不工作!
,你可以看到我的github這裏的源代碼:http://github.com/AlexEdwardFish/Scores/tree/master/app/
eureka!現在工作很好,認爲這可能是我的路線訂購,我只是不知道是什麼。 我更喜歡做它從零開始的艱難的方式,迫使我學習如何做事情,就像這裏我現在知道如何使用正確的路線:) – Alex 2010-03-26 17:22:03