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
Copy file name to clipboardExpand all lines: README.textile
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ The application generator template will ask you for additional preferences:
113
113
2) Haml
114
114
3) Slim
115
115
extras Set a robots.txt file to ban spiders? (y/n)
116
-
extras Create a project-specific rvm gemset and .rvmrc? (y/n)
116
+
extras Use or create a project-specific rvm gemset? (y/n)
117
117
extras Create a GitHub repository? (y/n)
118
118
</pre>
119
119
@@ -129,7 +129,7 @@ h4. Other Choices
129
129
130
130
Set a robots.txt file to ban spiders if you want to keep your new site out of Google search results.
131
131
132
-
It is a good idea to use "rvm":https://rvm.io/, the Ruby Version Manager, and create a project-specific rvm gemset and .rvmrc file (not available on Windows). See "Installing Rails":http://railsapps.github.com/installing-rails.html.
132
+
It is a good idea to use "rvm":https://rvm.io/, the Ruby Version Manager, and create a project-specific rvm gemset (not available on Windows). See "Installing Rails":http://railsapps.github.com/installing-rails.html.
133
133
134
134
If you choose to create a GitHub repository, the generator will prompt you for a GitHub username and password.
0 commit comments