gravityblast / web-app-theme

A simple theme for web apps
Other
2.45k stars 387 forks source link

Rails 3.1 #33

Open jweslley opened 13 years ago

jweslley commented 13 years ago

In Rails 3.1 the assets must be placed inside the app/assets directory instead of the public directory. Thus:

In addition, the application.html.erb layout file must be just as follow:

<%= stylesheet_link_tag :application %> <%= javascript_include_tag :application %> <%= csrf_meta_tags %>

dknight commented 13 years ago

This issue must be done ASAP.