From 4587e47bb9a5d73a70bef6de1da88b363fe00d99 Mon Sep 17 00:00:00 2001 From: Deepak Kannan Date: Mon, 27 Aug 2012 15:35:19 +0530 Subject: Update guides/source/rails_application_templates.textile think that a quoted string will be better as it will automatically escape double-quotes as well --- guides/source/rails_application_templates.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/rails_application_templates.textile b/guides/source/rails_application_templates.textile index d6a2465d1e..2fa40bc4cc 100644 --- a/guides/source/rails_application_templates.textile +++ b/guides/source/rails_application_templates.textile @@ -38,7 +38,7 @@ rake("db:migrate") git :init git :add => "." -git :commit => "-m 'Initial commit'" +git :commit => %Q{ -m 'Initial commit' } The following sections outlines the primary methods provided by the API: -- cgit v1.2.3