Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created June 21, 2010 17:12
Show Gist options
  • Save knowuh/447155 to your computer and use it in GitHub Desktop.
Save knowuh/447155 to your computer and use it in GitHub Desktop.
Processing Portal::StudentsController#create (for 98.229.241.142 at 2010-06-21 13:11:26) [POST]
Parameters: {"user"=>{"password_confirmation"=>"[FILTERED]", "first_name"=>"stud", "password"=>"[FILTERED]", "last_name"=>"knowuh3"}, "commit"=>"Submit", "clazz"=>{"class_word"=>"two"}, "action"=>"create", "controller"=>"portal/students", "security_questions"=>{"question1"=>{"answer"=>"red", "question_idx"=>"1", "id"=>""}, "question2"=>{"answer"=>"red", "id"=>""}, "question0"=>{"answer"=>"red", "question_idx"=>"0", "id"=>""}}}
Rendering template within layouts/application
Rendering portal/students/signup
Completed in 75ms (View: 31, DB: 6) | 200 OK [http://xproject.dev.concord.org/portal/students]
Processing Portal::StudentsController#create (for 98.229.241.142 at 2010-06-21 13:11:37) [POST]
Parameters: {"user"=>{"password_confirmation"=>"[FILTERED]", "first_name"=>"stud", "password"=>"[FILTERED]", "last_name"=>"knowuh3"}, "commit"=>"Submit", "clazz"=>{"class_word"=>""}, "action"=>"create", "controller"=>"portal/students", "security_questions"=>{"question1"=>{"answer"=>"red", "question_idx"=>"1", "id"=>""}, "question2"=>{"answer"=>"red", "question_idx"=>"2", "id"=>""}, "question0"=>{"answer"=>"red", "question_idx"=>"0", "id"=>""}}}
NoMethodError (undefined method `course' for nil:NilClass):
app/controllers/portal/students_controller.rb:244:in `find_grade_level_from_params'
app/controllers/portal/students_controller.rb:63:in `create'
haml (2.2.0) [v] lib/sass/plugin/rails.rb:19:in `process'
passenger (2.2.4) lib/phusion_passenger/rack/request_handler.rb:91:in `process_request'
passenger (2.2.4) lib/phusion_passenger/abstract_request_handler.rb:206:in `main_loop'
passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:376:in `start_request_handler'
passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:334:in `handle_spawn_application'
passenger (2.2.4) lib/phusion_passenger/utils.rb:182:in `safe_fork'
passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:332:in `handle_spawn_application'
passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:in `__send__'
passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:in `main_loop'
passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:195:in `start_synchronously'
passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:162:in `start'
passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:213:in `start'
passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:261:in `spawn_rails_application'
passenger (2.2.4) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
passenger (2.2.4) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
passenger (2.2.4) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:254:in `spawn_rails_application'
passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:153:in `spawn_application'
passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:286:in `handle_spawn_application'
passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:in `__send__'
passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:in `main_loop'
passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:195:in `start_synchronously'
Rendering /web/xproject.dev.concord.org/releases/20100621143322/public/500.html (500 Error)
rendering section "request"
rendering section "session"
rendering section "environment"
rendering section "backtrace"
Sent mail to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment