<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006>I'm running rails 1.1.2, ruby 1.8.4, and fully synched 
with trunk.&nbsp; There's something profoundly screwy going on with my files and 
timestamps that only seems to have started w/in the past few 
days.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006>I have finally gotten things running again, 
kinda:&nbsp;mv installed in a clean empty rails app, files not under version 
control; also in my own rails app checked out from svn if I do certain 
hand-fiddling to ensure template file timestamps are getting updated.&nbsp; 
Tried both file generation and direct-to-rails-cache - 
cool!!!</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006>There's something I don't understand about what's 
happening with SVN checkouts and files/timestamps.&nbsp; Dunno if it's SVN, my 
client config settings, Tortoise SVN, subclipse, or all of these in some 
fashion.&nbsp; I'm editing files in eclipse or with my usual&nbsp;html editing 
tools and despite the fact that edits are made and saved the file timestamps 
aren't getting updated.&nbsp; I am... baffled.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006><SPAN class=189363420-18062006>A thought: timestamps 
can in general&nbsp;be kind of flakey, esp. when doing things like FTP xfr's 
between machines (?and version control checkouts?).&nbsp;&nbsp; And 
you&nbsp;really don't wanna hear me whine about daylight savings changes on 
windows...&nbsp;Maybe shouldn't be the sole criteria for&nbsp; template change 
detection.&nbsp; How about adding a size-changed condition as 
well?</SPAN></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=189363420-18062006>~ Deb</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Jeff Barczewski 
[mailto:jeff.barczewski@gmail.com] <BR><B>Sent:</B> Sunday, June 18, 2006 9:24 
AM<BR><B>To:</B> djlewis@acm.org; 
masterview-devel@rubyforge.org<BR><B>Subject:</B> Re: [Masterview-devel] No joy 
in generating today<BR></FONT><BR></DIV>
<DIV></DIV>I fixed an issue today where updates weren't being seen because the 
resolution of Time is a second, so I put in a sleep in the tests to insure a 
second would pass between updates. <BR><BR>I also updated config_settings_test 
to use default path of app/views <BR><BR>All tests work for me on *nix and 
win32. I also manually ran mv as gem and plugin in both environments and appears 
to be working from what I tested. I tested with generate_rhtml on and 
off.<BR><BR>I am running rails 1.1.2, I haven't tried it on older versions in a 
while. Specifically the direct to erb might not work on older versions, so if it 
doesn't then set generate_rhtml_files to true and it should work fine.&nbsp; 
Will test on those versions first chance I get. <BR><BR>Let me know the details 
of your issues, it sounds like nothing is generating for you, or it isn't 
picking up updates?? And you have all the latest changes. correct?<BR><BR>I'm 
hoping that it is something out of sync, because I am running out of ideas 
unless it maybe it is an older version of rails or something, but they also 
worked (using rhtml) when I tested a while back. <BR><BR>I am going to do some 
stuff for fathers day, but let me know any details of your issues and I'll take 
a look by tomorrow morning.<BR><BR>Jeff<BR></BODY></HTML>