BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Ruby on Rails Content on InfoQ

  • Skynet, A New Ruby MapReduce

    The MapReduce design pattern to distribute data processing was introduced by Google in 2004, and came first with a C++ implementation. A new Ruby implementation is now available under the name of Skynet released by Adam Pisoni. InfoQ had the chance to catch up with Adam about its features and how it compares to an existing Ruby implementation called Starfish.

  • The Road to Merb 1.0 with Ezra Zygmuntowicz

    Merb is nearing a 1.0 release milestone and the team has some great changes in store for those people either using Merb today or planning on picking it up for a new project. Read what's coming soon.

  • Engine Yard Takes $3.5 Million Series A From Benchmark Capital

    Pioneering Ruby on Rails-hosting company Engine Yard has taken $3.5 million Series A in a round led by the prominent VC firm Benchmark Capital. Benchmark is responsible for early stage funding of some very successful startups such as eBay, Linden Labs, Yelp and Zillow. The move strikes confidence into the hearts of Ruby fans everywhere.

  • Who needs GWT On Rails?

    Rails and GWT are both hiding Javascript manipulation from the Ajax development cycle. GWT chose to solve that by using a compiler which will convert Java into browser-compliant JavaScript and HTML. By using GWT On Rails plugin and its Client generator, you'll be able to make GWT Client communicate with Rails.

  • Presentation: Managing a high performance rails app without tearing your hair out

    Rails has gained popularity for its clean implementation of MVC and slick APIs. But what happens when your Rails app grows up, gets popular but can't keep up with requests? This presentation by James Cox will get you started with optimizing web applications by giving practical tips and pointing out common bottlenecks.

  • Talking about Acts_As_Conference with Robert Dempsey

    InfoQ had the chance to talk with Robert Dempsey, Program Chair and Founder of the acts_as_conference, a Ruby on Rails conference to be held February 8-9, 2008 at the Holiday Inn Hotel and Suites at the Main Entrance of Universal Orlando® Resort in Orlando, Florida.

  • Rails 2.0 - What's a Newbie to Do?

    Rails 2.0 is out - but some of the standard books and tutorials haven't been updated to this version yet. Trying to learn about Rails with a Rails 1.2 book or tutorial, but running Rails 2.0 is bound to cause some frustration. We look at the best approach to tackle this.

  • Interview: David Heinemeier Hansson talks Ruby on Rails 2.0

    David Heinemeier Hansson, the creator of Ruby on Rails and partner at 37Signals, gave InfoQ the opportunity to speak with him about the latest release of Ruby on Rails, version 2.0 and what it means to get this release out-the-door.

  • JRuby: 1.0.3 addresses compatibility issues, 1.1 performance update

    JRuby 1.0.3 is out now. Although a point release, the update is significant because it addresses compatibility issues with Rails 2.0 and other libraries and tools. Meanwhile, some JRuby 1.1 performance improvements get noticed.

  • Scaffolding in ASP.NET: Dynamic Data Support

    ASP.NET Dynamic Data Support is part of the ASP.NET 3.5 Extensions, which have been published as a CTP last week. It provides a scaffolding framework that allows rapid application development based on ASP.NET.

  • RSpec 1.1 - A Step Up for BDD advocates

    RSpec has become a poster child for both Domain Specific Languages and Behavior Driven Development (BDD), a type of Test Driven Development. The new RSpec 1.1 release adds improved support for Rails and other improvements.

  • Interview: Dave Thomas on Ruby, Rails and Choosing the Right Tool

    Pragmatic Programmer Dave Thomas, author of the pickaxe book Programming Ruby, and co-author of Agile Web Development with Rails and The Pragmatic Programmer, found some time to talk with InfoQ about Ruby, Rails and the importance of choosing the right tool for the job.

  • Engine Yard Bets Big on Rubinius

    One of the best kept secrets at this year's RubyConf was the working whereabouts of two of Ruby's hottest superstar developers: Ryan Davis and Eric Hodel of Seattle.rb. Ryan revealed the secret last week: they've officially joined Engine Yard to work full-time on next-generation Ruby runtime Rubinius.

  • It's Official...Ruby on Rails 2.0 Released

    Today David Heinemeier Hansson (DHH) announced on the Ruby on Rails blog that Ruby on Rails 2.0 has been released after almost a year in the making. This release is full of new features, lots of fixes and a large amount of polish.

  • InfoQ Presentation: MetaProgramming Ruby

    InfoQ presents a video of Dave Thomas' QCon London presentation "MetaProgramming Ruby". Dave presents the basic Ruby language features for implementing Ruby on Rails features such as has_many. Class methods, open classes, Mixins, and more tools for metaprogramming are demonstrated and explained.

BT