开发者

How to contribute to Rails?

开发者 https://www.devze.com 2023-01-14 23:34 出处:网络
I ran into a problem with ActiveRecord serialization. Apparently, it has trouble serializing hashes where ranges are keys. I found the Rails Lighthouse ticket (https://rails.lighthouseapp.com/projects

I ran into a problem with ActiveRecord serialization. Apparently, it has trouble serializing hashes where ranges are keys. I found the Rails Lighthouse ticket (https://rails.lighthouseapp.com/projects/8994/tickets/3067-activerecord-cant-deserialize-hashes-with-range-keys). I've never contributed to an open-source project before, and this could very well take way more time and effort than is worth it for me at this point.

I'm just curious as to how one develops a fix and pushes the patch.

EDIT: I f开发者_开发技巧ound this link on the Lighthouse page: https://rails.lighthouseapp.com/projects/8994/sending-patches

However, I'd still appreciate any tips, advice, pitfalls to avoid etc. For a problem like the serialization, would a fix to the serialization library be better, or perhaps a modification of ActiveRecord/ActiveSupport?


Here's all you'll need http://guides.rubyonrails.org/contributing_to_rails.html, there are some awesome people helping on irc.freenode.net (#rubyonrails, #railsbridge)


and here we go with two simple screencasts!

http://railscasts.com/episodes?utf8=%E2%9C%93&search=contributing

0

精彩评论

暂无评论...
验证码 换一张
取 消