Sha256: 539b850f8513f38279036ab0d9a4e5aeaed556ac34cf73a61ecae2e54a4f9350

Contents?: true

Size: 775 Bytes

Versions: 1

Compression:

Stored size: 775 Bytes

Contents

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 => "git@github.com: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 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
content_engine-0.1.0 README.md