| Sign In/My Account | View Cart |
| Article: |
Ruby/Tk Primer, Part 3 | |
| Subject: | Great article quick question | |
| Date: | 2004-12-05 21:15:44 | |
| From: | allClass | |
|
First I'd like to say that I really enjoyed this article. Thank you so much for writing it. I am really enjoying Ruby (I'm an x smalltalker). I find my Ruby scripts are really short and readable as compared to stuff in other languages.
|
||
Showing messages 1 through 2 of 2.
RubyGems is a new approach to managing packages of Ruby code. The most convenient feature for the average user is that gems (apps and/or libs) can be downloaded and installed in one step from the command-line.
I haven't really looked into this technology that much yet, but it sounds just like what your looking for. If you want to find out more about RubyGems, you can do so at the RubyGems Wiki or you might want to look into the newest edition of the Programming Ruby book (Pickaxe II) from the Pragmatic Bookshelf where you'll find a chapter entitled "Package Management With RubyGems".
I hope that helps out, and thanks once more for the kind words. Oh, and be on the lookout for more Ruby articles in the near future.
Christopher