It's been a while since i dipped into Ruby on Rails and i'm having a hard time getting data into my model,
here's what the server is saying when i submit my form:
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]
but the record is not added to the database, i know this is really simple stuff but im stumped as to why it's not working!
you can see the source code on my github here: http://github.com/AlexEdwardFish/Scores/tree/master/app/