search for: jturnbul

Displaying 2 results from an estimated 2 matches for "jturnbul".

Did you mean: jturnbull
2006 May 26
2
Lighttpd Config
...server.indexfiles = ( "index.php", "index.html" ) accesslog.filename = "/var/log/lighttpd/access_log" server.errorlog = "/var/log/lighttpd/error_log" # Start of logapp vhost $HTTP["host"] == "logapp" { server.document-root = "/home/jturnbull/logapp/public/" accesslog.filename = "/home/jturnbull/logapp/log/access.log" server.indexfiles = ( "dispatch.fcgi", "index.html" ) server.error-handler-404 = "/dispatch.fcgi" # rails stuff #### fastcgi module fastcgi.server = ( ".f...
2006 Jul 11
4
Variable Losing it''s Value
I fired up my rails app after a few weeks, only to find it was broken, in that the variable seems to be losing it''s value somewhere between the controller and the view. I''ve broken it down to the absolute simplest test, and here is what I get: THE CONTROLLER (controllers/visits_controller.rb) class VisitsController < ApplicationController def list @test = "test"