I need a KISS tutorial that explains how to build a gem, where to store it, how to get it, basically a start to finish framework description of gem development.
This is the best I have found: http://railscasts.com/episodes/135-making-a-gem
|
I need a KISS tutorial that explains how to build a gem, where to store it, how to get it, basically a start to finish framework description of gem development. This is the best I have found: http://railscasts.com/episodes/135-making-a-gem |
||||
|
|
|
A good tutorial (20-Nov-2010): http://blog.thepete.net/2010/11/creating-and-publishing-your-first-ruby.html |
|||
|
|
|
The easiest way is to use Bundler.
Then use the |
|||
|
|