0.0
No commit activity in last 3 years
No release in over 3 years
Content fragments, components and pages for Padrino applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Important Note

This is currently unmaintained, it's not working with the latest Padrino releases. I'm happy to review and merge pull requests to fix it. I will get round to updating this project very very soon.

Padrino CMS

This gem provides a simple content management solution for Padrino.

Quick start

gem install padrino-cms

then

padrino-cms my_cms_app

About the content model

This project makes use of the low priority routes in Padrino to retrieve persisted content. e.g. a request made to http://localhost:3000/about-us will fall through to the low priority route "/:path" and attempt to retrieve a Content record with the path 'about-us'. Adding an explicit route overrides this behaviour as you would expect so your Padrino project behaves as it should.

Other features include Carrierwave and FckEditor integration, when you edit content you can insert images via the FckEditor image uploader.

Wish list

Content relationships and index pages. Templating. Tests, tests and more tests.