File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -216,11 +216,18 @@ configuration:
216
216
217
217
[ Rails] ( https://rubyonrails.org )
218
218
219
- - Adds [ railsrc] [ ] with ` --database=postgresql ` . If you need to use another
220
- database, you can override this value like so: ` rails new my_app --database=mysql ` or
221
- ` rails new my_app --no_rc `
219
+ - Adds [ railsrc] [ ] with the following options to integrate with [ Suspenders] [ ] .
220
+
221
+ ```
222
+ --database=postgresql
223
+ --skip-test
224
+ -m=https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb
225
+ ```
226
+
227
+ If you want to skip this file altogether, run ` rails new my_app --no_rc ` .
222
228
223
229
[ railsrc ] : https://github.com/rails/rails/blob/7f7f9df8641e35a076fe26bd097f6a1b22cb4e2d/railties/lib/rails/generators/rails/app/USAGE#L5C1-L7
230
+ [ Suspenders ] : https://github.com/thoughtbot/suspenders
224
231
225
232
Shell aliases and scripts:
226
233
Original file line number Diff line number Diff line change 1
1
--database=postgresql
2
2
--skip-test
3
+ -m=https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb
You can’t perform that action at this time.
0 commit comments