<kares[m]>
its a bit of a hustle ... OpenJDK folks also dealing with these
<kares[m]>
Java 14 should have smt in a few weeks, 11 a bit later
shellac has quit [Ping timeout: 245 seconds]
nirvdrum has joined #jruby
Lachezar has joined #jruby
<Lachezar>
Hey all. I got a "schema.rb" from a partner, and am trying to use it to initialise a blank database with the schema (only). No ruby, no rails. What can I do to apply the schema.db to a blank database?
<rwilliams[m]>
If your not in a hurry I can help with that
<rwilliams[m]>
Also folks at stack overflow will probably get you squared away really quick
<Lachezar>
rwilliams[m]: Thanks. It can wait(-ish). Stackoverflow responses assume I have a ruby/rails/rake project, which I don't. However I came across `gem install standalone_migrations` and am trying to put it to work with MSSQL.
<Lachezar>
Hm. Can I run a different rake version from command line?
<Lachezar>
Hm: undefined method `new' for BigDecimal:Class
subbu is now known as subbu|away
Lachezar has quit [Quit: leaving]
<rwilliams[m]>
Check out yamldb I might just require setting up active record
<rwilliams[m]>
But doing a rails skeleton would be super quick
annette[m] has quit [*.net *.split]
bastilian has quit [*.net *.split]
FlorianDoubletGi has quit [*.net *.split]
kares[m] has quit [*.net *.split]
sandio[m] has quit [*.net *.split]
headius[m] has quit [*.net *.split]
ezzeddine[m] has quit [*.net *.split]
mischa[m] has quit [*.net *.split]
ur5us has joined #jruby
annette[m] has joined #jruby
ezzeddine[m] has joined #jruby
bastilian has joined #jruby
kares[m] has joined #jruby
mischa[m] has joined #jruby
headius[m] has joined #jruby
sandio[m] has joined #jruby
FlorianDoubletGi has joined #jruby
annette[m] has quit [*.net *.split]
ezzeddine[m] has quit [*.net *.split]
bastilian has quit [*.net *.split]
headius[m] has quit [*.net *.split]
FlorianDoubletGi has quit [*.net *.split]
sandio[m] has quit [*.net *.split]
kares[m] has quit [*.net *.split]
mischa[m] has quit [*.net *.split]
subbu|away is now known as subbu
nirvdrum has quit [Ping timeout: 265 seconds]
annette[m] has joined #jruby
headius[m] has joined #jruby
FlorianDoubletGi has joined #jruby
sandio[m] has joined #jruby
ezzeddine[m] has joined #jruby
mischa[m] has joined #jruby
kares[m] has joined #jruby
bastilian has joined #jruby
<rwilliams[m]>
Lachezar: I'm around now if you're still having issues though we might move to a different channel as this isn't really jruby stuff.
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<rwilliams[m]>
Lachezar: You can import your schema.rg to dbdiagram.io and export the DDL to a sql file postgres, mysql or sql server. If you need another db the DDL shouldn't be too different.
<rwilliams[m]>
* Lachezar: You can import your schema.rb to dbdiagram.io and export the DDL to a sql file postgres, mysql or sql server. If you need another db the DDL shouldn't be too different.
<rwilliams[m]>
* Lachezar: You can import your schema.rb to dbdiagram.io and export the DDL to a sql file for postgres, mysql or sql server. If you need another db the DDL shouldn't be too different.