Oleksandr Bratashov
Oleksandr Bratashov
The same issue is on my local machine when deploying with Kamal which uses Docker. After several deploys, It breaks with the error `no space left on device` - the...
To solve such an issue, firstly what I do after fresh server setup: ```sh ssh [email protected] mkdir ~/.ssh touch ~/.ssh/authorized_keys exit ``` then on local machine: ```sh local$ cat ~/.ssh/id_ed25519.pub...
Yeah, the same issue for `Rails 7.2`: ```sh bundle exec brakeman --rails7 Error: undefined method 'first_param' for an instance of Array Location: /home/alex/.rvm/gems/ruby-3.4.1@autumn-leaves-v2/gems/brakeman-7.0.0/lib/brakeman/processors/template_alias_processor.rb:88:in 'Brakeman::TemplateAliasProcessor#process_iter' ``` Ruby 3.4.1 Rails Version: 7.2.2.1...