Skip to content

A Rails engine that serves template from a database instead of files.

Notifications You must be signed in to change notification settings

CiceroOliveira/CMS-Templater

Repository files navigation

CMS Template Engine

Welcome to a CMS template engine.

Templates for this applications might be served from files, like in a regular rails application, or through a database.

CMS functionality

As pages can be served from the database, a controller called CMS will simply attempt to render the page which will be retrieved from the database instead of from a file.

Example

When you try to access the address CMS/about. The about page will be retrieved from the database. Try going to SQL Templates and changing the about page. After you save your changes will be reflected immediately when you access the cms/about

About

A Rails engine that serves template from a database instead of files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published