BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage RubyGems Content on InfoQ

  • GitHub Stops Automatic Gem Building

    GitHub has stopped automatically building Gems, and will stop their Gem server a year from now. The GitHub team suggests Gemcutter as alternative Gem hosting site next to RubyForge.

  • Ruby DCamp is Challenging the Economy

    The slowdown in our economy has not only effected jobs but also other things developers take for granted such as attending conferences. Conference organizers are trying to up come with creative ways to attract attendees. One such conference is Ruby DCamp being held September 18-19, 2009 in Washington, D.C.

  • The Future of _why's Libraries such as Markaby and Hpricot

    With the sudden disappearance of _why, some popular libraries as Markaby, Hpricot and others are orphaned. We look at the effort to find maintainers for some, and at replacements for other libraries.

  • Presentation: Under The Hood

    David Chelimsky takes a look at the Ruby Gems system - and a few very useful Gems: hpricot, builder, mocha, hoe, bones, and more.

  • Rip: A New Package Management System for Ruby

    Rip is a new package management system for Ruby. Why a new package management system? We talked to Rip developer Chris Wanstrath from GitHub to learn more.

  • RubyGems Roundup: Fat Binary Gems, Is It JRuby and New Plugins

    Aaron Patterson has a solution for native Windows RubyGems that support both Ruby 1.8 and 1.9 at the same time: fat binary gems. Is It JRuby.com tracks JRuby compatibility for popular Gems; and some new RubyGems plugins emerged.

  • RiCal: A New iCalendar Library for Ruby

    RiCal is an implementation of RFC2445, better known as the iCalendar format. We talked to its creator Rick DeNatale to learn why Ruby needed a new library for parsing and generating the iCalendar format.

  • RubyGems Gets Plugins

    RubyGems 1.3.2 introduced a new feature: plugins that can hook into the install process and provide new commands. An example is Ryan Davis' graph that visualizes dependencies between installed Gems. We talked to RubyGems maintainer Eric Hodel to learn more.

  • Advancing the Ruby 1.9 Adoption

    Ruby 1.9 adoption hasn't made much progress yet, the biggest problem being Gems that don't work with Ruby 1.9. "Ruby 1.9 Or Bust" is a new project that aims to increase the 1.9 compatibility for popular Gems.

  • Ruby Deployment Roundup: Vlad 1.3, Capistrano Maintenance Handover

    The recent announcement Jamis Buck is ending development of Capistrano has left many wondering the future of this deployment tool. The release of Vlad 1.3 gives others hope as an alternative.

  • RFactor: Ruby Refactoring Support for Text Editors

    RFactor is a Ruby refactoring tool that aims to bring automated refactoring support to text editors. We talked to its developer Fabio Kung to learn how it works and what's planned for the future.

  • Ruby 1.9.1 Library Compatibility Roundup

    Ruby 1.9.1 is out - the first stable release in the 1.9.x series. Ruby 1.9.1's performance improvements are a compelling reason to upgrade - but for now, library compatibility varies greatly. We take a look at what's confirmed to work, and ways to keep track of the progress.

  • DebGem: Ruby Gems for Debian

    DebGem is a new service from Phusion that properly integrates Ruby Gems into Debian-based Linux distributions. We talked to Hongli Lai and Ninh Bui from Phusion to learn more about the project.

  • JRuby 1.1.6 Released, Improves Ruby 1.9 Support

    JRuby 1.1.6 is now available. The latest release brings the usual list of speed improvements and bug fixes, but a big new feature is the full support for parsing Ruby 1.9 source code, as well as improved Ruby 1.9 support.

  • Interview: Yehuda Katz Explains Merb

    In this interview from RubyFringe, Yehuda Katz talks about the design principles behind Merb and its focus on a stable API. Yehuda also mentions Yard, an RDoc replacement, which provides a simple way to define contracts for Ruby methods.

BT