Skip to content

simplelogica/nocms-blocks

Repository files navigation

NoCMS Blocks

master branch tests: Circle CI

edge branch tests: Circle CI

What's this?

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.

How do I use this?

  1. Install the gem into your app
  2. Configure some layouts for your blocks
  3. Define templates and zones where your blocks fit
  4. Add blocks to your model
  5. Render the blocks in your templates
  6. Be careful with the cache
  7. And use a god admin interface :)

How do I make some PR?

Just follow our contribution conventions.