search for: action_view_mods

Displaying 6 results from an estimated 6 matches for "action_view_mods".

2013 Mar 07
2
Puppet Dashboard changed reports view error
...s_table'' app/views/reports/_reports_table.html.haml:31:in `each'' app/views/reports/_reports_table.html.haml:31:in `_run_haml_app47views47reports47_reports_table46html46haml_locals_node_object_reports_reports_table'' haml (3.1.2) [v] rails/./lib/haml/helpers/action_view_mods.rb:11:in `render'' haml (3.1.2) [v] lib/haml/helpers.rb:90:in `non_haml'' haml (3.1.2) [v] rails/./lib/haml/helpers/action_view_mods.rb:11:in `render'' app/views/reports/index.html.haml:22:in `_run_haml_app47views47reports47index46html46haml''...
2010 Nov 22
0
Something wrong after upgraded to puppet-dashboard 1.04
...ps.html.haml:10:in `<=>'' 30 app/views/shared/_groups.html.haml:10:in `sort'' 31 app/views/shared/_groups.html.haml:10:in `_run_haml_app47views47shared47_groups46html46haml_locals_groups_object_resource'' 32 haml (3.0.13) [v] rails/./lib/haml/helpers/ action_view_mods.rb:11:in `render'' 33 haml (3.0.13) [v] lib/haml/helpers.rb:90:in `non_haml'' 34 haml (3.0.13) [v] rails/./lib/haml/helpers/ action_view_mods.rb:11:in `render'' 35 app/views/nodes/show.html.haml:17:in `_run_haml_app47views47nodes47show46html46haml''...
2008 Jul 21
6
form_for and select ( => f.select)
Hi All I''m trying to combine the from_for and select helpers Right now I have form_for :service, :url => ...... do |f| select("abc", "xyz_id", @my_arr.collect {|item| [ item, "bla" ] }, {:prompt => "opt1"} ) .... end What I want to do is something like .... f.select("abc", "xyz_id", @my_arr.collect {|item|
2010 Jul 19
16
Strange Error undefined method `show' for # see no way to debug, suggestions?
...in `precompile'' haml (3.0.9) [v] lib/haml/engine.rb:121:in `initialize'' haml (3.0.9) [v] rails/./lib/haml/template/plugin.rb:29:in `new'' haml (3.0.9) [v] rails/./lib/haml/template/plugin.rb:29:in `compile'' haml (3.0.9) [v] rails/./lib/haml/helpers/action_view_mods.rb: 13:in `render'' haml (3.0.9) [v] rails/./lib/haml/helpers/action_view_mods.rb: 13:in `render'' warden (0.10.7) [v] lib/warden/manager.rb:35:in `call'' warden (0.10.7) [v] lib/warden/manager.rb:34:in `catch'' warden (0.10.7) [v] lib/warden/manager....
2007 May 30
2
ActionView::TemplateError
...late.rb:121:in `render_template'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 263:in `render_file'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb: 278:in `render_without_haml'' #{RAILS_ROOT}/vendor/plugins/haml/lib/haml/helpers/ action_view_mods.rb:17:in `render'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/partials.rb: 60:in `render_partial'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/ benchmarking.rb:30:in `benchmark'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/par...
2010 Nov 16
15
acts_as_taggable, undefined method 'empty?'
..._class %> <% end %> is in my view the error is: "ActionView::TemplateError (undefined method `empty?'' for nil:NilClass)" and stack trace: app/views/blog/index.haml:21:in `_run_haml_app47views47blog47index46haml'' haml (3.0.23) rails/./lib/haml/helpers/action_view_mods.rb:13:in `render'' haml (3.0.23) rails/./lib/haml/helpers/action_view_mods.rb:13:in `render'' app/controllers/blog_controller.rb:10:in `index'' haml (3.0.23) rails/./lib/sass/plugin/rack.rb:41:in `call'' /dh/passenger/lib/phusion_passenger/rack/reques...