Servers: Web Articles
- Putting the pane back into deployment
Eloy Duran
Describes how to use a preferences pane for controlling Passenger on OS X - Ruby on Rails expert: Rails scales; Twitter shouldn't taint Ruby
Larry Dignan
Interview with Ezra Zygmuntowicz discussing where typical scaling problems really occur (in the database layer) and that the Twitter blame game is a red herring. - AUTO_INCREMENT MySQL
Conrad
Work-around to problem of adding an alternate starting value for auto increment if IDs in your tables. Bug exists in MySQL. - Apache+SSL Win32 HOWTO
Balázs Bárány
Setting up Apache and SSL on a variety of Windows Operating Systems - How to Use SQLite in Ruby on Rails
As with most of the Rails wiki, there’s a mix of outdated and useful information on this page. - Starling and Asynchronous Tasks in Ruby on Rails
Rany Keddo and Bjorn Wolf
Workling is a wrapper around asynchronous task runners such as Starling and Spawn. - Instant Rails with NetBeans
Brian Leonard
Installing Ruby on Rails via the Instant Rails distribution(which includes Ruby, Rails, Mongrel, MySQL, and Apache) for Windows XP (and Vista). Details how to hook everything up to work with the Netbeans IDE. - Logging in Ruby on Rails
Marty Andrews
Brief intro to Ruby on Rails logging, and how to switch from the default logger to log4r. - Maintainable Software: Rails Logging Tips
Mike Naberezny
Ruby on Rails comes prewired for logging using Logger from the Ruby Standard Library. This article demonstrates how to use the Rails logger, how to create your own logs, and offers some tips for debugging with console logging - Introduction to BackgrounDRb
Ezra Zygmuntowicz
An introduction to the Rails Plugin written by Ezra Zygmuntowicz. BackgrounDRB utilizes DRb to offload long running tasks from a Rails application. This article explains its design and use. - RightScale: Launch your Rails App in minutes on Amazon EC2 using RightScale
RightScale provides a turnkey solution for deploying Rails applications on Amazon’s EC-2. - Rotating Rails Log Files
Kevin Skoglund
How to use logrotate to automatically rotate your Rails log files. - Mod rewrite tutorials
An excellent series of tutorials on using mod rewrite, including writing efficient regular expressions.