Should I send patch against 2-3-stable or master

Posted by Nadal on Stack Overflow See other posts from Stack Overflow or by Nadal
Published on 2010-04-19T15:28:13Z Indexed on 2010/12/21 5:21 UTC
Read the original article Hit count: 202

Filed under:
|

I am trying to find a way to contribute back to rails. I was thinking I should validate if this patch https://rails.lighthouseapp.com/projects/8994/tickets/4154-expires_now-broken works or not.

I was able to validate the problem. The problem still exists in 2.3.5 and in 2-3-stable branch of rails.

I was not able to apply his patch at 2-3-stable branch of rails . Also the patch failed for master branch.

Looked at the diff and manually changed the code and the new code solves the bug.

Now if I want to attach my patch to the ticket should I create my patch against 2-3-stable branch or master branch?

I believe master is more closely aligned with rails3 changes.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about contribute