Keith Pitty
Keith Pitty
We have both emacs and vim users in our team. It would be nice to enable us to have `guard-ctags-bundler` set up in the `Guardfile` in such a way that...
The gem hasn't been upgraded to support Rails 4.2. We've tried the https://github.com/safetypins/vestal_versions fork but it fails when attempts are made to destroy objects (see https://github.com/laserlemon/vestal_versions/issues/111#issuecomment-86681271). We're considering moving from...
I've recently started work on updating our codebase to the current versions of `grape`, `grape-entity` and `grape_logging`. Whereas one of our APIs works with `grape` 1.2.4, `grape-entity` 0.7.1 and `grape_logging`...
This is a first attempt at exposing a regression in Grape 1.3.1 compared with 1.2.4 with respect to specifying subclasses of `Grape::Entity` as parameters. My investigation so far has revealed...
I'm trying to make sense of the documentation for [multiple users](https://github.com/jeremytregunna/ruby-trello#multiple-users). For example, it includes: ```ruby Thread.new do @client_bob.find(:boards, "bobs_board_id") end ``` If I've created `@client_bob` as an instance of...