Displaying 2 results from an estimated 2 matches for "node_path".
Did you mean:
inode_path
2006 Jul 06
4
Oracle HR on Rails
Interesting read...apologies if it has been posted already.
http://www.oracle.com/technology/pub/articles/saternos-rails.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060706/619e650a/attachment.html
2013 Mar 07
2
Puppet Dashboard changed reports view error
...ent_url has the following required parameters: ["nodes", :id] - are
they all satisfied?) on line #35 of
app/views/reports/_reports_table.html.haml:
32: %td= link_to h(report.time), report
33: - unless node
34: %td= link_to_if report.node, h(report.host),
node_path(report.node)
35: %td= report.total_resources.to_i
36: %td= report.failed_resources.to_i
37: %td= report.changed_resources.to_i
38: %td= report.unchanged_resources.to_i
(eval):17:in `node_path''
app/views/reports/_reports_table.html.haml:35:...