Re: Problems with sqlite3 and JRuby

2013-08-12 Thread låzaro
I suggest you to use sequel instead AR. The AR's support is patethic just rigth now, due the Rails's changes. http://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html Thread name: Problems with sqlite3 and JRuby Mail number: 1 Date: Sun, Aug 11, 2013 In reply to: Thomas Seliger

Re: Problems with sqlite3 and JRuby

2013-08-12 Thread Thomas Seliger
I got further yesterday by patching camping so that it uses jdbcsqlite3. But I encountered another problem, which was Jruby+activerecord related. It worked with native ruby but with Jruby I always got: Nuts::Models is not missing constant Base! Ruby

Re: Problems with sqlite3 and JRuby

2013-08-12 Thread låzaro
in anywhere, campign will not, call their AR weird DB backend core. and do ont include Moldes in the controller (do no use include sentence inside the Controllers module) Main developer say, that Models is an empty Module, as long you no call Base in any place... Thread name: Re: Problems with sqlite3