Free tools for Rails developers

Small, focused utilities for everyday Rails work, free and with nothing to install.

cURL to Ruby converter

Paste a curl command from an API doc and take away the Net::HTTP and Faraday calls that make the same request.

JWT decoder

Decode a token, read its claims, and take away the ruby-jwt call that verifies it.

robots.txt Tester

Read the robots.txt of any site and see exactly which rule allows or blocks a path.

HTTP Status Codes

Trace the redirect chain of any URL, then look up any status code with its Rack symbol, reason phrase and Rails usage.

User agent parser

Parse a user agent string, and read the same values out of request.user_agent in Rails.

Webhook Tester

Get a public URL a provider can reach, read exactly what it sent, and copy the Rails route and action that would receive it.

Start creating your next app now