search for: diechmann

Displaying 3 results from an estimated 3 matches for "diechmann".

Did you mean: wiechmann
2011 Mar 31
2
multiple vhosts running off of one passenger/rails app
Hi, I''ve been googling quite a bit - but up until now to no use :( My problem is how to configure Apache conf (and perhaps Passenger) for this setup to work: <VirtualHost *:80> ServerName oxen.company_A.com DocumentRoot /var/www/html/oxen/sites/company_A/public PassengerAppRoot /var/www/html/oxen SetEnv OXID 23 </VirtualHost> <VirtualHost *:80>
2008 Jun 14
0
does BackgrounDRB not "know" the rails environment it is running within/in parallel with?]
...else logger.info "Faktura med ID #{invoice_id} blev ikke dannet - som HTML!" end else logger.info "Faktura med ID #{invoice_id} blev ikke fundet!" end end end -------------- next part -------------- An embedded message was scrubbed... From: Walther H Diechmann <walt at alco.dk> Subject: does BackgrounDRB not "know" the rails environment it is running within/in parallel with? Date: Sun, 15 Jun 2008 01:21:45 +0200 Size: 4468 URL: <http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080615/141cea80/attachment.eml>
2013 Feb 25
7
Optimistic Locking Enhancements: Gem or Core?
I''m working on an app that makes use of rails'' optimistic locking feature and seeing some possibilities for improvements. It seems a bit tedious to have to add :lock_version to forms wherever the model is used. You also have to "hack" around rails'' UJS feature to add it as a URL parameter when using remote: true, method: [:put, :patch, :post, :delete].