Displaying 3 results from an estimated 3 matches for "surveycontroller".
2005 Mar 10
0
Need Help with Flaky FastCGI on Windows
...to be working fine. When I woke up this morning, the
app died with an Application Error. According to the logs, nothing
happened between the time it worked last night and the time it failed
this morning.
Here''s the log of the successful run last night:
--- Begin Log ---
Processing SurveyController#list (for 10.7.0.3 at Wed Mar 09 22:55:05
Eastern Standard Time 2005)
Parameters: {"action"=>"list", "controller"=>"survey",
"survey/list.html/list"=>nil}
StudentSurvey Count (0.000000) SELECT COUNT(*) FROM student_surveys
StudentSu...
2005 Jun 24
0
lighttpd - sporadic mysql errors
...;37mSET NAMES UTF8^[[m
^[[4;35mSurvey Load (0.000299)^[[m ^[[0;37mSELECT * FROM surveys
WHERE surveys.id = 2 LIMIT 1^[[m
Rendering person/info within layouts/survey
Rendering layouts/survey (200 OK)
Completed in 0.01800 (55 reqs/sec) | Rendering: 0.01461 (81%) | DB:
0.00142 (7%)
Processing SurveyController#index (for 201.8.30.143 at Fri Jun 24
23:47:09 GMT 2005)
Parameters: {"action"=>"index", "controller"=>"survey"}
^[[4;33mSQL (0.000000)^[[m ^[[1;37mMySQL server has gone away: SET
NAMES UTF8^[[m
Mysql::Error (Access denied for user ''...
2007 Nov 10
2
Problem with view spec - works inside the browser but spec fails with nil object
...s the :faixa_etaria Question fixture I''m using:
faixa_etaria:
id: 1
question_type_id: 1
description: ''Em qual das faixas et?rias abaixo voc? se inclui?''
position: 4
(The description value is in Portuguese).
Here''s the "show" method inside the SurveyController:
def show
@configurations = {}
Configuration.find(:all).each { |c| @configurations[c.name.to_sym] =
c.value }
@questions = {}
Question.find(:all).each { |q| @questions[q.position] = q }
end
Here''s the piece of code inside the "show.rhtml" template that'...