…useful for writing fake responses in tests.
A few cURL Tips for Daily Use - Download resuming, faking AJAX requests, using requests from a file and more.
Wirb - Syntax highlighting for irb. Based on Wirble but without the other tools.
Measure Anything, Measure Everything - How to use StatsD to instrument your code.
This means that you cannot be sure that extensions like Wirble are available in your new and shiny Rails console. There is only one way around that: add them to your Gemfile. This is what I usually add: group :development do gem " wirble " gem " hirb " gem " awesome_print " , :require => " ap " gem " interactive_editor " end
Extension Loading
To load the IRB extensions without blowing up in your face when they're not available, …
This means that you cannot be sure that extensions like Wirble are available in your new and shiny Rails console. There is only one way around that: add them to your Gemfile. This is what I usually add: group :development do gem " wirble " gem " hirb " gem " awesome_print " , :require => " ap " gem " interactive_editor " end
Extension Loading
To load the IRB extensions without blowing up in your face when they're not available, …