Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

database driver developers guide

0 views
Skip to first unread message

Leigh

unread,
Aug 31, 2005, 7:48:12 PM8/31/05
to
I was looking at the list of drivers supported by rails, and it is
missing out a lot of databases. As good as rails is, its a non-started
in my company as it doesn't support any of our enterprise databases.

If someone wanted to develop a pure ruby driver for rails, where would
they start ? Is there a developers guide ? Is there a ruby-jdbc
bridge ?

Thanks,
Leigh.

Dave Burt

unread,
Aug 31, 2005, 10:05:37 PM8/31/05
to
Leigh asked:

The Rails wiki is a good source of this kind of information, as are:
* #rubyonrails on IRC
* irc://irc.freenode.org/rubyonrails
* (complete logs) - http://saqataq.us/rubyonrails/
* the Rails mailing list
* http://lists.rubyonrails.org/mailman/listinfo/rails
* (archive) - http://thread.gmane.org/gmane.comp.lang.ruby.rails/

Try the following Rails wiki pages specific to your question:
http://wiki.rubyonrails.com/rails/show/HowToWriteAnActiveRecordAdapter
http://wiki.rubyonrails.com/rails/show/DatabaseDrivers
http://wiki.rubyonrails.com/rails/show/HowToUseRailsWithoutADatabase

Cheers,
Dave


Leigh

unread,
Sep 1, 2005, 6:05:39 PM9/1/05
to
Thanks for the tip. I had a look though this and have an idea where to
start now. I beliew I need to get a hold of a working database driver.
I am trying to use Sybase and the driver I'm trying to use the driver
I found here: http://raa.ruby-lang.org/project/sybase-ctlib/ but am
still trying to get it to work on my Mac.

If anyone has done this and can help, you assistance will be greatly
appreciated !

EdUarDo

unread,
Sep 2, 2005, 10:00:29 AM9/2/05
to
Leigh wrote:
> Thanks for the tip. I had a look though this and have an idea where to
> start now. I beliew I need to get a hold of a working database driver.

There is an adapter at http://dev.rubyonrails.org/ticket/2030 but I don't
know how to integrate it into Rails. I'm going to have a look at the URL's
from previous post.

> I am trying to use Sybase and the driver I'm trying to use the driver
> I found here: http://raa.ruby-lang.org/project/sybase-ctlib/ but am
> still trying to get it to work on my Mac.

I've got it to work on Linux.

0 new messages