Advertisement
k3NGuru

RoR error

Apr 27th, 2011
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. hosting_k3nguru@lithium:~/projects/kenglab/releases/initial_release$ rails server
  2. Usage:
  3.   rails new APP_PATH [options]
  4.  
  5. Options:
  6.       [--edge]                # Setup the application with Gemfile pointing to Rails repository
  7.   -r, [--ruby=PATH]           # Path to the Ruby binary of your choice
  8.                               # Default: /usr/bin/ruby1.8
  9.       [--dev]                 # Setup the application with Gemfile pointing to your Rails checkout
  10.       [--skip-gemfile]        # Don't create a Gemfile
  11.   -O, [--skip-active-record]  # Skip Active Record files
  12.   -m, [--template=TEMPLATE]   # Path to an application template (can be a filesystem path or URL)
  13.   -d, [--database=DATABASE]   # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db)
  14.                               # Default: sqlite3
  15.   -J, [--skip-prototype]      # Skip Prototype files
  16.   -T, [--skip-test-unit]      # Skip Test::Unit files
  17.   -G, [--skip-git]            # Skip Git ignores and keeps
  18.   -b, [--builder=BUILDER]     # Path to an application builder (can be a filesystem path or URL)
  19.  
  20. Runtime options:
  21.   -q, [--quiet]    # Supress status output
  22.   -s, [--skip]     # Skip files that already exist
  23.   -f, [--force]    # Overwrite files that already exist
  24.   -p, [--pretend]  # Run but do not make any changes
  25.  
  26. Rails options:
  27.   -v, [--version]  # Show Rails version number and quit
  28.   -h, [--help]     # Show this help message and quit
  29.  
  30. Description:
  31.     The 'rails new' command creates a new Rails application with a default
  32.     directory structure and configuration at the path you specify.
  33.  
  34. Example:
  35.     rails new ~/Code/Ruby/weblog
  36.  
  37.     This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
  38.     See the README in the newly created application to get going.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement