How to watch your code interact with the Rails framework (and other gems)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Pry

    A runtime developer console and IRB alternative with powerful introspection capabilities.

  • You're probably already familiar with REPL and debugging tools like pry and byebug. These tools take an "inside-out" approach to troubleshooting. You choose a point in your code where you want to start, and then you can explore outwards from there. But while you can get a lot of detailed information that way, it's hard to build an understanding of what's going on overall in the codebase.

  • appmap-ruby

    AppMap client agent for Ruby

  • Install the appmap gem by following the instructions in the README. Here's a quick checklist:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sample_app_6th_ed

    The main sample app for the Ruby on Rails Tutorial, 6th Edition (by land-of-apps)

  • Here's an example appmap.yml that I use with the my fork of the Rails Sample App 6th Edition.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts