ForgeosCMS is an extension of Ruby on Rails for CMS development
VERSION : 0.9.6
- ForgeosCore
$ ./script/generate plugin_migration forgeos_cms
$ rake forgeos:cms:install
Add at the end of your routes :
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
map.page '*url', :controller => 'pages', :action => 'show'
- HomePage
- 404 page
Powered by Webpulser