InfoQ

InfoQ

Editor Specific Content View

All of Rick DeNatale's Content on InfoQ


News by Rick DeNatale

Rails: Resource_controller Plugin Puts Controllers on a Diet

Topics
REST,
Ruby,
Ruby on Rails

Rails 2.0's REST support is useful but it could be less verbose and more helpful when it comes to nested resources. A Rails plugin called resource_controller helps out by taking the tedious work out of REST controllers. We take a look at the problem and how resource_controller can be used to fix it.

Ruby 1.9 - When Will It be Production Ready

Topics
Runtimes,
Language,
Ruby

Ruby 1.9 is out - but it's not yet intended to be used in production systems. The release tag had one effect: more developers are actually giving it a spin and try to run their applications and libraries and update them for the new version. We looked at how well Ruby 1.9 fares in this aspect.

Rails 2.0 - What's a Newbie to Do?

Topics
Programming,
Ruby,
Ruby on Rails

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.

Ruby 1.9 released

Topics
Ruby,
Performance & Scalability

Ruby 1.9 has just been released, bringing a host of new features and improvements. Speed improvements come from the new YARV VM, concurrency features were updates with native threading and Fibers, and language changes such as a new Hash literal syntax tighten the language. We take a look at some of the features and where to find information about Ruby 1.9.

RSpec 1.1 - A Step Up for BDD advocates

Topics
Delivering Quality,
Agile Techniques,
Ruby on Rails,
Ruby

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.