Hi John yes I am requiring 'rubygems' which normally is not necessary anymore since ruby 1.9.2 if I'm not wrong. I added then require 'bundler/setup' and have the same result. http://github.com/jmettraux/ruote.git (at master) is not checked out. Please run `bundle install`
Hum, I made some another tests : > rails c < oneproc.rb as well as > irb < oneproc.rb Both run fine (it runs the example) with no problem. tx On Feb 8, 6:50 pm, John Mettraux <[email protected]> wrote: > On Wed, Feb 08, 2012 at 09:43:32AM -0800, Christophe Malaurie wrote: > > > > ./oneproc.rb > > <internal:lib/rubygems/custom_require>:29:in `require': no such file > > to load -- ruote (LoadError) > > from <internal:lib/rubygems/custom_require>:29:in `require' > > from ./oneproc.rb:3:in `<main>' > > > > bundle exec ./oneproc.rb > >http://github.com/jmettraux/ruote.git(at master) is not checked out. > > Please run `bundle install` > > Hello Christophe, > > are you requiring rubygems and bundler/setup in your oneproc.rb ? > > ---8<--- > require 'rubygems' > require 'bundler/setup' > require 'ruote' > > # ... > --->8--- > > http://gembundler.com/ > > Best regards, > > -- > John Mettraux -http://lambda.io/processi -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
