I’m currently working with activerecord-jdbc, and it’s not clear what
the best method of contributing to the project is.
What is the primary development tree?
http://github.com/nicksieger/activerecord-jdbc-adapter/tree/master ?
-
http://jruby-extras.rubyforge.org/svn/trunk/activerecord-jdbc/
? - some other location?
What is the best way to send through patches?
- git patch emails?
- svn diff output?
- ?
Where should patches be submitted?
- Rubyforge?
https://rubyforge.org/tracker/?atid=7857&group_id=2014&func=browse - Mailing list? http://rubyforge.org/mail/?group_id=2014
- Is there a lighthouse for activerecord-jdbc?
'twould be grand if all the answers to the above questions could be
found in the README.txt
I’ve got a patch to have a rake task to run the core activerecord tests
against the jdbc connectors (the mysql driver fails 19 tests from
activerecord-2.1.2), and would like to do some work to restructure the
current tests to fit better with the activerecord style so that there is
less overlap between the activerecord-jdbc tests and the core
activerecord tests.