InfoQ Homepage Ruby Content on InfoQ
-
DocTest 1.0 For Ruby Released
Included in the Python standard library, various DocTest Ruby implementations were made available starting one year ago by Tom Locke, Roger Pack, and more recently Dr Nic. We caught up with Duane Johnson who added his changes into the 1.0 version. We discussed DocTest and when docstring-driven testing should be used.
-
Ruby interpreter vulnerabilities
A few vulnerabilities were found Ruby 1.8.x and 1.9.x and could potentially allow for DoS attacks or allow attackers to execute arbitrary code. Patched versions of Ruby are already available.
-
Git/Github Roundup: Ruby Books, Gems, Gitjour
Git and Github's popularity increase steadily in the Ruby space. A few Ruby related book projects are now hosted on Github. Gitjour is a new tool using the Bonjour protocol to distribute git repositories. Finally: Github makes it easy to provide gems of projects.
-
IronRuby and ASP.NET MVC
John Lam demonstrates two new products from Microsoft, IronRuby and ASP.NET MVC, working together. While it will probably never replace Ruby on Rails, it is an interesting look into the new technology.
-
Introducing the Ruby Benchmark Suite
Antonio Cangiano started the Ruby Benchmark Suite project, which aims to collect a comprehensive set of benchmarks that users and implementers of Ruby can use to compare different implementations. We talked to Antonio about his plans and he gave us a timeframe for the next Ruby shootout.
-
Interview: Avi Bryant on MagLev and GemStone
Avi Bryant talks about working on MagLev, a Ruby implementation built by GemStone. Avi explains the reasons for MagLev, the merits of GemStone's distributed OODB features, and more
-
Need to Scale Fast? Just Re-Architect it!
The team at Delores Lab talk about lessons learned when their their site was featured on the Yahoo! home page, going from 500 to 100,000 visits overnight!
-
Architecting Twitter
The architecture underlying the very popular social application Twitter has been at the center of several discussions lately. Twitter had several instances of downtime and had turned off several popular features as the team tried to deal with the issues. What can be learned from looking at how Twitter tries to move forward?
-
Ruby VM Roundup: MacRuby 0.2, JRuby JMX, Ruby 1.9
Work on MacRuby has continued, and now version 0.2 is released, continuing its path to tighter Cocoa and Objective-C integration. The JRuby trunk adds JMX MBeans to monitor the JRuby internals, e.g. the JIT. Also: Ruby 1.9.0-2 and API updates are coming up.
-
QCon San Francisco Nov 19-21 Enterprise Software Development Conference Launched
QCon is coming back to San Francisco this November 19-21st, featuring speakers such as Martin Fowler, Eric Meijer (creator of LINQ), Rod Johnson (Spring), and others. Digg.com, Facebook, Yellowpages.com and MySpace.com architectures will be presented. QCon is the conference for enterprise software development team leads, architects and project management.
-
Presentation: Mingle: Building a Rails-Based Product
Neal Ford talks about Mingle, Thoughtworks Studios' project management software. Besides Mingle's features, Neal also talks about the experience of building Mingle on both MRI and JRuby, and the plans for making use of JRuby specific features like AOT to improve future versions of Mingle.
-
Vertebra: EngineYard's Next Generation Cloud Computing Platform
At RailsConf 2008, Ezra Zygmuntowicz announced Vertebra, a next generation cloud computing platform that builds on Erlang, Ruby and XMPP. We talked to Ezra to learn about Vertebra, which will soon be open sourced.
-
RubyFringe Conference - End of registration coming up
The registration period for RubyFringe - a new Ruby conference in Toronto, Canada - lasts only a few more days. The speaker list includes Ezra Zygmuntowicz (EngineYard, Merb), Yehuda Katz (Merb), Obie Fernandez (Hashrocket), John Lam (IronRuby), Chris Wansrath (Github), Damien Katz (CouchDB), etc. We talked to the organizers of RubyFringe about what to expect of the conference.
-
Neo4j - an Embedded, Network Database
Neo4j is an embedded network model database for Java, Ruby and Python applications. It is capable of handling billions of nodes/relationships/properties on single machine hardware, supporting ACID transactions, durable persistence, concurrency control, transaction recovery, and everything else you’d expect from an enterprise-strength database.
-
Article: Intro to Google Charts and gchartrb
Google Charts is a web service for generating charts. In this article, Matthew Bass explains the Google Charts interface and the gchartrb library which makes easy to create the Google Charts URLs from Ruby code.