Articles on Ruby

3 years ago

  • Ruby Shebang Directives in Binstubs

    A binstub with a bad “shebang” line can cause your application to function improperly. This article explains binstubs, shebang lines, and the common errors that come from improperly generated binstubs.

4 years ago

  • H12 - Request Timeout in Ruby (MRI)

    H12 errors are especially difficult. They can be equally caused by a lack of throughput capacity (need to add more dynos), an extremely long-running request or requests that back up others, or some shared resource like a database receiving higher

6 years ago

  • Ruby Language Metrics (Public Beta)

    The Ruby language metrics feature, currently in public beta, adds Ruby-specific time series metrics to Application Metrics to provide additional insights into memory health.

7 years ago