Created
May 23, 2011 15:41
-
-
Save 28hq/986906 to your computer and use it in GitHub Desktop.
Mailer Error
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 g | |
Usage: rails generate GENERATOR [args] [options] | |
General options: | |
-h, [--help] # Print generator's options and usage | |
-p, [--pretend] # Run but do not make any changes | |
-f, [--force] # Overwrite files that already exist | |
-s, [--skip] # Skip files that already exist | |
-q, [--quiet] # Suppress status output | |
Please choose a generator below. | |
Rails: | |
controller | |
generator | |
helper | |
integration_test | |
migration | |
model | |
observer | |
performance_test | |
plugin | |
resource | |
scaffold | |
scaffold_controller | |
session_migration | |
stylesheets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment