Displaying 2 results from an estimated 2 matches for "height_ft".
Did you mean:
  height_1
  
2006 Aug 12
4
form problem on deployment. Not sure how to debug this.
...;=>"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 Load (0.000980)   SELECT * FROM biostats WHERE (date = 
''2006-8-11''...
2006 Aug 12
6
params not getting POSTed
I have a situation where no params are being sent when the form is 
submitted.
After 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="submi...