- Support for adding themes which includes stylesheets, javascripts, views and layouts.
- add a theme-image-url sass helper method for asset pipeline based themes
- update the generators and rake tasks to support asset pipeline based themes
- (NEW) works with the Rails Assets Pipeline without interfering, and leveraging it.
This gem works with Rails from version 3.0 to at least 3.2.1 (current at the moment of writing this readme file).
- Add ThemesForRails::Railtie for configuration, so we selectively set the plugin on or off. Also to be able to change several settings.
Add routes to allow access to the theme’s static resources (js and cs), unless cached on public folder by capistrano / rake.Extend Action View path in order to make the views accessible. Same for the layouts.- More tests ford edge cases. Now I am only testing the happy paths.
This gem only works with Rails 3 (duh). If you want the same exactly behavior, but for Rails 2.x, go here .
gem install bundler bundle install rake
- lucasefe
- jedifreeman
- jbarreneche
- kule
- matheusmoreira
- rafaelss
- maxjgon
If you are using this gem, please, take a minute to recommend me at Working With Rails.