No commit activity in last 3 years
No release in over 3 years
Allows of the cells gem in your radiant site and extensions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 3.3.4
 Project Readme
# Cells

Radiant Cells Extension allows the use of Cells (http://cells.rubyforge.org/) in radiant sites and extensions

Use Cells as usual inside standard Rails views

Use Cells inside Radiant Layouts & Snippets with <r:cell name="cell_name" view="cell_view" /> 

Cells can be placed in the following locations 
- app/cells in RAILS_ROOT
- app/cells inside any Radiant Extension
- design/cells in RAILS_ROOT (if using file system extension and you want to keep cells near your layouts/snippet)

Created by Melissa Choy.