Automatically open the browser when the Rails server starts
How to register a simple puma plugin to automatically open a browser tab for your Rails app when you start bin/rails server or bin/dev. https://mattbrictson.com/blog/open-browser-on-rails-start
Post a comment