Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 3.1 #33

Open
jweslley opened this issue May 11, 2011 · 1 comment
Open

Rails 3.1 #33

jweslley opened this issue May 11, 2011 · 1 comment

Comments

@jweslley
Copy link

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

  • public/stylesheets/web-app-theme must be generated in app/assets/stylesheets/web-app-theme
  • public/images/web-app-theme must be generated in app/assets/images/web-app-theme

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
Copy link

dknight commented May 19, 2011

This issue must be done ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants