Blog (gem)
Like a lot of places, at Locomote we are building a platform that is API-based. As much as I like having comprehensive test suites, I often feel the need to manually test API endpoints to see exactly what the responses are.
Tools such as Postman solves part of the issue: they allow us to quickly test API endpoints without messing with cURL.
But as a lazy developer, I want more. ;)
I want something that:
- automatically generates API endpoints from Rails routes definition
- defines input p...
Initially developed by Yehuda Katz, the Textmate gem is an extremely handy tool for installing and managing your Textmate bundle files.
The tool works very well, for the most part. But due to the way the GitHub search query was built, the tool failed at finding Textmate bundles that do not honour the ’-tmbundle’ suffix in the name of their repositories.
I was waiting for GitHub to fix their API bug which I reported here, but today I discovered a workaround that solves this issue.
So, here, I p...