Rails 3 with Mongrel_Ruby_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > Ruby > Rails 3 with Mongrel

Rails 3 with Mongrel

 2010/12/26 9:47:23  595959  http://595959.javaeye.com  我要评论(0)
  • 摘要:Gemfilegem'mongrel','1.2.0.pre2'gem'cgi_multipart_eof_fix'gem'fastthread'bootingmongrelrailssasdaemonthere'sanerrorhttp://stackoverflow.com/questions/3903717/error-calling-dispatcher-dispatch-nameerror-uninitialized-constant-actioncontrhttps://rails
  • 标签:rails
Gemfile
gem 'mongrel', '1.2.0.pre2'
gem 'cgi_multipart_eof_fix'
gem 'fastthread'


booting mongrel
rails s


as daemon there's an error
http://stackoverflow.com/questions/3903717/error-calling-dispatcher-dispatch-nameerror-uninitialized-constant-actioncontr

https://rails.lighthouseapp.com/projects/8994/tickets/4524-mongrel-under-rails-3-beta-3
发表评论
用户名: 匿名