InfoQ Homepage Ruby Content on InfoQ
-
JRuby Leaves SourceForge for Greener Pastures at Codehaus
The JRuby project has moved from SourceForge to competitor Codehaus. InfoQ asked the project leads about their decision and the answers shed light on recent problems plaguing SourceForge.
-
Bruce Tate's "From Java to Ruby" Reviewed
Frequent technical author Bruce Tate's latest title "From Java to Ruby" takes a look at moving to Ruby from the eyes of a Java manager. Greg Sporar, Sun's Chief Netbeans evangelist reviewed the book. Javaworld today also posted a 'Ruby for Java' article.
-
Framework Performance: Ruby on Rails vs Django vs Symfony
Ruby on Rails goes head-to-head with Python's Django and PHP's Symfony frameworks in a battle of speed and stability.
-
Is Ruby Ready for the Enterprise?
Brad Banister of Enterprise Open Source Magazine takes a look at whether Ruby is ready for the enterprise in an article focused at developers and IT managers who are considering using Ruby in an enterprise environment.
-
Martin Fowler on Enterprise Rails
Martin Fowler likens DHH to Kent Beck and draws conclusions about the future of Ruby and Rails in enterprisey settings.
-
Six Ruby Presentations (with slides) from European Ruby Meeting Now Online
The audio and slides of six presentations made at a recent Ruby on Rails meeting, hosted by Greenpeace in Amsterdam, have just been made available. Topics include integration with legacy Java apps, CMS development, and Unicode.
-
InfoQ Article: Will the Enterprise change Ruby, or will Ruby change the Enterprise?
Ruby is often criticized for lacking the features required for developing large applications and maintaining them over long periods of time with large teams. Are we missing something fundamental for widescale adoption of Ruby in the enterprise?
-
David Heinemeier Hansson's RailsConf Keynote Address Now Online
A defining keynote address by David Heinemeier Hansson, the creator of Ruby on Rails, has been made available in video format to watch online.
-
Easy Continuous Integration for your Rails Project
Jay Fields of ThoughtWorks describes his team's continuous integration setup.
-
InfoQ Newsletter is now being sent out
InfoQ is now sending out a weekly newsletter by email. To get the newsletter, just register to the site. The newsletter is a quick and easy way to keep up to date with all new content and major headlines on the site. In future, the newsletter will be personalized to the communities you're interested in and also have other rich features.
-
JRuby 0.9 Released; Runs WEBrick, Rails, RubyGems, and Rake
Released today, the JRuby 0.9 interpreter for Java can now run RubyGems, the WEBrick Ruby HTTP server, and Ruby on Rails. JRuby co-lead Thomas Enebo told InfoQ that Rake also recently started to work. JRuby 0.9 also includes a number of bug fixes, an improved YAML parser thanks to JvYAML and RbYAML projects, and all non-native standard libraries are bundled in the JRuby distribution.
-
Adobe launches Flex 2 RIA platform; Flex SDK is now free
Adobe has released Flex 2, its platform for ajax-style enterprise rich internet application development that runs on Flash, whose version 9 now includes Just-In-Time compiler. The Flex 2 is now free for developing and deploying Flex apps on the Flash runtime. An Eclipse-based IDE and enterprise messaging/data connectivity featuring real time messaging is also available for enterprise customers.
-
Rails 1.1.3 Released
The new point release of Rails addresses a security issue and includes a few minor fixes.
-
Deploy Your Production Rails Applications at the Engine Yard
Engine Yard is the first Rails application deployment service that combines serious and scalable infrastructure with easy management at an affordable price.
-
InfoQ Article:Introduction to BackgrounDRb
As the problem domain of your Rails applications expands, you may need to run computationally intensive or long running background tasks. How can you run these long background tasks without your web server timing out? And how do you display the progress to your users?