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.
Add this line to your application's Gemfile:
gem 'theme_renderer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install theme_renderer
TODO: Write usage instructions here
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)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.