Comfortable Mexican Sofa
A database-backed CMS you mount into an existing Rails app
No ratings yet
- Gem
- comfortable_mexican_sofa
- Repository
- comfy/comfortable-mexican-sofa
- License
- MIT
- Stars
- 2,500
- Added
- July 29, 2026
About
A CMS that mounts into a Rails app rather than replacing it. Marketing edits pages;
you keep one deployment.
What you get
- Sites, layouts, pages and reusable snippets
- Typed content fragments — text, rich text, file, date, boolean
- An admin UI for editors
- Multiple sites and locales from one install
Mounting it
ruby
# Gemfile
gem "comfortable_mexican_sofa"
# config/routes.rb
comfy_route :cms_admin, path: "/cms-admin"
comfy_route :cms, path: "/" # keep this last
The catch-all CMS route must come last, or it will swallow your app's routes.
Discussion (0)
Sign in to join the discussion.
No comments yet.