views:

158

answers:

3

Hi,

I am fairly new to the programming world (about a year) and have done some development in Rails, Ruby, JavaScript in past one year. Over this period I've found out that it "really" gives me joy to program on challenging problems and now I would "really" like to give back to the open source community for all that I've got in past one year.

Hence I'm looking for interesting open source Ruby projects to contribute on - any help / advise / pointers would be deeply appreciated!

For a free and better world!

+5  A: 

In my experience it's most rewarding to contribute to software that you yourself use, so take a look at the gems and plugins you get the most use out of and see if you can contribute to any of those projects.

Jordan
+2  A: 

You could start by looking at the Ruby projects hosted on GitHub.

Martin Gordon
+3  A: 

Learn to use github.

Github is the single, biggest thing that got me started doing open source ruby.

It's not just source control, but like they say "social coding"...

  • Set up an account there
  • Look around for small-ish sized projects that you find interesting and feel you might like to tweak.
  • See if you can fork one of those projects to play around with...
cartoonfox
Okay, so you fork it, then you work on it a little bit, until you think you've done something contributory. Then what? How do you get it back to them? Sorry, my git knowledge is pretty much limited to cloning, making commits, and pushing / pulling to github repos I have access to.
Joshua Cheek