Displaying 1 result from an estimated 1 matches for "5bb650876cc6ebfd8fbe1605f8fee520".
2006 Aug 12
4
form problem on deployment. Not sure how to debug this.
...1
Rendered stats/_statRow (0.00547)
Rendered stats/_statRow (0.00321)
Completed in 0.24754 (4 reqs/sec) | DB: 0.12933 (52%) | 200 OK
[http://localhost/stats/new]
_______
but on dreamhost I get this...
Processing StatsController#index (for xx.xx.xx.xxx at 2006-08-11
22:52:17) [GET]
Session ID: 5bb650876cc6ebfd8fbe1605f8fee520
Parameters: {"action"=>"index", "controller"=>"stats"}
Rendering layoutfalseactionlist within layouts/application
Rendering stats/list
Completed in 0.02947 (33 reqs/sec) | Rendering: 0.01738 (58%) | DB:
0.00941 (31%) | 200 OK
____
Where do I even...