mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 04:25:35 +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.