Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/home_page:ores' do
    "Hello World"
  end
end