Relative Content

Tag Archive for ruby-on-rails-7irbrails-console

Configuring the console via IRB

I have some code that I would like to automatically execute on a per-project basis when I start up rails c. In one of my Rails 6 projects, I just created a .irbrc file at the top-level of the project, and it successfully executes as expected.