Problems with sqlite3 and JRuby

2013-08-11 Thread Thomas Seliger
Hello, I am new to camping and I really like the zen of this framework. I would like to use it with Jruby and followed the instructions at http://camping.io/Camping-in-jRuby But I am unsure, where I should put ActiveRecord::Base.establish_connection( :adapter = 'jdbcsqlite3',

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