Nenad
Nenad
I have a dilemma regarding styling this peace of code. Should `end` on the last line be aligned with the start of the initial line or with the `.map` call?...
We are using rails tagged logger to log Doorkeeper OAuth token information. ``` ruby # config/application.rb config.log_tags =.[ :uuid, lambda do # get token somehow "#{token.id}-#{token.application.id}" end ] ``` Example...
Is there a way to setup custom list of files/directories to be ignored by watcher? We are using custom script for starting rails console which runs `svn update` before each...