Displaying 2 results from an estimated 2 matches for "ashttp".
Did you mean:
ishttp
2007 Nov 27
1
routing
Hi all,
My site uses subdomains to define an item. Eg http://itemname.mysite.com
I fetch the itemname and render the appropriate site from that
itemname. The subdomain is used everywhere (eg http://itemname.mysite.com/events,
http://itemname.mysite.com/products/show/11, ...)
I now want to give the user the possibilty to use a ''real'' domain like
www.itemname.com that should
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/.