0.01
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
This engine allow adding content blocks to other AR model with very few dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.0.0, < 5.2
>= 3.0.0, < 3.2
>= 4.0.0, < 5.2
>= 4.0.0, < 5.2
 Project Readme

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.