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
+29-14Lines changed: 29 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@ h1. !http://railsapps.github.com/images/rails-36x36.jpg(Rails Composer)! Rails C
2
2
3
3
An application template that creates a Rails 3.2 starter app.
4
4
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.
6
6
7
7
It's the Rails generator on steroids.
8
8
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
+
9
11
h2. !http://twitter-badges.s3.amazonaws.com/t_logo-a.png(Follow on Twitter)!:http://www.twitter.com/rails_apps Follow on Twitter
10
12
11
13
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
26
28
27
29
h2. Your Options
28
30
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:
30
34
31
35
<pre>
32
36
question Web server for development?
@@ -50,12 +54,16 @@ question Database used in development?
50
54
question Template engine?
51
55
1) ERB
52
56
2) Haml
57
+
3) Slim
53
58
54
-
question Testing framework?
59
+
question Unit testing?
55
60
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
59
67
60
68
question Fixture replacement?
61
69
1) None
@@ -64,15 +72,14 @@ question Fixture replacement?
64
72
65
73
question Front-end framework?
66
74
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
72
79
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)
76
83
77
84
question Add support for sending email?
78
85
1) None
@@ -100,6 +107,14 @@ question Install a starter app?
100
107
2) Home Page
101
108
3) Home Page, User Accounts
102
109
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)
0 commit comments