Sha256: 4b1db9d25e7a79d1fe11f9f27ad8a81226378d1171778c149d496d4661fc31c5
Contents?: true
Size: 1.85 KB
Versions: 4
Compression:
Stored size: 1.85 KB
Contents
h1. Theme For Rails (3 and hopefully later) h2. Features list * 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. h2. Compatibility This gem works with Rails from version 3.0 to at least 3.2.1 (current at the moment of writing this readme file). h2. Documentation * "Rdoc":http://rubydoc.info/github/lucasefe/themes_for_rails/master/frames * "Wiki":https://github.com/lucasefe/themes_for_rails/wiki * "Old Readme File":https://github.com/lucasefe/themes_for_rails/blob/master/doc/README.textile h2. Ideas / Inspiration * 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. h2. Rails 2 Support This gem only works with Rails 3 (duh). If you want the same exactly behavior, but for Rails 2.x, go "here":http://github.com/jystewart/theme_support . h2. Running tests <pre> gem install bundler bundle install rake </pre> h2. Authors and contributors * lucasefe * jedifreeman * jbarreneche * kule * matheusmoreira * rafaelss * maxjgon h2. Last but not least If you are using this gem, please, take a minute to recommend me at Working With Rails. <a href="http://www.workingwithrails.com/recommendation/new/person/7277-lucas-florio"><img alt="Recommend Me" src="http://workingwithrails.com/images/tools/compact-small.jpg" /></a>
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
themes_for_rails4-1.5.1 | README.textile |
themes_for_rails-0.5.1 | README.textile |
themes_for_rails-0.5.0 | README.textile |
themes_for_rails-0.5.0.pre | README.textile |