InfoQ Homepage Ruby on Rails Content on InfoQ
-
Better Rails Plugin Management
As the number of Rails plugins steadily increases, remembering and managing these plugins is getting increasingly difficult. Some tools are addressing the need for better plugin management.
-
Can Ruby Live Without Rails? An Interview with Bruce Tate
Yakov Fain, a senior technical architect and author of numerous Java books, interviews Bruce Tate, a famous Java-turned-Ruby developer, and investigates the status of the Ruby language.
-
Is there room for both Ruby on Rails and J2EE?
Aaron Rustad takes a look at the differences between Rails and J2EE in an article published by IBM developerWorks, and ultimately suggests J2EE won't be dying any time soon.
-
Juggernaut: Real-time communication for your Rails views
Alex MacCaw Ruby on Rails releases Juggernaut, a Rails plugin that provides a real-time socket connection between Rails views and a message bus / data server.
-
Refactoring your Rails application to be RESTful
Scott Raymond writes about how his life became easier when he refactored the application behind IconBuffet.com to using RESTful URLs.
-
Ruby Support in Visual Studio Coming
The project known as "Sapphire in Steel" will provide users of Microsoft's Visual Studio 2005 with support for programming using Ruby and Ruby on Rails within their IDE.
-
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.
-
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.
-
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.
-
Rails 1.1.3 Released
The new point release of Rails addresses a security issue and includes a few minor fixes.