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
studioda (author)
Thu Apr 26 18:05:30 -0700 2007
commit  7e916de4e8ef8331789aec328110c1846abab812
tree    d48d784e6bed12c31f8ded85115af130a5fe1ba8
parent  c57f58a2cedd1965c8331d98e04ca2440d32c0b5
simple_pages / README
100644 10 lines (6 sloc) 0.332 kb
1
2
3
4
5
6
7
8
9
10
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.