Shinse Tanaka
Shinse Tanaka
- [x] README.md - [ ] SUMMARY.md - [x] getting-started.md - [x] application-structure.md - [x] the-client.md - [x] routing.md - [x] main-menu.md - [x] dashboard.md - [ ] css-in-scala.md -...
fixed https://github.com/tablexi/capistrano3-unicorn/issues/60 > https://capistranorb.com/documentation/getting-started/tasks/
`deploy.rb` ```rb lock '3.11.0' .... set :unicorn_exec, :unicorn_rails ... namespace :unicorn do before :start, :logging task :logging do on roles :app do execute :echo, fetch(:unicorn_exec) end end end ``` and...
Someone wanna ++= ?? like this. ```conf myArray = ["a"] myArray += "Element" myArray += ["addedA", "addedB"] // this operator is NOT worthy newArray = ["a"] newArray += "Element" newArray...
I think we should fix style for it. 