Sergey Kojin
Sergey Kojin
It's possible to remove smooth in zoom window and display it pixelized? http://s13.postimage.org/vs7ur27if/pixel_smooth.png
haml: `%h1{:style => "float:left; "} #{'somevar'}: Some Text` slim: `h1 style=("float:left; "} #{'somevar') : Some Text` Gives Error: syntax error, unexpected '}', expecting ')'
I proxy with command `loophole http --hostname my-app 3000`. It's expected that request header will be `my-app.loophole.site` but it's `127.0.0.1:3000`. So rails render link (for home_url) as `127.0.0.1:3000/home` instead of...
don't send error when job have reschedule attempts, only when job fail last time At least I need that, I know that some jobs can fail, but they rescheduled, I...