SimplyPages

This WAS both a plugin engine and a basic rails app.

It is now being converted in a simple generator to copy the code into the app.

Still working on it, so it may be a bit bumpy.

ToDo

Required Gem Sources

gem sources -a http://rubygems.org
gem sources -a http://gems.github.com

Required Gems

Installation (as a plugin/engine)

# config.gem ‘jakewendt-simply_pages’, # :source => ‘rubygems.org

script/generate simply_pages

# User.find_create_and_update_by_uid(‘859908’).deputize

Testing (as an app)

rake db:migrate
rake db:fixtures:load
rake test
script/server

Gemified with Jeweler

vi Rakefile
rake version:write

rake version:bump:patch
rake version:bump:minor
rake version:bump:major

rake gemspec

rake install
rake release

Copyright © 2010 [Jake Wendt], released under the MIT license