search for: ahref

Displaying 4 results from an estimated 4 matches for "ahref".

Did you mean: href
2007 Mar 14
11
path vs. url
When using named RESTful routes, when should one use the generated ..._path helpers, and when the ..._url helpers? Say I did this in routes.rb: map.resources :users Where should I use users_path, new_user_path, etc., and where should I use users_url, new_user_url...? Thanks! Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2005 Nov 24
0
Request rewriting - regular expressions
...ks! match URL into $ with ^/$ if matched then set SCRATCH:LOC = http://www.example.com/en/homepage.html set Response = 302 set OUT:Location = %{SCRATCH:LOC} set OUT:Content-Type = text/html set Body = set Body = This page has moved, please visit <ahref="http://www.example.com">here</a> instead. endif
2004 Aug 06
0
Earn an income from home !! qjb
...e link below. ...............> For more information, or to be removed, e-mail my autoresponder... mailto:successteamrequest@yahoo.com?subject=more_info or change to remove ============================================= Thank you very much for your precious time! Sincerely, D. Wollyung <ahref="mailto:successteamrequest@yahoo.com?subject=more_info"> mailto:successteamrequest@yahoo.com?subject=more_info</a> To be removed from this mailing list, please click this link: mailto:successteamrequest@yahoo.com and reply with remove in the subject line. --- >8 ---- List...
2006 Feb 20
8
Downloading Files
I''m building a rails app that will create .xml documents for the users of a particular intranet. My question is two fold 1. The files are in /public/files/something.xml, etc... How can I create a link_to in rails to access these files? 2. How I can I force the file to be downloaded (bring up a save dialog) as opposed to displaying in the browser? Thanks for hte help. -- Posted