Displaying 3 results from an estimated 3 matches for "egerv".
Did you mean:
eger
2011 Apr 13
3
Question about ERB performance
I''m trying out rails 3 and I''m looking at the performance statistics
given by WEBrick.
It says many of my database operations are taking 2ms or 7ms... but
the view is taking 40ms. People often say that the database is the
bottleneck in applications (which it most certainly can be, and often
is)... but isn''t the rendering of ERB a little show here? My test
pages really
2024 Mar 04
2
Almost all print driver uploads fail
Hi,
I'm working on a minimal print server setup for Windows 10/11 x64 clients.
No domain, no Kerberos, no LDAP, only a few local users on a standalone
server with some shared CUPS printers.
Printing works well.
After setting 'spoolss: os_major = 6' and 'spoolss: os_minor = 1' The
*Kyocera KX Universal Driver* has uploaded well. But, that's all.
No success uploading
2011 May 26
8
Is there a way I can create a sub-layout with ERB?
I have 2 pages that have almost the same content except for stuff in
the middle. I''d basically like to have a sub-layout that wraps the
content that is different - exactly the way a normal layout file
would.
How can I call into a layout inside of erb? I''d like to do something
like this:
<%= render :sub-layout => "reusable-wrapper" %>