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.
有什么我可以运行的选项吗
rails server
将更多关于rails 进程的输出打印到控制台?
我建议查看MiniProfiler。它将提供对 Rails 引擎盖下发生的事情的更深入的了解。
您可以在此处找到可以使用 rails server 运行的所有选项。
链接到 server.rb @github
万一你想调试我建议使用调试器或安装 pry 的东西。
最简洁的答案是不。Rails 服务器已经显示了附加到服务器日志中的所有信息。如果您想查看更多信息,可以使用 rails logging 将内容添加到应用程序的服务器日志中。