Hi Erik,
About the second point, I do totally agree, do you want to make a
patch and pull a request?
About the first point, I'm not sure about what I think is the best
way. When working in private projects I don't usually have a
database.yml.sample but when working in public projects I do, as in
Signal.
In this case, the production environment is configured to work with
sqlite so Inploy dont fail but if you want to use another database
(recommended) then you have to connect to the server, edit the
database.yml file and run migrations.
I think this way demands two steps, as the recommended way to Inploy
will demand, too (edit the files and continue).
But I got an idea, what about making this configurable?
We can configure the deploy.rb something like this:
deploy.stop_after_copying_files = true # default false
or call Inploy like this:
rake inploy:remote:setup stop_after_copying_files=true
What do you think?
On Nov 10, 11:51 am, Erik Dahlstrand <
erik.dahlstr...@gmail.com>
wrote: