jruby / activerecord-jdbcsqlserver-adapter

SQL Server Adapter for Rails (JRuby JDBC support)
https://github.com/jruby/activerecord-jdbc-adapter/
MIT License
2 stars 4 forks source link

Issue w/ TinyTDS #7

Open keeguon opened 3 years ago

keeguon commented 3 years ago

Hi, trying to make the switch from an old SQL Server adapter here but I might be missing something, I can install the gem okay then create a WAR but as soon as I want to make a request upon booting my app it says it lacks the "tiny_tds" gem which obviously depends on C libs so can't really install it and put it in my package. Am I missing something ?

rdubya commented 3 years ago

Hi @keeguon, Can you give some more information about how you are including it? Maybe a copy of your gemfile.lock if that doesn't have anything sensitive in it? What version of jruby are you using?