How create custom app on Rails and auto initiate tedious setting -


this question has answer here:

i'm new rails.

every time, when want create new app, should add in bootstrap, simple-form, devise, , many gems, create tables, etc. example , write own css file , how copy default file in every new app project.

it's tedious routine.

is there tutorial, or keywords searching, want learn?

@deefour covers main solution - thing thought might add might rails composer - it's handy situation create lot of rails apps, particularly because can resolve gem dependencies. (would comment, insufficient rep currently.)


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -