Skip to content

CMS & Web Dev: The Complete Guide

Restarone Solutions Engineering edited this page Nov 22, 2025 · 6 revisions

Getting started

Violet Rails is a powerful platform, you have 2 ways to build on top of it.

CMS client development (HTML, CSS, JS stack)

The source of truth for CMS related documentation is the comfy cms wiki For a primer on using the CMS see here

Violet Rails core development (Ruby, Rails stack)

For implementing new features on top of Violet Rails, follow this guide to setup your local development environment.

Generating models for extending Violet Rails core functionality

The Admin CMS has its own generator for creating resources, see more here

Rendering custom content models

see more here

Clone this wiki locally