Displaying 1 result from an estimated 1 matches for "aderror".
Did you mean:
haderror
2005 Dec 18
8
Invoking Rails from an API
...uby_script("embed" );
//rb_load_file( "public\\dispatch.rb" );
rb_load_file( "public\\dispatch.rb" );
//ruby_exec();
ruby_run();
ruby_finalize();
return 0;
}
==OUTPUT==
./public/../config/boot.rb:15:in `require'': no such file to load --
rubygems (Lo
adError)
from ./public/../config/boot.rb:15
from ./public/../config/environment.rb:8
from public\dispatch.rb:3
Press any key to continue
--
Posted via http://www.ruby-forum.com/.