0.0
No commit activity in last 3 years
No release in over 3 years
Glutten-free foundation for editorial Character based websites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 10.0

Runtime

>= 0.5.8
>= 0.4.1
>= 0.2.0
 Project Readme

Journal

Glutten-free foundation for editorial websites powered by Character project.

Installation

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()

Journal family

  • 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

License

Copyright © 2015 Alexander Kravets. Loft is free software, and may be redistributed under the terms specified in the license.