Unfortunately it looks like there has not been a whole lot of development going on recently from the creator, though there are plenty of pull requests on the repository that fix most of the issues with Rails 3.1.
Some of the issues I have found (so far) using the master branch are:
- Javascript_include_tag in the application layout file is wrong - needs to be changed to:
<%= javascript_include_tag "application" %>
- Image files are not in the correct location - can be corrected by:
cp -r $(bundle show web-app-theme)/spec/dummy/public/images/* app/assets/images/web-app-theme/
No comments:
Post a Comment