Created
September 1, 2009 08:33
-
-
Save morhekil/178986 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 ClientsController#show (for 93.186.60.190 at 2009-09-01 08:31:13) [GET] | |
| Parameters: {"action"=>"show", "id"=>"183", "controller"=>"clients"} | |
| Rendering template within layouts/application | |
| Rendering clients/show | |
| ActionView::TemplateError (undefined method `edit_array_path' for #<ActionView::Base:0x7f2e030213d0>) on line #9 of app/views/projects/_project.html.haml: | |
| 6: .header | |
| 7: = progress_bar project.completeness | |
| 8: | |
| 9: .date= "#{d project.starts_at} - #{d project.ends_at}" | |
| 10: .topic= link_to project.name, [@client || project.dealer, project] | |
| 11: .info | |
| 12: %p.details | |
| app/helpers/links_helper.rb:39:in `link_to_edit' | |
| app/views/projects/_project.html.haml:9:in `_run_haml_app47views47projects47_project46html46haml_locals_object_project_project_counter' | |
| /usr/lib64/ruby/gems/1.8/gems/will_paginate-2.2.2/lib/will_paginate/finder.rb:164:in `method_missing' | |
| haml (2.1.0) lib/haml/helpers/action_view_mods.rb:12:in `render' | |
| haml (2.1.0) lib/haml/helpers.rb:57:in `non_haml' | |
| haml (2.1.0) lib/haml/helpers/action_view_mods.rb:12:in `render' | |
| app/views/clients/show.html.haml:59:in `_run_haml_app47views47clients47show46html46haml' | |
| haml (2.1.0) lib/haml/helpers/action_view_mods.rb:14:in `render' | |
| haml (2.1.0) lib/haml/helpers/action_view_mods.rb:14:in `render' | |
| app/controllers/clients_controller.rb:81:in `show' | |
| haml (2.1.0) rails/./lib/sass/plugin/rails.rb:19:in `process' | |
| thin (1.2.2) lib/thin/connection.rb:76:in `pre_process' | |
| thin (1.2.2) lib/thin/connection.rb:74:in `catch' | |
| thin (1.2.2) lib/thin/connection.rb:74:in `pre_process' | |
| thin (1.2.2) lib/thin/connection.rb:57:in `process' | |
| thin (1.2.2) lib/thin/connection.rb:42:in `receive_data' | |
| eventmachine (0.12.6) lib/eventmachine.rb:240:in `run_machine' | |
| eventmachine (0.12.6) lib/eventmachine.rb:240:in `run' | |
| thin (1.2.2) lib/thin/backends/base.rb:57:in `start' | |
| thin (1.2.2) lib/thin/server.rb:156:in `start' | |
| thin (1.2.2) lib/thin/controllers/controller.rb:80:in `start' | |
| thin (1.2.2) lib/thin/runner.rb:174:in `send' | |
| thin (1.2.2) lib/thin/runner.rb:174:in `run_command' | |
| thin (1.2.2) lib/thin/runner.rb:140:in `run!' | |
| thin (1.2.2) bin/thin:6 | |
| /usr/bin/thin:19:in `load' | |
| /usr/bin/thin:19 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment