danielvlopes / site_scaffold

This plugin is a basic generator for some repetitive task when working with websites. You can use script/generate to create contact forms, admin painel with mini-blog session and product catalog.

This URL has Read+Write access

name age message
file MIT-LICENSE Mon Jan 05 12:13:27 -0800 2009 fix some small issues, remove old svn folders [danielvlopes]
file README Mon Jun 22 09:55:49 -0700 2009 fix readme [danielvlopes]
file Rakefile Mon Jan 05 12:13:27 -0800 2009 fix some small issues, remove old svn folders [danielvlopes]
directory generators/ Mon Jun 22 11:27:01 -0700 2009 fix typo issue [danielvlopes]
file install.rb Mon Jan 05 12:13:27 -0800 2009 fix some small issues, remove old svn folders [danielvlopes]
directory lib/ Fri Feb 27 12:50:49 -0800 2009 change product and post to paperclip [danielvlopes]
directory rails/ Fri Feb 27 12:50:49 -0800 2009 change product and post to paperclip [danielvlopes]
directory test/ Mon Jan 05 12:13:27 -0800 2009 fix some small issues, remove old svn folders [danielvlopes]
file uninstall.rb Mon Jan 05 12:13:27 -0800 2009 fix some small issues, remove old svn folders [danielvlopes]
README
SiteScaffold
============

This plugin is a basic generator for some repetitive task when working with websites. You can use script/generate to 
create
contact forms, admin painel with mini-blog session, product catalog and some configurations and localalization options.

It is compatible with Rails 2.2 version or higher.

Example
=======

script/generate admin_base
script/generate posts
script/generate contact_form
script/generate products_catalog

Dependencies
============

restful_authentication
paper_clip
will_paginate
jrails
validatable

TODO
====

add test_unit coverage
change to auth_logic

Copyright (c) 2009 Daniel Lopes, released under the MIT license