I installed rerun on Windows by -
E:\>gem install rerun
Successfully installed rerun-0.2.1
1 gem installed
Installing ri documentation for rerun-0.2.1...
Installing RDoc documentation for rerun-0.2.1...
E:\>
My simple Sinatra file (myapp.rb) is -
# myapp.rb
require 'sinatra'
get '/' do
'Hello'
end
When I type the following to run this app, I get -
E:\sinatra_programs>rerun myapp.rb
E:/ruby/lib/ruby/gems/1.8/gems/rerun-0.2.1/lib/system.rb:7:
uninitialized constant MissingSourceFile (NameError)
from e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `gem_original_require'
from e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `require'
from e:/ruby/lib/ruby/gems/1.8/gems/rerun-0.2.1/lib/rerun.rb:1
from e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `gem_original_require'
from e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `require'
from e:/ruby/lib/ruby/gems/1.8/gems/rerun-0.2.1/bin/rerun:48
from e:/ruby/bin/rerun:19:in `load'
from e:/ruby/bin/rerun:19
E:\sinatra_programs>
What am I doing wrong? All help appreciated. Thanks.
Satish
On Jun 16, 10:46 pm, Alex Chaffee <
ale...@gmail.com> wrote:
> On Wed, Jun 10, 2009 at 12:13 PM, Blake
>