@@ -83,28 +83,39 @@ The @$@ character indicates a shell prompt; don't include it when you run the co
8383
8484This creates a new Rails app (with the name @myapp@) on your computer.
8585
86- The application generator templates will ask you for various preferences:
87-
88- * Would you like to use "Haml":http://en.wikipedia.org/wiki/Haml instead of ERB?
89- * Would you like to use "RSpec":http://rspec.info/ instead of TestUnit?
90- * Would you like to use "factory_girl":https://github.com/thoughtbot/factory_girl for test fixtures with RSpec?
91- * Would you like to use "machinist":https://github.com/notahat/machinist for test fixtures with RSpec?
92- * Would you like to use "Cucumber":http://cukes.info/ for your BDD?
93- * Would you like to use "Guard":http://intridea.com/posts/hire-a-guard-for-your-project to automate your workflow?
94- * Would you like the app to use a Gmail account to send email?
86+ The application generator templates will ask you for various preferences.
87+
88+ To reproduce the example application exactly as found in the repository, make the following selections:
89+
90+ * Would you like to use "Haml":http://en.wikipedia.org/wiki/Haml instead of ERB? *no*
91+ * Would you like to use "RSpec":http://rspec.info/ instead of TestUnit? *yes*
92+ * Would you like to use "factory_girl":https://github.com/thoughtbot/factory_girl for test fixtures with RSpec? *yes*
93+ * Would you like to use "machinist":https://github.com/notahat/machinist for test fixtures with RSpec? *no*
94+ * Would you like to use "Cucumber":http://cukes.info/ for your BDD? *yes*
95+ * Would you like to use "Guard":http://intridea.com/posts/hire-a-guard-for-your-project to automate your workflow? *no*
96+ * Would you like the app to use a Gmail account to send email? *yes*
9597* Would you like to use "Devise":http://github.com/plataformatec/devise for authentication?
9698## No
97- ## Devise with default modules
99+ ## Devise with default modules *#2*
98100## Devise with Confirmable module
99101## Devise with Confirmable and Invitable modules
102+ * Would you like to manage authorization with CanCan & Rolify? *no*
100103* Which front-end framework would you like for HTML5 and CSS3?
101- ## None
104+ ## None *#1*
102105## "Zurb Foundation":http://foundation.zurb.com/
103- ## "Twitter Bootstrap":http://twitter.github.com/bootstrap/
106+ ## "Twitter Bootstrap":http://twitter.github.com/bootstrap/ (less)
107+ ## "Twitter Bootstrap":http://twitter.github.com/bootstrap/ (sass)
104108## "Skeleton":http://www.getskeleton.com/
105109## Normalize CSS for consistent styling
106- * Would you like to use "rails-footnotes":https://github.com/josevalim/rails-footnotes during development?
107- * Would you like to set a robots.txt file to ban spiders?
110+ * Which form gem would you like?
111+ ## None *#1*
112+ ## simple form
113+ ## simple form (bootstrap)
114+ * Would you like to use "rails-footnotes":https://github.com/josevalim/rails-footnotes during development? *no*
115+ * Would you like to set a robots.txt file to ban spiders? *yes*
116+ * Would you like to add 'will_paginate' for pagination? *no*
117+
118+ You can choose other selections if you don't care about matching the example application exactly.
108119
109120h4. Use "Recipes" to Customize an Application Template
110121
0 commit comments