InfoQ Homepage Ruby Content on InfoQ
-
Lessons from building Oracle Mix on JRuby on Rails
Rich Manalang posts a detailed report about the development of Oracle Mix, starting out on MRI, then moving to JRuby. Along the way, a few valuable lessons about JRuby (on Rails) development and performance pitfalls were learned.
-
Aptana Studio 1.0 release, updated RadRails, new commercial edition
The Eclipse-based Aptana Studio, which includes RDT and the popular RadRails, has released version 1.0. This now also includes a commercial "Professional" version which includes a few select features over the free "Community" version.
-
Ruby.NET 0.9 improves .NET interop, adds Form designer support
Ruby.NET, a project to compile Ruby source to .NET CIL, just released version 0.9. The release comes with improved .NET integration and a nearly complete implementation of the Ruby standard library. To top it off, Ruby.NET VS integration ships Form Builder support to help build Ruby GUI apps.
-
Interview: Zed Shaw on Mongrel and Ruby in the Enterprise
Zed Shaw - creator of Mongrel and the Profligacy GUI library - sat down with InfoQ for a video interview. Among the topics discussed are Mongrel, how to make money with Ruby in the enterprise and his interest in alternative languages such as Lua, Smalltalk and Factor.
-
IronRuby on Silverlight Demo at RubyConf
John Lam recently gave the folks at RubyConf a sneak-peak to what is coming from Microsoft's commitment to Ruby running on its Dynamic Language Runtime (DLR) and Silverlight.
-
Oracle Mix: First large JRuby on Rails app online
JRuby on Rails powers its first public webapp: Oracle Mix, a social networking app, was announced at OracleWorld. Built in a few weeks by a team of Oracle and ThoughtWorks, it shows that its possible to build a large application using JRuby on Rails and the Oracle software stack.
-
Understanding the ActionScript Virtual Machine for Java Developers
The ActionScript Virtual Machine 2 (AVM2) executes ActionScript 3.0 (AS3) bytecode in the Flash Player 9 runtime. ActionScript 3 is an Object Oriented programming language, used by developers to build Flash based applications in Adobe Flex and AIR.
-
Does the rise of Service Oriented UI (SOUI) means the death of server-assisted MVC?
Nolan Wright thinks server-assisted MVC implementations are a thing of the past and that Services, Ajax and DHTML can greatly simplify the way we build web applications.
-
Bridging the Japanese/English language gap in Ruby?
Charles Nutter points out an issue in the Ruby community: the language barrier between Japanese and English speaking members. This brings up the question: what tools could help with this?
-
The Forgotten Ruby Web Frameworks
With the success of Ruby on Rails, is there a place left for other Web frameworks written in Ruby? Everyone knows Rails, some might even have heard of Merb and Camping, but has anyone heard of Nitro, Ramaze, Sinatra, IOWA or Cerise? InfoQ quickly tours these frameworks and how they are appreciated (or ignored) by the blogosphere.
-
First JRuby 1.1 beta and JRuby 1.0.2 released
The first JRuby 1.1 beta was just released, shortly after the stable branch was updated with JRuby 1.0.2. Among many new features and better performance, ObjectSpace is now disabled by default in 1.1.
-
Apache to incubate its first Ruby Project: Buildr - Ruby Build System for Java Projects
Buildr is a simple and intuitive build system for Java projects. After 10 months of development and a lot of positive feedback, it will be incubated by the Apache Foundation, which will be opening its doors to its first Ruby project.
-
Microsoft Releases JavaScript Compatibility Study for IE, Firefox, Opera, and Safari
Historically JavaScript compatibility has been a major problem for web developers. Variations between the official spec, the de-facto standard, and the various implementations have kept many a developer up all night. To address this, Microsoft has released a document detailing these incompatibilities in the four most popular browsers.
-
RSpec Adds Eagerly-Awaited RBehave Functionality for Integration Testing
RSpec is a Behaviour-Driven Development acceptance testing framework for Ruby or Java that enables developers to turn acceptance specifications from the business into executable examples of expected behaviour. Dan North built a separate extension, RBehave, to express story-level integration tests with RSpec. David Chelimsky has now incorporated RBehave-like functionality into the RSpec trunk.
-
IDE scripting with Ruby and Eclipse Monkey
Eclipse Monkey now allows to script Eclipse with Ruby. This puts Eclipse closer to Smalltalk IDEs or Emacs, by allowing to automate tedious tasks or build simple tools right in the IDE using a familiar language.