Filebased cms that integrates into rails workflow
Go to file
Torsten fc79c65b54 provide dummy email for unauthenticated users 2023-10-23 20:20:31 +03:00
app provide dummy email for unauthenticated users 2023-10-23 20:20:31 +03:00
bin smaller tailwind build for emails 2023-02-11 13:05:13 +02:00
config fix generator problem. allow no auth 2023-10-23 20:10:44 +03:00
lib fix image generator 2023-10-23 20:20:04 +03:00
test fix root path and tests 2023-01-29 18:34:51 +02:00
.gitignore rails new plugin, see readme for command 2022-11-28 19:22:50 +02:00
Gemfile use simple_for and form for 2023-01-20 16:48:38 +02:00
Gemfile.lock remot git gem , use cmds and push ad commit 2023-10-20 21:52:59 +03:00
Guardfile mini color adjustment 2022-12-23 21:52:02 +02:00
MIT-LICENSE rails new plugin, see readme for command 2022-11-28 19:22:50 +02:00
README.md move readme to wiki 2023-01-30 19:03:44 +02:00
Rakefile move rake here, wrote another to clean data 2023-02-15 13:55:43 +02:00
merged.gemspec fix generator problem. allow no auth 2023-10-23 20:10:44 +03:00

README.md

Merged

A CMS that integrates into the rails workflow. Ie it is file based not db based.

Changes propagate in the normal development cycle, with git, possible branches, possible staging, possible reviews and controlled deploys.

Usage

Merged is designed for developers to give limited editing facilities to users. As with rails, there is great flexibility how this can be achieved, see wiki for more details.

Installation

And more info see the wiki

Contributing

Ask first.

License

The gem is available as open source under the terms of the MIT License.