InfoQ

Topic/Tag specific view

All content and news on InfoQ about Rails Plugins


Latest featured content about Rails Plugins

Security (CAS and OpenID) with Ruby

Community
Ruby
Topics
Ruby on Rails,
Security

In this presentation from QCon SF 2007, Justin Gehtland explains two open solutions to distributed identity and their Rails integration components: the OpenID system (using ruby-openid) and CAS (using rubycas-client).

News about Rails Plugins

37signals Uses New Relic's Rails Performance Monitoring Solution

Community
Ruby
Topics
Performance & Scalability,
SaaS,
Ruby on Rails

New Relic announced that 37signals uses their Ruby on Rails performance management solution to find problematic areas in their applications. David Heinemeier Hansson confirmed that they achieved a 50% speedup in certain actions.

Real world JRuby on Rails: Infectious disease reporting and management

Community
Java,
Ruby
Topics
JRuby,
Ruby on Rails

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.

Rails performance analysis with New Relic

Community
Ruby
Topics
SaaS,
Performance & Scalability,
JRuby,
Ruby on Rails

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.

Rails: Resource_controller Plugin Puts Controllers on a Diet

Community
Ruby
Topics
REST,
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.

Rails 2.0 - What's a Newbie to Do?

Community
Ruby
Topics
Ruby on Rails,
Programming

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.

Articles about Rails Plugins

The MOle Plugin

Community
Ruby
Topics
Code Analysis,
Ruby on Rails

The MOle, so named because it acts as the investigators agent, is a plugin that provides insight into the inner workings of Ruby on Rails in realtime, as requests come in and get processed. The author describes how the plugin came about and gives InfoQ readers a detailed introduction to his innovative plugin.

Introduction to BackgrounDRb

Community
Ruby
Topics
Ruby on Rails,
Programming

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?

Interviews about Rails Plugins

James Adam on Rails Engines and Ruby in the Enterprise

Community
Ruby
Topics
Ruby on Rails

Dr. JamesAdam has been an active member of the Ruby community for more than four years, contributing to a number of projects including the FXRuby GUI toolkit and the Ruby-OpenGL bindings. InfoQ interviews James about his pioneering work with Rails Engines, the Rails plugin system and what it's like to be doing heavy Ruby development in enterprise settings.