From 35cb9b7f333133ad2540450e0ecbfd5886a6a1dc Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 20 Feb 2011 21:31:12 +0530 Subject: minor rephrasing --- railties/guides/source/rails_application_templates.textile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'railties/guides/source/rails_application_templates.textile') diff --git a/railties/guides/source/rails_application_templates.textile b/railties/guides/source/rails_application_templates.textile index 8f87b4cd58..8e51f9e23b 100644 --- a/railties/guides/source/rails_application_templates.textile +++ b/railties/guides/source/rails_application_templates.textile @@ -198,7 +198,7 @@ route "root :to => 'person#index'" h4. inside(dir) -I have my edge rails lying at +~/commit-rails/rails+. So every time i have to manually symlink edge from my new app. But now : +Enables you to run a command from the given directory. For example, if you have a copy of edge rails that you wish to symlink from your new apps, you can do this: inside('vendor') do @@ -206,8 +206,6 @@ inside('vendor') do end -So +inside()+ runs the command from the given directory. - h4. ask(question) +ask()+ gives you a chance to get some feedback from the user and use it in your templates. Lets say you want your user to name the new shiny library you’re adding : -- cgit v1.2.3