search for: davefox

Displaying 2 results from an estimated 2 matches for "davefox".

Did you mean: davecot
2006 Jan 12
8
''stack level too deep'' error message
Hi, I''m trying to pull info from my company''s ldap server. I can''t use ActiveLDAP because our servers don''t support schema queries. I''ve created the model and the controller can pull the information (I''ve verified this from the log). However, when it comes time for the view to query the LDAP::Entry object, I keep getting ''stack
2006 Aug 13
2
Writing a Helper function
I''ve finally gotten to the point where I want to write my own helper function to call from my views. I used the script/generate to create my Controller so I also got the helper file. I defined the method I wanted to use in the helper rb file, but when I try to call them from the view I get a NoMethodError raised. Is there anything else I have to do besides creating the method in the