search for: kleist

Displaying 3 results from an estimated 3 matches for "kleist".

Did you mean: keist
2002 Aug 14
1
Browse Master
...on and we could browse our Windows machines. Since then it has apparently lost an election and is no longer the master. Is there a way I can configure the Windows boxes to always loose the election? Or have I done something wrong in the configuration of the samba host? Thanks for your time. Kurt Kleist Sr. Software Engineer Discern Communications, Inc. 333 Ravenswood Ave. EL319 Menlo Park, CA 94025 650.859.4958 kurt@discern.com www.discern.com
2008 Jan 13
2
How to set a controller''s layout?
I''d like a controller to use a specific layout for all its views. Right now I''m calling `render :layout => ''foo''` in each method, but there must be a better way. I tried class Users < Application layout ''foo'' end And that definitely doesn''t work. Then, as a test, I tried setting _layout within a method, like this: def
2008 Jan 14
0
Making failing view specs easier to troubleshoot
I just had a problem that had me stumped for an hour. All of a sudden all of my view specs were failing, and I couldn''t get good troubleshooting information from the rspec output. The output from running `rake specs` was a bunch of HTML from app/views/exceptions/internal_server_error.html.erb, but there wasn''t enough info there to diagnose my problem. It just said