InfoQ Homepage Ruby on Rails Content on InfoQ
-
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.
-
Ruby on Rails 2.1 Released
Ruby on Rails 2.1 was released this past week at the annual Ruby on Rails conference, RailsConf. This year the event was held in Portland, OR and the announcement came as many people expected.
-
Ruby VM Roundup: IronRuby runs Rails, Ruby 1.8.7 released, Rubinius inlining experiments
Big news just in: John Lam claims IronRuby runs Rails. In other Ruby VM news, the Rubinius team is experimenting with method inlining. Also: Ruby 1.8.7 has been released.
-
GemStone Reveals Plans for MagLev Ruby VM at RailsConf 2008
At RailsConf on Friday, Avi Bryant and Bob Walker of GemStone revealed plans for the MagLev project. MagLev will run Ruby on Rails within GemStone's distributed object technology. The MagLev VM, although only partially implemented, so far outperforms MRI 1.8.
-
Real world JRuby on Rails: Infectious disease reporting and management
A new project for infectious disease reporting and management system, implemented by CSI and the state of Utah, is built using JRuby on Rails (among other technologies). We talked to Mike Herrick, of the project, to find out how well JRuby on Rails fared and why it was chosen for the project.
-
Merb and Rack Roundup: Merb 0.9.3, Merbunity, JRuby-Rack
A quick roundup on Merb and Rack related news: Merb 0.9.3 has recently been released. Merbunity is a new site for the Merb community. JRuby-Rack, an adapter to run Rack-based applications in a Java servlet container, was released.
-
Rubinius runs Rails, Merb
A major milestone for Rubinius: Rails, ActiveRecord and Merb have successfully been run on Rubinius.
-
Rails Deployment Roundup: Dreamhost with mod_rails, Capistrano 2.3, Book
Roundup of Rails deployment news, including Dreamhost's announcement of Rails support using mod_rails - after the controversy earlier this year, Capistrano 2.3 release as well as the availability of the book "Deploying Rails Applications: A Step-by-Step Guide".
-
Rails Cells: Component-Oriented Development for Rails
Rails Cells aims to bring component-oriented development to Rails with its lightweight controllers and views that can easily be shared and reused. We caught up with Nick Sutterer, one of the Cells developers, to talk about the state of the project.
-
JRuby Roundup: 1.1.1 with Profiler, Startup Performance Boost, GSoC '08
JRuby's 1.1.1 release brings a few improvements over the initial 1.1 release, including a fix for a problem on IBM VMs and it now ships with the JIP profiler. Users of the JRuby 1.1.x trunk can also try out a new performance improvement that promises to seriously boost startup performance. Also: a look at GSoC '08 project related to JRuby.
-
Rails performance analysis with New Relic
New Relic introduces a new performance analysis tool for Rails applications. The tool is installable as a Rails plugin, and offloads the analysis to the New Relic service. We talked to New Relic's Lew Cirne about the technology behind the product.
-
MagLev: Gemstone builds Ruby runtime based on Smalltalk VM
OODB vendor Gemstone works on a Ruby VM called MagLev. Working with Seaside's and DabbleDB's Avi Bryant, Gemstone bases the Ruby runtime on their Smalltalk VM to offer performance and powerful persistence features. We talked to Avi Bryant and Gemstone's Bob Walker about the technology behind MagLev and the plans for it.
-
Rails Roundup: updated Agile Web development book, GSoC '08, to_proc vs Ruby 1.8.7
A look at recent Rails news, including the announcement of the 3rd edition of "Agile Web Development with Rails" by the Pragmatic Programmers and two projects accepted for Google's Summer of Code looking at Rails' performance. Finally, we look at how Rails' use of Symbol#to_proc caused this feature to be taken out of Ruby 1.8.7 and a new source for Rails news for Japanese readers.
-
Visual Rails Workbench available now from SapphireSteel Software
SapphireSteel Software released an update to their Ruby development environment known as Ruby in Steel 1.2 which includes the new Visual Rails Workbench.
-
Phusion Passenger/mod_rails makes Rails deployment easy
Phusion Passenger/mod_rails makes deployment of Rails apps simple. The Apache configuration is handled by a script and re-deployment is a single 'touch' away. We talked to the creators of Phusion Passenger who also experiment with a modified Ruby Garbage Collector to share memory across address space borders.