> Sent: Wednesday, April 22, 2009 2:57 PM
> To: ironruby-core@rubyforge.org
> Subject: [Ironruby-core] Sinatra fails on both 0.3 and custom build
>
> Hello,
>
> Just tried to run Sinatra however running into some difficultly.
> Firstly, I installed Sinarta via gems. I then
Hello,
Just tried to run Sinatra however running into some difficultly.
Firstly, I installed Sinarta via gems. I then tried the sample off
their website:
require 'rubygems'
require 'sinatra'
get '/hi' do
"Hello World!"
end
When running it via ir I get the following error message:
E:\IronRubyG