diff options
author | Xavier Noria <fxn@hashref.com> | 2011-06-18 10:14:32 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-06-18 10:22:34 +0200 |
commit | 20d7d2415f99620590aec07cedcaace34cced1c6 (patch) | |
tree | 6060a48ef5474167ecf2da252d8967a727e713af /railties/guides | |
parent | 146ec2d1df81b19ed5f36b9572ad70a5814fa49d (diff) | |
download | rails-20d7d2415f99620590aec07cedcaace34cced1c6.tar.gz rails-20d7d2415f99620590aec07cedcaace34cced1c6.tar.bz2 rails-20d7d2415f99620590aec07cedcaace34cced1c6.zip |
copy-edits 7c2db6c, cbf2af1, and f391f94
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/command_line.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 43f2aad5bf..b0edc1017d 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -3,7 +3,7 @@ h2. A Guide to The Rails Command Line Rails comes with every command line tool you'll need to * Create a Rails application -* Generate models, controllers, database migrations and unit tests +* Generate models, controllers, database migrations, and unit tests * Start a development server * Experiment with objects through an interactive shell * Profile and benchmark your new creation @@ -293,7 +293,7 @@ You can also use the alias "db" to invoke the dbconsole: <tt>rails db</tt>. h4. +rails plugin+ -The +rails plugin+ command simplifies plugin management. Plugins can be installed by name or their repository urls. You need to have git installed if you want to install a plugin from a git repo. The same holds for Subversion too. +The +rails plugin+ command simplifies plugin management. Plugins can be installed by name or their repository URLs. You need to have Git installed if you want to install a plugin from a Git repo. The same holds for Subversion too. <shell> $ rails plugin install https://github.com/technoweenie/acts_as_paranoid.git |