ruby - Rails project that is actively updated as a base -


I am currently researching that I have a standard rail project with some custom functionality as the basis of my next projects How can i make

I know that templates () are some tools for a project, but I do not know they will suffice enough because I want to keep the template project up to date with new content.

What are the ways to achieve this? Can the git be resolved (new functionality can be made again), or is there anything that is easy to manage?

What are you trying to achieve, can you give more information about this? You're a bit unclear to be honest.

I do not know why templating will not work

You can combine it with a generator, which is defined in a Gemfile

 < Code> remove_file 'Gemfile' copy_file '/ path / to / Gemfile', run 'Gemfile' run "bundle install" ("your_generator: install")    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -