Glutten-free foundation for editorial websites powered by Character project.
Add to Gemfile
:
gem 'journal-chr'
Add tape resource controllers to routes.rb
, admin
scope:
mount_journal_posts_crud
mount_journal_pages_crud
mount_journal_categories_crud
Add tape resource controllers to routes.rb
, website
scope:
root 'journal_posts#index'
mount_journal_categories
mount_journal_pages
mount_journal_posts
Add to admin.scss
and admin.coffee
:
@import "journal";
#= require journal
Add to admin.coffee
character configuration object:
journal: new JournalPosts()
pages: new JournalPages()
- Character: Powerful javascript CMS for apps
- Mongosteen: Add CRUD actions for Mongoid models with one line
- Loft: Media assets manager for Character CMS
- Inverter: An easy way to connect Rails templates content to CMS
Copyright © 2015 Alexander Kravets. Loft is free software, and may be redistributed under the terms specified in the license.