Build a rails project the Zipi way,with Zipido.rb. a rails 2.3.1 template.
This is the rails template that meets Zinnia's needs today and will be easy to work with tomorrow. I use the load_template function to make modules of several common functions. I think it makes the code easier to read and repair. We need to keep the configuration questions to a minimum or go back to multiple templates.
Rails 2.3.1 or better
You don't have to install. Just run rails with -m and a URL.
rails name -m http://github.com/zipi/rails-templates/raw/master/zipido.rbIf you want to keep the files local just download with the links on this page or clone the git project. Put the files where you can find them when you run a rails command and use a relative path as the -m argument.
rails name -m rails-templates/yvonnes_template.rb
GPL v3
Please use it all you can. I don't consider the ideas or the code to be property.
If you use my template please change the copyright notice in README, to your name, and the same for other references to Zinnia wherever they might have been generated. I have tried to keep that stuff in the zipi.rb "sub" -template. You should want to fork this project and replace zipi.rb rather than use it directly.
Scott Moe (smoe@zipiweb.com)
Scott Moe (smoe@zipiweb.com)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/zipi/rails-templates