Displaying 2 results from an estimated 2 matches for "file_y".
Did you mean:
file_t
2006 Apr 20
0
Using render_to_string in other custom classes
...ng requires
templates I have them in there own views. The problem is when I want
to publish via email I don''t want to ask the controller to render the
views.
This is what I tried to do:
#/lib/myclass.rb
class foo
def build
@rts = ActionController::Base.new
file_x
file_y
end
def file_x
contents = @rts.render_to_string( path_to_my_template, self )
# and then I''d make the file etc
end
def file_y
contents = @rts.render_to_string( path_to_my_template, self )
# and then I''d make the file etc
end
end
the problem is...
2003 Nov 11
1
lock problem on 32 bit mounted nfs with 64 bit lock offsets
Hello list,
I've got a problem concerning locking of files with a share on a nfs
mounted NAS.
samba server is 2.2.8a installed from SuSE-RPMs
the NAS is mounted with following line in fstab:
<IP-Number>:/vgroup00/data02/data /mnt/nas01 nfs
rsize=8192,wsize=8192,soft 0 0
I tried to save a file from word which lead to a aprox. 1 minute hang of
my Win2k/SP3. The log of the