Erwin Matthijssen
2011-Feb-18 08:54 UTC
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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Aaron Patterson
2011-Feb-18 16:42 UTC
Re: Found an error in activerecord, how do I go about getting the fix in
On Fri, Feb 18, 2011 at 12:54:34AM -0800, Erwin Matthijssen wrote:> 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?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. -- Aaron Patterson http://tenderlovemaking.com/