rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

Use the IRB extension API to add commands to the console #117

Closed st0012 closed 6 months ago

st0012 commented 6 months ago

After https://github.com/rails/rails/pull/51705, the current way to add commands to the console will no longer work as Rails::ConsoleMethods will not be directly included to the IRB internal anymore.

So this commit uses the new IRB extension API to add commands instead, which would also bring a few benefits:

rosa commented 6 months ago

I'm so sorry for the delay, @st0012. I love this!! 🤩 Amazing work on this new IRB extension API; it's super cool 🙇‍♀️