Created
June 18, 2010 14:36
-
-
Save knowuh/443715 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing HomeController#index (for 72.93.105.205 at 2010-06-18 10:30:48) [GET] | |
Parameters: {"action"=>"index", "controller"=>"home"} | |
Rendering template within layouts/application | |
Rendering home/index | |
ActionView::TemplateError (undefined method `capitalize' for nil:NilClass) on line #5 of app/views/portal/students/_show.html.haml: | |
2: Select a #{APP_CONFIG[:theme].upcase} #{APP_CONFIG[:top_level_container_name].capitalize} to run from the list below: | |
3: = render :partial => 'portal/clazzes/list_for_student', :locals => { :portal_student => portal_student } | |
4: | |
5: %p | |
6: Or enter a new class word to join another class. | |
7: = render :partial => 'portal/students/register', :locals => { :portal_student => portal_student } | |
app/views/portal/students/_show.html.haml:5:in `_run_haml_app47views47portal47students47_show46html46haml_locals_object_portal_student_show' | |
haml (2.2.0) [v] lib/haml/helpers/action_view_mods.rb:11:in `render' | |
haml (2.2.0) [v] lib/haml/helpers.rb:77:in `non_haml' | |
haml (2.2.0) [v] lib/haml/helpers/action_view_mods.rb:11:in `render' | |
app/views/home/_student.html.haml:3:in `_run_haml_app47views47home47_student46html46haml_locals_object_student' | |
haml (2.2.0) [v] lib/haml/helpers/action_view_mods.rb:11:in `render' | |
haml (2.2.0) [v] lib/haml/helpers.rb:77:in `non_haml' | |
haml (2.2.0) [v] lib/haml/helpers/action_view_mods.rb:11:in `render' | |
themes/rites/views/home/index.html.haml:9:in `_run_haml_themes47rites47views47home47index46html46haml' | |
haml (2.2.0) [v] lib/haml/helpers/action_view_mods.rb:13:in `render' | |
haml (2.2.0) [v] lib/haml/helpers/action_view_mods.rb:13:in `render' | |
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_serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment