Andrei Subbota
Andrei Subbota
@andreydeineko unfortunately, this option works only with postgresql now. https://github.com/sgruhier/capistrano-db-tasks/blob/master/lib/capistrano-db-tasks/database.rb#L97
@andreydeineko it is impossible for MySQL to do this in one dump command (like in PostgreSQL). we should do something like: `mysqldump --ignore-table=db_name.table_name db_name && mysqldump --no-data db_name table_name`. I...
Did you deploy rails app?
@maksimf don't ask, send PR :)
@streetlogics what version of rails do your project use?
What about idea of PR #100 : allow to use local database.yml with custom credentials for remote database?
@sgruhier hi, Looks like the gem is still useful :) So, if you have a time, lets build a new version of this gem. Or maybe I can join for...
Hello I tried to build an separated endpoint with specific auth checks. ```ruby module API class Root < Grape::API get :path do; end end class Documentation < Grape::API before do...
Look like can be closed :)
@cyberdelia Is there any chance for this PR to get some attention?