|
|
|
|
|
by geospeck
2475 days ago
|
|
You can choose to skip them rails new app_name --skip-action-cable --skip-action-text etc...
Most of these libraries can be skipped, just type: rails new -h see all the options
Edit: in case you decide later on that you need them you can install them as you described with `gem actiontext` etc... |
|