Sinatra doesn’t know this ditty.

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