Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ruby(1.9.3) on rails(3.2.3) Activerecord-odbc-adapter

I have a legacy database(Progress OpenEdge) that i need to use for a myriad of reports. I have everything working with ruby 1.8.6 and rails 2.0 (odbc-adapter and odbc-rails).

Since 1.8.6 is not supported anymore and rails 2.0 is quite old i'd like to update. Is there a odbc-adapter supported on 3.2.3?

Any input is appreciated.

Thanks,

like image 796
jimache Avatar asked Nov 04 '22 01:11

jimache


1 Answers

You have to put the following line in your gemfile: gem 'ruby-odbc' and then run bundle install.

i think this is what you were looking for :)

like image 164
Kees Sonnema Avatar answered Nov 09 '22 16:11

Kees Sonnema