diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-04-19 12:34:42 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-04-19 12:34:42 -0300 |
commit | fa2e70b6e00c72b77b574d291be79caee1a045f0 (patch) | |
tree | 5cab107e4688e0ae0254afe826f79d9058b70fc4 /railties/guides | |
parent | fdf032d673e9952ffe59f60423f53310499e5029 (diff) | |
download | rails-fa2e70b6e00c72b77b574d291be79caee1a045f0.tar.gz rails-fa2e70b6e00c72b77b574d291be79caee1a045f0.tar.bz2 rails-fa2e70b6e00c72b77b574d291be79caee1a045f0.zip |
let's talk about the same path
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/command_line.textile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 873691d13c..2a42bcf211 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -237,7 +237,7 @@ The migration requires that we *migrate*, that is, run some Ruby code (living in <shell> $ rake db:migrate -(in /Users/mikel/rails_programs/commandsapp) +(in /home/foobar/commandsapp) == CreateHighScores: migrating =============================================== -- create_table(:high_scores) -> 0.0026s @@ -332,7 +332,7 @@ Active Resource version 3.0.0 Action Mailer version 3.0.0 Active Support version 3.0.0 Middleware ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, Rack::Sendfile, ActionDispatch::Callbacks, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head -Application root /home/myapp +Application root /home/foobar/commandsapp Environment development </shell> @@ -525,7 +525,7 @@ You can get a list of Rake tasks available to you, which will often depend on yo <shell> rake --tasks -(in /home/developer/commandsapp) +(in /home/foobar/commandsapp) rake db:abort_if_pending_migrations # Raises an error if there are pending migrations rake db:charset # Retrieves the charset for the current environment's database rake db:collation # Retrieves the collation for the current environment's database |