webrick
Issue with Warble JAR not running correctly on Tomcat 6, runs fine on Webrick
I am somewhat new to Jruby - up to this point I have had no problem using warble and building a war for my Jruby.Now when I try to deploy the created war I see this error in the logs and I am not sure[详细]
2023-04-09 19:18 分类:问答Trying to run WEBrick for Rails application, but keep getting error: "Only one usage of each socket..."
Info: Rails 3.0.9; Ruby 1.8.7; Windows 7 I just switched from mysql to postgresql in my Rails environment, and I cannot for the life of me get around this error when trying to run rails s on port 300[详细]
2023-04-09 18:30 分类:问答cannot access Rails server
I\'ve installed a fresh version of ruby and RoR on a Win XP. I run WEBRick server and everything seems Ok but I can not access http://0.0.0.0:3000 from the browser. I\'ve tried to ch开发者_如何学Cange[详细]
2023-04-08 05:40 分类:问答Access webrick/rails from another computer on local network
I have a rails application r开发者_运维问答unning on localhost:3000. I wish to access it from another computer on the same network. I feel like i\'ve done this before with ease, but it\'s giving me so[详细]
2023-04-02 17:39 分类:问答Rails 3 - 2 projects on localhost suddenly?
I would need to 开发者_如何学JAVAhave run 2 projects in Rails (v. 3) on my localhost. I use WEBrick - is it possible?[详细]
2023-03-30 23:24 分类:问答Problem with Webrick and Postgres when requesting many records
There seems to be a problem with pag开发者_运维百科es that reques many records (~2,000) from the database. It happens when outputting them to a HTML page or processing them to generate a chart. The pa[详细]
2023-03-30 12:04 分类:问答What does "WARN Could not determine content-length of response body." mean and how to I get rid of it?
Since upgrading to Rails 3.1 I\'m seeing this warning message in my development log: WARNCould not determine content-length of response body. Set content-length of the response or set Response#chunk[详细]
2023-03-28 17:44 分类:问答can't open rails server
I don\'t know what I did. I think I updated my Ruby on Rails. After updating it, I always get error when running $rails server.[详细]
2023-03-27 18:09 分类:问答How to set Thin as default in Rails 3
I\'ve been starting Thin with thin -V start in development. However, I would like Thin to be the default instead of WEBrick and to be able to start it with rails s.[详细]
2023-03-27 15:54 分类:问答How to show application requests on terminal window while using Thin and Rails 3.0
I started using Thin instead of WEBrick in development (Rails version 3.0.9) With WEBbrick, I would see all the requests listed (and calls to the database) in the terminal window while the server was[详细]
2023-03-25 11:54 分类:问答