Taras Kravchenko
Taras Kravchenko
I have ``` "prop-types": "^15.7.2", ... "react": "^16.8.4", "react-dom": "^16.8.4", ... "react-tag-input": "^6.4.0", ``` in my project and when I run `yarn install` I've got such warning: ``` warning react-tag-input...
Why do you recommend to deploy application to the `home` directory? ``` set :deploy_to, "/home/#{fetch(:deploy_user)}/apps/#{fetch(:full_app_name)}" ``` It seems to me that the good practice is deploying to `/opt/www/application_name` folder, doesn't...
I have Rails application and Cloud SQL (PostgreSQL) database with Private IP. When I'm trying to run any task with `appengine:exec` I get `PG::ConnectionBad` error. I've created another database, but...