This tag with rails 3
<%= link_to \'Destroy\', item, :method => :delete,:confirm=>\'Are you sure?\' %>
produces this html
Try to run either
rake assets:precompile ENV=development
or
rake assets:precompile ENV=production