Giedrius Rimkus

Results 3 issues of Giedrius Rimkus

Hi, My environment: ```bash $ ruby -v ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17] $ bundle | grep 'pronto' Using pronto 0.9.5 Using pronto-rubocop 0.9.0 $ bundle | grep 'rubocop' Using...

Hello, Reading http://www.rubydoc.info/github/intridea/grape-entity/Grape%2FEntity.present_collection and I think there might be a bug in documentation. Definition ``` class Users < Grape::Entity present_collection true expose :items, as: 'users', using: API::Entities::Users end ``` Usage...

bug?

### Describe the bug Trying to use as: :tags field. In the field :labels adding `Clothing, Shoes & Jewelry`, UI shows as 1 tag, though in DB it is being...