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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • 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

  • 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

  • Free/low cost IDE recommendations please. :)

    1 project | /r/rails | 4 Jun 2023
  • I made a tool to help cleanly copy & paste code from irb/pry sessions

    2 projects | /r/ruby | 11 Apr 2023
  • Gnarly Learnings From July 2022

    1 project | dev.to | 27 Jul 2022
  • 'Splain Like I'm Five: Ruby REPLs and Pry

    1 project | dev.to | 21 Mar 2022
  • Python/clisp like cli interpreter for ruby

    1 project | /r/ruby | 28 Feb 2022

Did you konow that Ruby is
the 12th most popular programming language
based on number of metions?