Content Engine

Rails3 Engine for awesome Site and content management

Dependencies

  • Rails 3
  • Idealian UserEngine or existence of users table

Install

Add following to your Gemfile

gem "permalink_fu" ,        :git => 'git://github.com/idealian/permalink_fu.git'
gem "acts-as-taggable-on",  :git => 'git://github.com/fousa/acts-as-taggable-on.git'
gem "content_engine",       :git => "[email protected]:idealian/content_engine.git"

And run bundle install

Features

sites pages articles tags

Customization

To override a controller

class PagesController < ContentEngine::PagesController
  def index
  end
  
  def show
  end
end

Copyright (c) 2010 Taylor Luk, Idealian Pty Ltd All right reserved