IRB completion disabled for production in Rails
In the past, we've written about how to disable IRB autocomplete on Heroku. However, as of Rails 7.1, the Rails console turns off IRB
's autocompletion feature in production by default.
As usual, there is a way to customize the functionality, so setting IRB_USE_AUTOCOMPLETE=true
can override this default.