mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
ac1d344368
Using `bundle exec` will slow down server startup by at least 0.5s. `bin/unicorn` has built-in handling of bundler dependencies, so it is better to launch `bin/rails s` or `bin/unicorn` directly.