You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source code is managed with Git (a version control system). You'll need Git on your machine (install it from "http://git-scm.com/":http://git-scm.com/).
55
57
56
58
h4. Using the Ready-Made Application Template
@@ -59,7 +61,9 @@ You can use an application template to generate a new version of the example app
59
61
60
62
To build the "rails3-devise-rspec-cucumber" example application, run the command:
61
63
62
-
@rails new myapp -m https://github.com/RailsApps/rails3-application-templates/raw/master/rails3-devise-rspec-cucumber-template.rb -T@
64
+
<pre>
65
+
rails new myapp -m https://github.com/RailsApps/rails3-application-templates/raw/master/rails3-devise-rspec-cucumber-template.rb -T
0 commit comments