activerecord firebird adapter development

Hi everyone!

I have question - where and how is happening the development of the activerecord firebird adapter? I have some fixes and I would like to post them somewhere for review.

George

George,

I just tried to install the official gem namespace and got a not found error.

$ gem install activerecord-firebird-adapter ERROR: Could not find a valid gem 'activerecord-firebird-adapter' (>= 0) in any repository

I figured I could consult a README or something. Unless someone else knows, perhaps googling around for projects on github or the like.

- Ken

Ok I am giving up - I'm starting a new project http://rubyforge.org/projects/rubyfb/. If someone is interested rubyfb is fork of the FireRuby project bundled with activerecord adapter based on the firebird_adapter code with LOTS of fixes. I actually use this software bundle (now with new name) on my production servers (activerecord-2.3.5 and Firebird-2.1.3)

George