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
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
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
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
I would need to 开发者_如何学JAVAhave run 2 projects in Rails (v. 3) on my localhost. I use WEBrick - is it possible?
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
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
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.
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.
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