Re: [jruby-user] Re: Error 'uninitialized constant Arel::Visitors::SQLite' with rails
Christian MICHON <[email protected]>
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CACx2yF9ToWQoMNwy1FwiUsAZCdMwspLD=cR1Yv2svZmKKrC1-Q@mail.gmail.com> |
Well, I for one never used Netbeans... Moving away from SQlite towards H2, especially in jruby, is a _smart_ move. See how booleans are actually handled in SQlite internals, you'll be scared... Yet it takes time to wrap one's head around the embedded/network settings of H2. If you need more help, you can contact me outside of the mailing list. On Tue, Sep 9, 2014 at 11:58 AM, David Bennett <[email protected]> wrote: > Thanks for the helpful hints. I haven't been able to get 1.3.x working. > I really don't have much control over gems versions, working with > Netbeans. What do people use these days, if it's not Netbeans? > > I tried H2 and that installed fine and seemed to work, but it created > the database file and then came up with an entirely different error: > 'database file already exists'. > > I'm starting to suspect there is more than one problem here. In > particular, I'm reasonably sure I started this project at rails 2.1.2 or > thereabouts, and that is long gone, perhaps the problem is my code. > > So I'm going to try to get a 'pure' new rails project working and import > my code into it, rather than the other way around. > > Anyway, thanks for the help. > > -- > Posted via http://www.ruby-forum.com/. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Christian