On Sep 16, 2005, at 3:28 PM, Kevin Ballard wrote: > sudo gem update --include-dependencies rails
Done. Thanks Kevin. script/ruby server -e production yields: ruby server -e production=> Rails application started on http:// 0.0.0.0:3000 => Ctrl-C to shutdown server; call with --help for options [2005-09-16 18:00:32] INFO WEBrick 1.3.1 [2005-09-16 18:00:32] INFO ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0] [2005-09-16 18:00:32] INFO WEBrick::HTTPServer#start: pid=1110 port=3000 127.0.0.1 - - [16/Sep/2005:18:00:45 HST] "GET / HTTP/1.1" 500 2855 http://127.0.0.1/ -> / 127.0.0.1 - - [16/Sep/2005:18:00:46 HST] "GET /favicon.ico HTTP/1.1" 200 0 - -> /favicon.ico 127.0.0.1 - - [16/Sep/2005:18:01:05 HST] "GET / HTTP/1.1" 500 2730 http://127.0.0.1/ -> / *** Better, BUT, http://127.0.0.1:3000/ yields: *** NameError in <controller not set>#<action not set> uninitialized constant ArticlesController generated/routing/recognition.rb:4:in `recognize_path' server:49 Show framework trace "Retry with Breakpoint" (Button) Request Parameters: None Show session dump Response Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"} Anyone? -t
