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.
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
If anyone has done this and can help, you assistance will be greatly
appreciated !
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.