JackDanger / simple_pages
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7e916de
studioda (author)
Thu Apr 26 18:05:30 -0700 2007
commit 7e916de4e8ef8331789aec328110c1846abab812
tree d48d784e6bed12c31f8ded85115af130a5fe1ba8
parent c57f58a2cedd1965c8331d98e04ca2440d32c0b5
tree d48d784e6bed12c31f8ded85115af130a5fe1ba8
parent c57f58a2cedd1965c8331d98e04ca2440d32c0b5
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
assets/ | ||
| |
db/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
routes.rb | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
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.

