rails help

Usage: rails COMMAND [ARGS]

The most common rails commands are:
generate---Generate new code (short-cut alias: "g")
console---Start the Rails console (short-cut alias: "c")
server---Start the Rails server (short-cut alias: "s")
dbconsole---Start a console for the database specified in config/database.yml (short-cut alias: "db")
new---Create a new Rails application. "rails new my_app" creates a new application called MyApp in "./my_app"

In addition to those, there are:
application---Generate the Rails application code
destroy---Undo code generated with "generate" (short-cut alias: "d")
benchmarker---See how fast a piece of code runs
profiler---Get profile information from a piece of code
plugin---Install a plugin
runner---Run a piece of code in the application environment (short-cut alias: "r")

All commands can be run with -h (or --help) for more information.

posted on 2012-09-22 23:13  xbj746  阅读(211)  评论(0编辑  收藏  举报

导航