Eugen
Eugen
Can you please add a feature to specify the number of lines to show the indentation highlight (something like g:indent_guides_min_indent_lines)?. For example: ···· Perhaps there is no particular need to...
This kind of helpers are required to provide urls according to [jsonapi](http://jsonapi.org/format/) spec.
```sh curl -H "Content-Type: application/json" -X POST localhost:3000/sign_in -d '{"email":"[email protected]","password":"password"}' -v ``` Results to ``` Note: Unnecessary use of -X or --request, POST is already inferred. * Trying 127.0.0.1... *...
Using the following configs I get uploaded file with **0 byte file** uploaded to s3 bucket. ```ruby #db/migrate/20170216113435_add_p_to_user.rb class AddPToUser < ActiveRecord::Migration[5.0] def change add_column :users, :avatar_processing, :boolean end end...