This is a Rails engine with a basic functionality of customizable blocks of content attachable to objects. It's not attached to any particular CMS so you can use it freely within your Rails application without too much dependencies.
- Install the gem into your app
- Configure some layouts for your blocks
- Define templates and zones where your blocks fit
- Add blocks to your model
- Render the blocks in your templates
- Be careful with the cache
- And use a god admin interface :)
Just follow our contribution conventions.