Re: [Ironruby-core] Sinatra fails on both 0.3 and custom build

2009-04-22 Thread Jimmy Schementi
> 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

[Ironruby-core] Sinatra fails on both 0.3 and custom build

2009-04-22 Thread Ben Hall
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