search for: modifacations

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

Did you mean: modifiacations
2000 May 23
1
further problems Re: scp not found with solaris 8/2.1.0p2
Thanks to Richard June, John Horne and Bosko Radivojevic, who pointed out that I probably need to set the configure-time option --with-default-path, so I did this (rather than make symlink messes, which I'd prefer to avoid) : 1489 ./configure --with-default-path=/bin:/usr/bin:/opt/local/bin --prefix=/opt/local --with-random=/dev/random 1490 make 1491 make install 1492 pkill -TERM
2002 Nov 09
2
Windows Client Sharing Problem (Access Denied)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greeting, ~ I've setup my Red Hat 7.3 With samba 2.2.5 to be a PDC. Which at the same time, I'm having the same problem like *problems on windows part <http://marc.theaimsgroup.com/?t=103675771200004&r=1&w=2>*. Accessing from windows to Linux always not a problem. But I'm having a problem to access it reverse. (from Linux
2006 Feb 14
22
Teaching Models to Render Themselves in the Controller
I am trying to teach my models how to render themselves, i.e. <%= my_model_object.render() %> Let me explain my reasoning and proposed method before this gets shot down as anti-MVC. Let''s say I am writing a contact-management application. I have a class Contact. I will need to display this class all over the application. My first choice is to use a partial. Now I can