Skip to content

Commit 47ca30a

Browse files
committed
revise README
1 parent 7f134fb commit 47ca30a

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

README.textile

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ h1. !http://railsapps.github.com/images/rails-36x36.jpg(Rails Composer)! Rails C
22

33
An application template that creates a Rails 3.2 starter app.
44

5-
See "the Rails Composer project page":http://railsapps.github.com/rails-composer.
5+
See the "Rails Composer project page":http://railsapps.github.com/rails-composer.
66

77
It's the Rails generator on steroids.
88

9+
The Rails Composer application template is built from recipes provided by the "rails_apps_composer":https://github.com/RailsApps/rails_apps_composer gem.
10+
911
h2. !http://twitter-badges.s3.amazonaws.com/t_logo-a.png(Follow on Twitter)!:http://www.twitter.com/rails_apps Follow on Twitter
1012

1113
Follow the project on Twitter: "@rails_apps":http://twitter.com/rails_apps. Please tweet some praise if you like what you've found.
@@ -26,7 +28,9 @@ $ rails new myapp -m https://raw.github.com/RailsApps/rails-composer/master/comp
2628

2729
h2. Your Options
2830

29-
The Rails Composer application template will ask you for various preferences, some of which will depend on previous choices. Here's an example:
31+
The Rails Composer application template will ask you for various preferences, some of which will depend on previous choices.
32+
33+
Here's an example:
3034

3135
<pre>
3236
question Web server for development?
@@ -50,12 +54,16 @@ question Database used in development?
5054
question Template engine?
5155
1) ERB
5256
2) Haml
57+
3) Slim
5358

54-
question Testing framework?
59+
question Unit testing?
5560
1) Test::Unit
56-
2) RSpec with Capybara and Cucumber
57-
3) RSpec with Capybara and Turnip
58-
4) RSpec with Capybara
61+
2) RSpec
62+
63+
question Integration testing?
64+
1) RSpec with Capybara
65+
2) Cucumber with Capybara
66+
3) Turnip with Capybara
5967

6068
question Fixture replacement?
6169
1) None
@@ -64,15 +72,14 @@ question Fixture replacement?
6472

6573
question Front-end framework?
6674
1) None
67-
2) Twitter Bootstrap (Sass)
68-
3) Twitter Bootstrap (Less)
69-
4) Zurb Foundation
70-
5) Skeleton
71-
6) Just normalize CSS for consistent styling
75+
2) Twitter Bootstrap
76+
3) Zurb Foundation
77+
4) Skeleton
78+
5) Just normalize CSS for consistent styling
7279

73-
question Form builder?
74-
1) None
75-
2) SimpleForm
80+
question Twitter Bootstrap version?
81+
1) Twitter Bootstrap (Less)
82+
2) Twitter Bootstrap (Sass)
7683

7784
question Add support for sending email?
7885
1) None
@@ -100,6 +107,14 @@ question Install a starter app?
100107
2) Home Page
101108
3) Home Page, User Accounts
102109
4) Home Page, User Accounts, Admin Dashboard
110+
111+
question Use a form builder gem?
112+
1) None
113+
2) SimpleForm
114+
115+
question Set a robots.txt file to ban spiders? (y/n)
116+
question Add 'therubyracer' JavaScript runtime (for Linux users without node.js)? (y/n)
117+
question Create a project-specific rvm gemset and .rvmrc? (y/n)
103118
</pre>
104119

105120
h2. Run the Application

0 commit comments

Comments
 (0)