RubyGems.org

Subversion is optional, and it asks you if you'd like to use it. == SYNOPSIS: At the command line, type: rails_creator -h That will give you a list of options that you can choose from, for example: rails_creator -m my_app This will create your new rails project, with the name 'my_app', using mysql, on edge Rails. rails_creator -M my_app This will create your rails project on the current version of Rails, on your system, using mysql, with the application name: "my_app" rails_creator -p my_app For postgresql on edge Rails rails_creator -P my_app For postgresql not on edge Rails == INSTALL:

installgem install rails_creator
Authors

Ryan Davis

1,193 total downloads 626 for this version
Owners

949106533af33ece50adda643c34bc08

Gemfile
gem "rails_creator", "~> 0.6.2"
Versions
  1. 0.6.2 November 29, 2007
  2. 0.5.2 July 20, 2007
Runtime Dependencies
  1. hoe >= 1.3.0