I have a situation where I'm trying to build a web app which takes a total count of records in a table and outputs it to the screen. Sounds simple right...?
The main problem I'm having is that the DB I want to look at is MSSQL. I haven't set up this kind of DB connection from Rails before so I was hoping someone could point me in the right direction.
My RoR application will live on a Ubuntu server (and is being developed on a OSX Leopard system).
EDIT:
I should clarify that the MSSQL DB is running on SQL server 2005 and is on a windows server environment.
I tried checking out the wiki.rubyonrails.org guide but the site seems to be down (sad)
Thanks!