search for: weight_lbs

Displaying 2 results from an estimated 2 matches for "weight_lbs".

2006 Aug 12
4
form problem on deployment. Not sure how to debug this.
...e", "date"=>{"month"=>"8", "day"=>"11", "year"=>"2006"}, "action"=>"new", "controller"=>"stats", "stat"=>{"height_in"=>"", "weight_lbs"=>"", "weight_oz"=>"", "height_ft"=>""}} User Load (0.022084) SELECT * FROM users WHERE (users.id = 1) LIMIT 1 Biostat Load (0.000808) SELECT * FROM biostats WHERE (date = ''2006-8-11'') LIMIT 1 Biostat Loa...
2006 Aug 12
6
params not getting POSTed
...fter the rendering this is the html that I get... <form action="/stats/new" method="post"> Height: <input id="stat_height_ft" name="stat[height_ft]" size="5" type="text" />ft </p> Weight: <input id="stat_weight_lbs" name="stat[weight_lbs]" size="5" type="text" />lbs </p> <input name="commit" type="submit" value="Save" /> </form> Why would this result in a GET not a POST and no params being sent? -- Posted via http://www...