Found an error in activerecord, how do I go about getting the fix in

Hi all,

We recently ran into a problem in activerecord's handling of multi- schema databases (in PG). We've fixed the problem (looks like a typo).

How would I go about letting the right people know about it, or submitting the fix?

Thx, Erwin

The best way is to:

1) Fork Rails 2) Add tests showing the problem 3) Add implementation to fix the problem 4) Send pull request

Step 3 is optional. Sending tests is good enough for me. If you can't do step 2, then the better option is to open a ticket in the lighthouse tracker (http://rails.lighthouseapp.com/) and describe the problem.

Hope that helps.