-
Notifications
You must be signed in to change notification settings - Fork 390
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
is compatible with rails 3.2.1?? #55
Comments
I have the same issue... |
+1 |
Noticed the code has been updated, but not yet released/tagged, you can use this directly by putting this in your Gemfile:
|
The line above is not correct, you have to use this instead: gem 'web-app-theme', :git =>'git://github.com/pilu/web-app-theme.git' |
ty |
The same issue, still and persists in 3.2.x |
Putting in the gem file the line submitted by bryanrite... work in rails 3.2.x at least for me. |
bryanrite's solution allows the gem to be installed, but it is still not really functional. Pages all throw an error because they are unable to find public/javascripts/defaults.js, as well they can't find css files. There doesn't seem to be much activity on the project either... |
sheam dont worry, you will have to change the <%= javascript_include_tag ..... %> in the newly created layout file, to be <%= javascript_include_tag "application" %> my rails is 3.2.3, and it worked wonderfully! For the usual programmer that does not design this gem is essential... I have found no other that worked. |
Thanks @viniciuscb, will try this tonight. |
I also had to change the stylesheet tags. I used this: <%= stylesheet_link_tag :application %> |
Hi web-app-theme is compatible with rails 3.2.1 and asset pipeline?? I can't run bundle command. I recived this message:
In Gemfile:
web-app-theme (
> 0.8.0) ruby depends on> 3.1.0.rc6) rubyrails (
I use rails 3.2.1 and ruby 1.9.3-p0.
The text was updated successfully, but these errors were encountered: