Created
December 15, 2010 08:23
-
-
Save jackdempsey/741768 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ rails git:(master) ./bin/rails plugin new ~/Code/Ruby/blog | |
Usage: | |
rails new APP_PATH [options] | |
Options: | |
-r, [--ruby=PATH] # Path to the Ruby binary of your choice | |
# Default: /Users/jack/.rvm/rubies/ruby-1.9.2-p0/bin/ruby | |
-d, [--database=DATABASE] # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db) | |
# Default: | |
............. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment