WestMichiganRubyTraining / discussion

Create issues on this repository to open discussion threads in the Issue Tracker!
2 stars 0 forks source link

Build a gem the Steve Klabnik way! #71

Open billgathen opened 10 years ago

billgathen commented 10 years ago

http://www.howistart.org/posts/ruby/1

This is a well-written, fun post on building a gem from scratch, from popular Rubyist Steve Klabnik. And I mean "from scratch"... he even guides you through an interesting approach to getting Ruby on your unix machine.

I heard about this on Peter Cooper's Ruby Weekly mailing list, which is required reading for Rubyists, though I find a lot more excitement happening on his JavaScript Weekly. :wink:

coderbydesign commented 10 years ago

I came across this yesterday from Ruby Weekly as well! Seems to be a great skeleton tutorial for getting a gem out in the world. I wish this particular article had been around when I created my first gem.

jasonswett commented 10 years ago

I’m gonna piggyback on this and share a blog post I wrote today (made it to front page of HN!). I imagine it might be relevant/helpful to some of you: http://www.jasonswett.net/how-to-get-a-job-using-a-technology-you-dont-know/

Jason Swett Principal, Ben Franklin Labs Cell: (616) 856-8075

On Jul 18, 2014, at 12:40 PM, walsh1kt notifications@github.com wrote:

I came across this yesterday from Ruby Weekly as well! Seems to be a great skeleton tutorial for getting a gem out in the world. I wish this particular article had been around when I created my first gem.

— Reply to this email directly or view it on GitHub.

atkolkma commented 10 years ago

Thanks, Bill! I'm trying to abstract out some common solutions in my Rails apps right now. Pretty new to gem creation and testing though, so anything helps.

I was wondering if we should make a "make a gem" challenge/tutorial in the Get Your Hands Dirty repo. We have a challenge that includes gemifying some code, but the subject could definitely use some dedicated attention, I think.