应该是一个简单的,但谷歌没有帮助:无法找到一种方法让rails在请求到期之前等待更长时间
ActionView::Template::Error (execution expired)
=> Booting Thin => Rails 3.2.3 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server如果你使用gem“rack-timeout” 然后在config / initializers / timeout.rb文件中更改Rack :: Timeout.timeout = 30#seconds或更多. 使用此 link可获取更多详细信息.
精彩评论