Displaying 2 results from an estimated 2 matches for "4gns".
Did you mean:
4gn
2005 Jan 12
2
Trouble building appradius
I am having trouble building appradius from http://appradius.minitelecom.org/
I configure, make, make install cpprad-1.0, but when I configure, then
make appradius I get :-
obelix:/usr/src/appradius/appradius1.0 # make
make[1]: Entering directory `/usr/src/appradius/appradius1.0/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
2006 Mar 07
0
checking for existence of object in views
In my views I often find an error caused by trying to display a
property of a non-existent object.
Is there is a simpler way to avoid this than to append an ''if''
conditional at the end
of each statement where the ''belongs_to'' object does not exist?
<% for person in @people %>
<tr>
<td><%=h person.address.streetname if