mirror of
https://github.com/discourse/discourse.git
synced 2025-03-30 05:59:25 +08:00

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.