diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2004-10-02-rubyconf-continues.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2004-10-02-rubyconf-continues.html')
-rw-r--r-- | content/posts/2004-10-02-rubyconf-continues.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/posts/2004-10-02-rubyconf-continues.html b/content/posts/2004-10-02-rubyconf-continues.html new file mode 100644 index 0000000..9976d7c --- /dev/null +++ b/content/posts/2004-10-02-rubyconf-continues.html @@ -0,0 +1,20 @@ +--- +date: "2004-10-02T19:40:15Z" +title: RubyConf continues +--- + +<p> +There were presentations today on <a href='http://www.rubyonrails.org/'>Ruby on Rails</a>, a cool web application development framework, <a href='http://www.atdot.net/yarv/'><acronym title='Yet Another Ruby VM'>YARV</acronym></a>, and one on <a href='http://testunit.talbott.ws/'>Test::Unit</a> (or <code>test/unit</code>, as he likes to call it now). Up next is the keynote addres with the creator of <a href='http://www.dekorte.com/Objective-C/'>Objective C</a>. Also, my little <acronym title='Graphical User Interface'>GUI</acronym> for <a href='http://rubygems.rubyforge.org/'>RubyGems</a> is coming along, here's a screenshot: +</p> + +<p> +<a href='/gallery/misc/gemboree_progress.png'><img src='/gallery/misc/gemboree_progress-thumb.png' + width='274' height='200' title='Gemboree' alt='Gemboree' border='0' style='border: 1px solid black' /></a> +</p> + +<p> +The green items are installed gems, and the nested entries are for +packages with more than one version in the <a +href='http://gems.rubyforge.org/'>RubyGems repository</a>. +</p> + |