JackDanger / simple_pages
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7326fd8
studioda (author)
Thu May 03 16:33:45 -0700 2007
commit 7326fd869cc618314d4d1d753d886bb648e1b571
tree 6ce209dbc6abf384b8b38f54ddb284af7cab95d1
parent 7e916de4e8ef8331789aec328110c1846abab812
tree 6ce209dbc6abf384b8b38f54ddb284af7cab95d1
parent 7e916de4e8ef8331789aec328110c1846abab812
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Thu May 03 16:33:45 -0700 2007 | |
| |
README | Wed Feb 21 09:01:24 -0800 2007 | |
| |
Rakefile | Tue Feb 20 13:13:18 -0800 2007 | |
| |
app/ | Thu May 03 16:33:45 -0700 2007 | |
| |
assets/ | Thu Feb 22 21:24:48 -0800 2007 | |
| |
db/ | Tue Feb 20 14:52:32 -0800 2007 | |
| |
init.rb | Tue Feb 20 13:13:18 -0800 2007 | |
| |
install.rb | Thu Feb 22 11:45:54 -0800 2007 | |
| |
lib/ | Tue Feb 20 13:13:18 -0800 2007 | |
| |
routes.rb | Wed Feb 21 11:25:47 -0800 2007 | |
| |
tasks/ | Tue Feb 20 13:13:18 -0800 2007 | |
| |
test/ | Thu Feb 22 21:24:26 -0800 2007 | |
| |
uninstall.rb | Tue Feb 20 13:13:18 -0800 2007 |
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.
