Shinse Tanaka

Results 5 issues of 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. ![Screenshot_20190419-234026](https://user-images.githubusercontent.com/7848879/56429155-e08b0a80-62fc-11e9-935f-ca04e279d6ec.png)