Message from discussion
Is it just me, or is Rails 2.3.2 not reloading layouts and CSS?
Received: by 10.210.110.5 with SMTP id i5mr178875ebc.9.1245938691199;
Thu, 25 Jun 2009 07:04:51 -0700 (PDT)
Return-Path: <david.sp...@gmail.com>
Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224])
by gmr-mx.google.com with ESMTP id 15si466654ewy.4.2009.06.25.07.04.50;
Thu, 25 Jun 2009 07:04:50 -0700 (PDT)
Received-SPF: pass (google.com: domain of david.sp...@gmail.com designates 209.85.219.224 as permitted sender) client-ip=209.85.219.224;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of david.sp...@gmail.com designates 209.85.219.224 as permitted sender) smtp.mail=david.sp...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by ewy24 with SMTP id 24so2138849ewy.47
for <nwrug-members@googlegroups.com>; Thu, 25 Jun 2009 07:04:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:date:from
:user-agent:mime-version:to:subject:references:in-reply-to
:content-type:content-transfer-encoding;
bh=3bWListuvtzALIM0bIA4qiVy9Tev609CDPAJRCwLEoc=;
b=MWU52PWICCAQH1eFbIkjrJOoiClRsUqFfP9JJklLcTfNtA85cC7Pz+o8ZqGUgN2OMF
l6fdjdJFbMVqgLikE590pqMuDJWL2qA6Cebn7wOgI3TmMke81+LgQgRVXw/j84reoVkN
IW4MxnDn8c7obUnf2k5T6huxo+d0YPl2aZXl8=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:user-agent:mime-version:to:subject:references
:in-reply-to:content-type:content-transfer-encoding;
b=TDghIR7D9tOHYxhGssGp0654dFfykA2xXQ0xPJNkGjpqOtYWgB1vgFaMtXJ7iDb5ZF
AbObOyuPvPumasCW+fK9iLJI2aTYknD12Y1fhplUj1VWX/xrilutYRDMDZbCeWABW0ky
Df0l/ykgp5vMIlKvy8ftYIU+2PQTA5JvYubNY=
Received: by 10.210.109.10 with SMTP id h10mr2837946ebc.89.1245938690134;
Thu, 25 Jun 2009 07:04:50 -0700 (PDT)
Return-Path: <david.sp...@gmail.com>
Received: from luxuria.local (ppp-3-160.bris-b-2.access.uk.tiscali.com [80.225.126.160])
by mx.google.com with ESMTPS id 7sm169555eyg.32.2009.06.25.07.04.48
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Thu, 25 Jun 2009 07:04:48 -0700 (PDT)
Message-ID: <4A4383FF.4040...@gmail.com>
Date: Thu, 25 Jun 2009 15:04:47 +0100
From: Dave Spurr <david.sp...@gmail.com>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
To: nwrug-members@googlegroups.com
Subject: Re: [NWRUG] Is it just me, or is Rails 2.3.2 not reloading layouts
and CSS?
References: <dffb89130906250448i733cb27du53e59585767bb...@mail.gmail.com>
In-Reply-To: <dffb89130906250448i733cb27du53e59585767bb...@mail.gmail.com>
Are you using a virtual machine for your dev env? If so make sure the
clock on your VM is set to the right time. I had a situation once where
I was editing files locally which were then mounted on my dev VM and
changes weren't showing in Rails.
-D
On 25/6/09 12:48, Francis Fish wrote:
> Hi guys,
>
> This is driving me nuts and restarting passenger makes no difference.
>
> If I rename the layout and change the name in the controller then it
> picks it up.
>
> CSS seems to suffer from the same problem.
>
> I'm convinced that my 2.2.2 project *just works*. Is there something
> in 2.3 I've missed?
>
> Thanks and regards,
>
> Francis
>
> Follow me on twitter https://twitter.com/fjfish
> Blog at http://www.francisfish.com
> (you can also buy my books from there!)
>
> >