Axel's root Blog

for nerds only - little stories from the everyday sysadmin life with problems and their hard-to-find solutions
Posts tagged as rails

Rails locking across multiple forms

2009-11-24 by Axel Reinhold, tagged as rails
In a rails application i needed to lock an object across multiple forms. When i tried to increment lock_version the locking code prevented it.

Read more »

Rails Environments as Virtual Hosts

2009-10-16 by Axel Reinhold, tagged as apache, rails
Configuring all Rails environments as different virtual hosts in apache with FastCGI almost drive me nuts.

Read more »