MagLev / maglev

GemStone Maglev Ruby Repository
http://maglev.github.io
517 stars 41 forks source link

Fixes sinatra example #450

Closed asmsuechan closed 8 years ago

asmsuechan commented 8 years ago

Hello! I fixed require path in sinatra example.

On prev codes, this error message appeared in my environment.

$ maglev-bundle exec rackup
ERROR 2702 , a RubyLoadError occurred (error 2702), no such file to load -- txn_wrapper (LoadError)
topaz 1> exit

After I fixed, sinatra app runs fine.

jc00ke commented 8 years ago

Thanks!