public
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
file CHANGELOG Thu May 03 16:33:45 -0700 2007 page templates are now run through ERB. Awesom... [studioda]
file README Wed Feb 21 09:01:24 -0800 2007 tests for engines and aav and provides commands... [studioda]
file Rakefile Tue Feb 20 13:13:18 -0800 2007 importing bare plugin git-svn-id: http://svn.6... [studioda]
directory app/ Thu May 03 16:33:45 -0700 2007 page templates are now run through ERB. Awesom... [studioda]
directory assets/ Thu Feb 22 21:24:48 -0800 2007 added image assets and inserted them into the r... [studioda]
directory db/ Tue Feb 20 14:52:32 -0800 2007 works without acts_as_revisioned git-svn-id: h... [studioda]
file init.rb Tue Feb 20 13:13:18 -0800 2007 importing bare plugin git-svn-id: http://svn.6... [studioda]
file install.rb Thu Feb 22 11:45:54 -0800 2007 switched to using the latest engines tag rather... [studioda]
directory lib/ Tue Feb 20 13:13:18 -0800 2007 importing bare plugin git-svn-id: http://svn.6... [studioda]
file routes.rb Wed Feb 21 11:25:47 -0800 2007 fully working git-svn-id: http://svn.6brand.co... [studioda]
directory tasks/ Tue Feb 20 13:13:18 -0800 2007 importing bare plugin git-svn-id: http://svn.6... [studioda]
directory test/ Thu Feb 22 21:24:26 -0800 2007 added a test for the edit action git-svn-id: h... [studioda]
file uninstall.rb Tue Feb 20 13:13:18 -0800 2007 importing bare plugin git-svn-id: http://svn.6... [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.