Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Ruby on Rails 中,我需要更改/config/environments/development.rb. 进行更改后是否需要重新启动 apache 或任何其他服务?实际上邮件并没有得到静止。
/config/environments/development.rb
如果你使用乘客,你应该只是
touch tmp/restart.txt
在您的应用程序根目录上。
您应该重新部署您的应用程序。