Mike A. Kenny wrote: > > I am running Ubuntu 6.06 with ruby 1.8.4, rails 1.1.6 and gem 0.8.11 > > I have created an empty application and added the method 'hello' to the controller. When I try to access this in webbrick my broswer page is blank and the output from the server is: > > 127.0.0.1 - - [19/Nov/2006:10:37:09 SAST] "GET /grope/hello HTTP/1.1" 200 0 > - -> /grope/hello > [2006-11-19 10:37:09] ERROR MissingSourceFile: no such file to load -- irb > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__' > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require' > /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in Hey Mike, my guess is you need to install irb - properly something like: apt-get install irb /Kevin