Anyone else working through Michael Hartl's Learn Enough RoR Series that might be able to help me with a failing unit test?

This page summarizes the projects mentioned and recommended in the original post on /r/rubyonrails

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.

  • To do that, I would install `pry` into your rails project and then use it look around right before your test fails.https://github.com/pry/pry

  • ror-sample-app

  • I assume it's meant to be in here somewhere:https://github.com/helbnt/ror-sample-app/blob/main/app/views/layouts/_navbar.html.erb

  • 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
  • debug

    Debugging functionality for Ruby (by ruby)

  • While pry is nice Ruby 2.6+ includes the debug gem in the standard library which avoids the need to install another dependency.

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