Exstatic is an embedded content management system for Ruby on Rails. It integrates with a Rails 3.1+ web application to allow managed content creation for "static" pages.
Add this line to your application's Gemfile:
gem 'exstatic'
And then execute:
$ bundle
Or install it yourself as:
$ gem install exstatic
TODO: Write usage instructions here
TODO: Create a test runner rake task that resets test db in dummy app TODO: Figure out how to support Mongoid
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request