Common Services: Web Articles
- 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. - 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. - 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.