Ruby

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Intro to Google Charts and gchartrb by Matthew Bass
    Google Charts is a web service for generating charts. Matthew Bass explains the basics of the Google Charts interface and the gchartrb library which makes it even easier to create the charts from Ruby code.
    http://www.infoq.com/articles/bass-google-charts-gchartrb - Jun, 2008
  • A Look at Ruby Debuggers by Werner Schuster   - [Clicks: 3]
    A misconception lingers in the Ruby world: Ruby has no debugger. This is blatantly wrong - Ruby has debuggers, GUIs for debuggers and APIs for debuggers. InfoQ takes a close look at the state of debugging tools in the Ruby world - and finds that its debugging support is more than sufficient.
    http://www.infoq.com/articles/ruby-debuggers-survey - Apr, 2008
  • Consuming RSS Feeds with Ruby by W. Jason Gilmore   - [Clicks: 2]
    Integrate your favorite RSS feeds into your web site by using Ruby's powerful RSS module.
    http://www.developer.com/java/other/article.php/3733171 - Mar, 2008
  • Telling Time with Ruby by W. Jason Gilmore   - [Clicks: 3]
    Walk through many of the immensely cool things you can do with Ruby's Time class.
    http://www.developer.com/lang/rubyrails/article.php/3729206 - Feb, 2008
  • Apply IronRuby to Get Started Building Next-Generation UIs by Paul Ferrill
    IronRuby represents the marriage of the Ruby language to the .NET Common Language Runtime.
    http://www.devx.com/dotnet/Article/36895 - Feb, 2008
  • Filtering and Grouping: A Comparison of SQL, Linux Scripting, and Ruby by Casimir Saternos   - [Clicks: 5]
    Approaching problems involving sets of data with Oracle SQL, Linux and Ruby.
    http://www.oracle.com/technology/pub/articles/saternos-filtering.html - Jan, 2008
  • Add Ruby templating to your Project Zero applications by Dan Jemiolo   - [Clicks: 1]
    Ruby users, take note. You can now do everything that Groovy and PHP users can do when creating Project Zero applications! In a previous article, we showed how to augment Project Zero to provide support for the Ruby scripting language. The code that we wrote enabled Ruby users to transfer their scripting skills to the Zero platform and take advantage of its unique programming model. Of course, scripting isn't the only way that Ruby is used to create applications - programmmers who use the Ruby on Rails framework also mix Ruby in HTML templates similar to JSP and PHP. These templates, called RHTML files, are very useful for creating dynamic user interfaces, and this article will show you how to extend our Ruby support to include them. Find out how Ruby users can now do everything that Groovy and PHP users can do when creating Zero applications!
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-pz-rhtml/index.html - Jan, 2008
  • Shoes Meets Merb: Driving a GUI App through Web Services in Ruby by Gregory Brown, Brad Ediger   - [Clicks: 5]
    It seems like you can't say the word Ruby these days without the word Rails following automatically. But before Rails ever saw the light of day, Ruby was a thriving, robust language. So what can you do without Rails? How about connect a GUI application to a back end web service, using two powerful Ruby frameworks?
    http://www.oreillynet.com/pub/a/ruby/2008/01/14/shoes-meets-merb-interfacing-a-gtk2-front-end-and-a-rails-web-service.html - Jan, 2008

[Top]