Keith Pitty

Results 7 comments of Keith Pitty

Ah, thanks. That's a good idea. We'll give it a shot.

@R1V3R5 I can confirm that I'm getting the same error when I try to destroy an instance. We are now looking into migrating away from vestal_versions to paper_trail.

Note: This is still a work in progress. Whilst I've enabled a basic test case for a `Grape::Entity` to work, there are at least two more test cases I need...

> I wonder whether `GrapeEntityCoercer` belongs in `grape-entity`. And if there's anything we can move out there from here further? @dblock good question. I guess it prompts me to ask...

@evjan I was seeing the same issue. To resolve it I had to uninstall the heroku toolbelt and then reinstall it.

So I now see that I need to do the following to get many boards: ```ruby @client_bob.find_many(Trello::Board, '/members/me/boards') ``` It took me a bit of figuring out. Now I'm thinking...

I'm happy to contribute to this because I think there's a need. For example, on Friday the topic of recommended RSpec style came up in a discussion at work. Someone...