From fa2e70b6e00c72b77b574d291be79caee1a045f0 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 19 Apr 2010 12:34:42 -0300 Subject: let's talk about the same path --- railties/guides/source/command_line.textile | 6 +++--- 1 file 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 $ 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 @@ -525,7 +525,7 @@ You can get a list of Rake tasks available to you, which will often depend on yo 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 -- cgit v1.2.3