-
Remove all inline methods in favour of the actual class that can be tested.
-
This should a really easy thing to add, right? Put "capistrano-sidekiq" in the Gemfile (in the development group, and then `bundle`), and then add 'require "capistrano/sidekiq"' to the Capfile. That's…
-
I updated all my deps including sidekiq and capistrano-sidekiq, now the whole capistrano deployment log does not include a single reference to the word "sidekiq", no rake task from capistrano-sidekiq …
-
`tail -n10 /var/log/nginx/access.log`
```
172.69.171.135 - - [15/Apr/2024:08:30:00 +0000] "GET / HTTP/1.1" 301 169 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML,…
-
I'm using rvm 1.16.20
and noticed the following issue
.rvm/gems/ruby-1.9.3-p0@mygemset/gems/capistrano-2.8.0/lib/capistrano/configuration/loading.rb:152:in `require': cannot load such file -- capist…
ghost updated
5 years ago
-
Just upgrading from Capistrano 2 to 3. I couldn't get unicorn tasks to trigger and the unicorn service to restart. I noticed a few things in the documentation that didn't appear quite right.
https:…
-
Hi guys,
This seems to be the same as issue #9
Maybe I am missing something but I just cant not get passed this.
Setup is:
Rails Version: 5.1.6
Cap Version: 3.11.0 (Rake Version: 12.3.1)
…
-
this https://github.com/capistrano-plugins/capistrano-faster-assets/blob/master/lib/capistrano/tasks/faster_assets.rake#L45 triggers error, because capistrano/rails creates symlink to public/assets an…
-
Deployments were working fine for several years with 3.6.1. As part of trying Ruby 3.0 migration we upgraded capistrano to 3.15.0 and getting the following error during deploy:
**LoadError: cannot …
-
$ cap -v
Capistrano Version: 3.10.1 (Rake Version: 12.3.0)
---
I had in my Capfile:
`set :scm, :svn`
which resulted in in a deprecation warning (when run with --trace):
From reading the docu…
eiked updated
6 years ago