Displaying 2 results from an estimated 2 matches for "edit_asset_path".
2008 Mar 13
3
Refreshing a page gives a "stack level too deep" error.
...<tr>
11: <td><%=h asset.name %></td>
12: <td><%=h asset.description %></td>
13: <td><%= link_to ''Show'', resource_asset_path(@resource, asset)
%></td>
14: <td><%= link_to ''Edit'', edit_asset_path(asset) %></td>
15: <td><%= link_to ''Destroy'', resource_asset_path(@resource,
asset), :confirm => ''Are you sure?'', :method => :delete %></td>
16: </tr>
RAILS_ROOT: /home/jars/rails/lesson_planner/branches/bundles
Appli...
2007 May 26
11
RSpec
Hi RSpec Mailing list,
I''m new to RSpec and I am trying to get it running with the caboo.se sample
rails app.
I installed the current version of rspec with rspec_on_rails
I tried to run rake spec but received:
330-07:~/desktop/restful_auth_rspec/vendor multimedia$ rake spec
(in /Users/multimedia/Desktop/restful_auth_rspec)