search for: 2and

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

Did you mean: 22nd
2005 Jan 14
1
Asterisk@Home Install Problems
...remains when I use ifconfig to check the ip. Also I can't ever see the ip or config the ip on the second ethernet port. In addition the use of hostnae -i shows an ip of 127.0.0.1. If I use only the ethernet jack 1 and leave the second jack unplugged same result as above, but if I use only jack 2and leave jac 1 unplugged I see just the loopback info and nothing about eth0 with the defined ip and netconfig does nothing. Any help getting this up and runnign would be greatly appreciated. -Jonathan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
2008 Jul 14
3
How to assert a simple link (testing)
<%= link_to ''my_profile'',:controller => ''users'', :action => ''show'', :id => current_user.id %> <a href=''http://localhost:3000/users/show/2''>my_profile</a> What is the easy and simple way to assert this link in testing. -- Posted via http://www.ruby-forum.com/.