public this repo is viewable by everyone
Description: Rails Plugin - a RailsEngines-based CMS extension for any Rails project
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/simple_pages.git
name age message
folder CHANGELOG Thu May 03 16:33:45 -0700 2007 page templates are now run through ERB. Awesome [studioda]
folder README Wed Feb 21 09:01:24 -0800 2007 tests for engines and aav and provides commands... [studioda]
folder Rakefile Tue Feb 20 13:13:18 -0800 2007 importing bare plugin [studioda]
folder app/ Thu May 03 16:33:45 -0700 2007 page templates are now run through ERB. Awesome [studioda]
folder assets/ Thu Feb 22 21:24:48 -0800 2007 added image assets and inserted them into the r... [studioda]
folder db/ Tue Feb 20 14:52:32 -0800 2007 works without acts_as_revisioned [studioda]
folder init.rb Tue Feb 20 13:13:18 -0800 2007 importing bare plugin [studioda]
folder install.rb Thu Feb 22 11:45:54 -0800 2007 switched to using the latest engines tag rather... [studioda]
folder lib/ Tue Feb 20 13:13:18 -0800 2007 importing bare plugin [studioda]
folder routes.rb Wed Feb 21 11:25:47 -0800 2007 fully working [studioda]
folder tasks/ Tue Feb 20 13:13:18 -0800 2007 importing bare plugin [studioda]
folder test/ Thu Feb 22 21:24:26 -0800 2007 added a test for the edit action [studioda]
folder uninstall.rb Tue Feb 20 13:13:18 -0800 2007 importing bare plugin [studioda]
README
SimplePages
===========

Allows your app to have a controller full of generic html pages that are served by Rails.

Rather than mix traditional flat-file pages into a Rails app or attempt to create
whole controllers just for a single rhtml view you can now manage pages that act like flat-files
but are editable via a web browser.