themes_for_rails icon indicating copy to clipboard operation
themes_for_rails copied to clipboard

Theme Support for Rails 3

Results 27 themes_for_rails issues
Sort by recently updated
recently updated
newest added

By default "sass" files should be stored in a "sass" directory in stylesheet's directory and generated "css" files are saved in stylesheet's directory. The idea is not to have generated...

Files without extension cause "SystemStackError: stack level too deep" error

Added `:via => :get` to the routes to make them compatible with rails 4

Add support for the asset pipeline by leveraging it. Automatically add themes to the pipeline when it is in use. Could you please let me know what you think? I'm...

Hi, I am using theme_for_rails (version 0.4) for last two years. Now due to changes in requirement I want support custom themes directory so I tried to use initializer which...

After upgrading to Rails 3.2, my app gives a missing template error ``` Missing partial /layouts/header with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/zach/development/waterfall2/themes/demo/views" * "/Users/zach/development/waterfall2/app/views" * "/Users/zach/.rvm/gems/ruby-1.9.3-p448@waterfall/gems/gmaps4rails-1.5.6/app/views" *...

It looks like the helpers (ex: theme_stylesheet_link_tag) are not returning asset digest urls for assets, although the digest versions are available. For example: ``` ``` returns the following (no digest):...