Guruza search results for webrick http://guruza.com/searches/show/102 Questions recently submitted to Guruza that match the query: webrick Thu, 20 Nov 2008 15:27:46 -0800 $0.00 - Can anyone help explain what the first set of numbers in WEBrick "Get" calls ... http://guruza.com/question/342/reward-0.00 Can anyone help explain what the first set of numbers in WEBrick "Get" calls refers to? For example what is the 500 in the following: "Get /admin HTTP/1.1" 500 10767 Compared to the 200 in the following: "Get /admin HTTP/1.1" 200 485 The only code I have running is the scaffold code that rails creates. I'm guessing that WEBrick is referring to 2 different locations possibly from multiple installs. Thanks for any input, Joe Noobie Thu, 24 Aug 2006 17:12:24 -0700 $0.00 - Hi, Rails causes WEBrick to GET 2 diff locations: AWDWR Chpt 6 strange resul... http://guruza.com/question/317/reward-0.00 Hi, Rails causes WEBrick to GET 2 diff locations: AWDWR Chpt 6 strange results: First browser call to /Admin shows correct form; - And WEBrick reports: "Get /admin HTTP/1.1" 200 485 - -> /admin Subsequent browser calls to /Admin show: NoMethodError in AdminController#index undefined method `each' for # - And WEBrick reports: "Get /admin HTTP/1.1" 500 10767 - -> /admin First browser call to /Admin/new shows correct form for editing; - And WEBrick reports: "Get /admin/new HTTP/1.1" 200 10767 - -> /admin/new Subsequent browswer calls to /Admin/new show: NoMethodError in AdminController#new undefined method `each' for # RAILS_ROOT: ./script/../config/.. - And WEBrick reports: "Get /admin/new HTTP/1.1" 500 9798 - -> /admin/new So the first calls produce a "Get...200..." and the right browser results. Subsequent calls produce a "Get...500..." and "NoMethodError" Thanks for your help, Joe Mon, 14 Aug 2006 15:39:23 -0700 $0.00 - AWDWR Chpt 6 strange results: First browser call to /Admin shows correct f... http://guruza.com/question/316/reward-0.00 AWDWR Chpt 6 strange results: First browser call to /Admin shows correct form; - And WEBrick reports: "Get /admin HTTP/1.1" 200 485 - -> /admin Subsequent browser calls to /Admin show: NoMethodError in AdminController#index undefined method `each' for # - And WEBrick reports: "Get /admin HTTP/1.1" 500 10767 - -> /admin First browser call to /Admin/new shows correct form for editing; - And WEBrick reports: "Get /admin/new HTTP/1.1" 200 10767 - -> /admin/new Subsequent browswer calls to /Admin/new show: NoMethodError in AdminController#new undefined method `each' for # RAILS_ROOT: ./script/../config/.. - And WEBrick reports: "Get /admin/new HTTP/1.1" 500 9798 - -> /admin/new So the first calls produce a "Get...200..." and the right browser results. Subsequent calls produce a "Get...500..." and "NoMethodError" Thanks for your help, Joe Mon, 14 Aug 2006 15:37:34 -0700 $5.00 - When i start WEBrick, it simply says "=> Booting WEBrick..." then returns... http://guruza.com/question/289/reward-5.00 When i start WEBrick, it simply says "=> Booting WEBrick..." then returns to command line. Any idea why? I am using OS X and Ruby 1.8.4. I tried reinstalling Ruby, didn't help. Here's what I get when I run script/console: LLoading development environment. /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__': no such file to load -- lib/partial_classes/string.rb (MissingSourceFile) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require' from ./script/../config/../config/environment.rb:51 from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules' from /usr/local/lib/ruby/1.8/irb/init.rb:250:in `load_modules' from /usr/local/lib/ruby/1.8/irb/init.rb:21:in `setup' from /usr/local/lib/ruby/1.8/irb.rb:54:in `start' from /usr/local/bin/irb:13 Mon, 31 Jul 2006 09:34:08 -0700 $125.00 - At least once a day, OS X Freezes when I Command-Tab. The application swit... http://guruza.com/question/122/reward-125.00 At least once a day, OS X Freezes when I Command-Tab. The application switcher comes up, the selection box is over an application I can move the mouse but that is it. I have to restart every time this happens. I will pay mucho to get this working. *Update* I found this person with the same problem: http://simplygenius.com/geekblog/2006/01/26/1138308962040.html *Update* I already upgraded to 10.4.7 *Update* I already tried to repair file permissions *Update* This happened on my PowerBook, and now it is happening on a "fresh" install on my new MacBook. Here is what I am usually running: * TextMate * FireFox (Have a hunch this is it for some reason) * X-Chat * Terminal * Mail * Adium * SSH Keychain * iTunes Tue, 27 Jun 2006 17:36:08 -0700 $5.00 - How do I setup authentication with Webrick? http://guruza.com/question/114/reward-5.00 How do I setup authentication with Webrick? Sun, 25 Jun 2006 12:46:59 -0700