<!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.2873" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=331481719-15062006></SPAN><FONT 
face=Arial><FONT color=#0000ff><FONT size=2>&gt;<SPAN 
class=331481719-15062006>&nbsp;&gt;&nbsp;..</SPAN></FONT></FONT></FONT> realized 
that I didn't have RAILS_ROOT yet when inside of rails_init.rb.<SPAN 
class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2>&nbsp;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=331481719-15062006><FONT face=Arial 
color=#0000ff size=2>&gt;&gt;</FONT>&nbsp;</SPAN> So if you have that taken care 
of with initializer then we can simlify that.&nbsp;<SPAN 
class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2>&nbsp;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=331481719-15062006><FONT face=Arial 
color=#0000ff size=2>&gt;&gt;</FONT>&nbsp;</SPAN>I guess I wasn't aware that 
RAILS_ROOT would be available in initializer.&nbsp;<SPAN 
class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2>&nbsp;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=331481719-15062006><FONT face=Arial 
color=#0000ff size=2>&gt;&gt; ...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=331481719-15062006><FONT face=Arial 
color=#0000ff size=2>&gt;&gt;<FONT face="Times New Roman" color=#000000 
size=3>Is initializer also where we do the rest of rails_init.rb, the watcher 
setup? </FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=331481719-15062006><FONT face=Arial 
color=#0000ff size=2>&gt;&gt; <FONT face="Times New Roman" color=#000000 
size=3>I also added some code to there today to copy the stylesheets that are 
</FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=331481719-15062006><FONT face=Arial 
color=#0000ff size=2><FONT face="Times New Roman" color=#000000 size=3>&gt;&gt; 
needed for masterview admin </FONT></FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff size=2>Yes, 
initializer is the guy that takes care of figuring out RAIL_ROOT etc.&nbsp; Goes 
to a lot of effort to try to automagicallly always do the right thing; maybe not 
quite right for all scenarios, but heading in the right direction anyway.&nbsp; 
</FONT></SPAN></DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2>extras/rails_init.rb is going away, what it was doing is shared between 
initializer.rb and new extra/init_rails_controller.rb.&nbsp; </FONT></SPAN><SPAN 
class=331481719-15062006><FONT face=Arial color=#0000ff size=2>I've been 
synching your changes last night/today that you've been doing in to 
rails_init.rb into the new code, so got your stylesheet thing.&nbsp; 
</FONT></SPAN></DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff size=2>Not 
sure I'm wild about pushing the admin controller's stylesheets into app's 
public/stylesheets, may or may not be appropriate to litter their space with 
"our" admin styles.&nbsp; [tho I don't yet have a picture of how as an app 
developer I'd want to integrate this into my app's overall styles and 
layout...]</FONT></SPAN></DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff size=2>did 
you consider public/stylesheets/masterview?</FONT></SPAN></DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=331481719-15062006><FONT face=Arial color=#0000ff size=2>~ 
Deb</FONT></SPAN></DIV></BODY></HTML>