Nikolai Ageev

Results 3 issues of Nikolai Ageev

``` deploy:migrating 01 /usr/local/rvm/bin/rvm default do bundle exec rake db:migrate 01 rake aborted! 01 PG::ConnectionBad: FATAL: password authentication failed for user "customuser" ... Tasks: TOP => db:migrate ``` 1) I...

This update is to add proxy authorization featrue to http client initialization. After it only need to add three environments: ``` HTTP_PROXY=http://1.2.3.4:5678 HTTP_PROXY_USER=username_for_proxy HTTP_PROXY_PASSWORD=password_for_proxy ``` It made with the help...

After upgrading from `3.0.1` to `3.1.0` I found some changes in logic regarding providing status to `respond_with`. I need to change status for a couple of actions for Hotwire/Turbo usage....