Rails Console-like Environment for a Plain Ruby Project
If you’re building a Ruby project without Rails and miss the convenience of bin/rails console
, this post walks through how to set up a similar interactive environment for exploration and debugging https://danielabaron.me/blog/rails-console-like-environment-for-plain-ruby/
Post a comment