Padrino CMS ==

This gem provides a simple content management solution for Padrino.

** Quick start gem install padrino-cms

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 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.