phatforge / theme_renderer

Theme renderer for white label systems. Rails engine for rendering the themes
MIT License
0 stars 0 forks source link

ThemeRenderer

Build Status Code Climate Test Coverage Coverage Status Inline docs

This gem is an engine designed to allow you to render themes from a variety of backing stores. At first it will try and use a file store in the vein of themes_for_rails.

Installation

Add this line to your application's Gemfile:

gem 'theme_renderer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install theme_renderer

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com//test_gem/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

This work is based on the code in Crafting Rails 4 applications by Jose Valim. The work here is designed to be fit for purpose and will gain features as they are needed. If you have needs that this gem could be expanded to satisfy, please do not hesitate to contribute or comment.