JackDanger / simple_pages

Rails Plugin - a RailsEngines-based CMS extension for any Rails project

This URL has Read+Write access

studioda (author)
Thu May 03 16:33:45 -0700 2007
commit  7326fd869cc618314d4d1d753d886bb648e1b571
tree    6ce209dbc6abf384b8b38f54ddb284af7cab95d1
parent  7e916de4e8ef8331789aec328110c1846abab812
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.