diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-02-20 21:31:12 +0530 |
---|---|---|
committer | Mani Tadayon <bowsersenior@gmail.com> | 2011-02-21 13:44:19 -0800 |
commit | c86cdea1b85b9f616e09c1c0ee19ca47a2d82dcf (patch) | |
tree | 3176cac3745a432af772728ff2f6886aec4625fc /railties | |
parent | fab5fe7f60839fdc14846c4279ac18e666bd3de3 (diff) | |
download | rails-c86cdea1b85b9f616e09c1c0ee19ca47a2d82dcf.tar.gz rails-c86cdea1b85b9f616e09c1c0ee19ca47a2d82dcf.tar.bz2 rails-c86cdea1b85b9f616e09c1c0ee19ca47a2d82dcf.zip |
minor rephrasing
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/rails_application_templates.textile | 4 |
1 files changed, 1 insertions, 3 deletions
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: <ruby> inside('vendor') do @@ -206,8 +206,6 @@ inside('vendor') do end </ruby> -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 : |