Rails: Start multiple processes with one command in development
Any app that goes beyond the very basics will probably have many components that it depends on. Even the smallest Rails app will probably have some background job handler (like sidekiq) that takes care of things like…