flavorjones / mini_portile

mini_portile and mini_portile2 - Simple autoconf and cmake builder for developers
MIT License
114 stars 51 forks source link

Usage #12

Closed workmaster2n closed 12 years ago

workmaster2n commented 12 years ago

Sorry for the lack of understanding. I was directed here from the sqlserver adapter project. https://github.com/rails-sqlserver/activerecord-sqlserver-adapter

How do you use mini_portile with a Rails application so that FREEtds is installed and therefore the tiny_tds gem works?

Thanks

luislavena commented 12 years ago

Please read tiny_tds installation instructions in the readme file.

Sorry for top posting. Sent from mobile. On Feb 21, 2012 8:20 PM, "workmaster2n" < reply@reply.github.com> wrote:

Sorry for the lack of understanding. I was directed here from the sqlserver adapter project. https://github.com/rails-sqlserver/activerecord-sqlserver-adapter

How do you use mini_portile with a Rails application so that FREEtds is installed and therefore the tiny_tds gem works?

Thanks


Reply to this email directly or view it on GitHub: https://github.com/luislavena/mini_portile/issues/12

luislavena commented 12 years ago

Dunno who directed you here, but mini_portile is a tool for developers.

Please read TinyTDS readme about building and installing a local gem.

Or, you can simply meet TinyTDS dependency requirements (like installing FreeTDS and iconv) and then install the gem.

workmaster2n commented 12 years ago

You were right, I misread the tiny_tds instructions. Awesome library though, I'll definitely try it out in my projects