= Bivouac
Copyright (C) 2007 Gregoire Lejeune
* http://bivouac.rubyforge.org/
* http://rubyforge.org/projects/bivouac/
* http://greg.rubyfr.net
== DESCRIPTION:
Bivouac is a simple generator for camping[http://code.whytheluckystiff.net/camping].
== FEATURES/PROBLEMS:
=== 0.0.4:
* the application file is now in app and not in app/controller
=== 0.0.3:
* Model generation is now ok (i hope)
* It's now possible to create "Get Out of Hand" and "Eruby/Erb" projects
* script/generate have 3 new options :
* -v if you don't want to create the view
* -d if you don't want the default route
* -r if you want to add more routes
* Only sqlite3 is supported
=== 0.0.2:
* So many problems!
=== 0.0.1:
* Can't generate models and migrates
=== Extra:
* With camping 1.5 there is a bug in /usr/lib/ruby/gems/1.8/gems/camping-1.5/lib/camping/webrick.rb line 59, change do_GET(req, res) to do_GET(req, resp)
== TODO:
* add test with mosquito[http://code.whytheluckystiff.net/camping/wiki/MosquitoForBugFreeCamping]
* test with Apache and Lighttpd
* add mongrel postamble
* add scaffold generator -- who want it ?
== SYNOPSIS:
% bivouac your_app_name
...
% cd your_app_name
% ruby script/generate controller your_controller
...
== REQUIREMENTS:
* camping
* mime-types
* extra
== INSTALL:
sudo gem install bivouac
== LICENSE:
Bivouac is freely distributable according to the terms of the
GNU General Public License.
This program is distributed without any warranty. See the file
'COPYING' for details.