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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -