After I deploy these files below are not being loaded.
Thisismydirectory
Thisismyapplication.rb
Heretheyarebeingcalled
<%=stylesheet_link_tag"home" %>
<%= javascript_include_tag "home" %>
<img class="client" src="<%= asset_path('b.png') %>">
update:
I noticed not only these assets listed, no asset is loading.