search for: auto_discovery_link_tag

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

2007 Jan 08
0
[PATCH] auto_discovery_link_tag with more bacon!
Could a core member please check out ticket #6941? Makes auto_discovery_link_tag accept tons more content types. auto_discovery_link_tag :xml, formatted_posts_url(:xml) => <link href="http://localhost:3000/posts.xml" rel="alternate" title="RSS" type="application/xml" /> -- Josh Peek http://joshpeek.com/ --~--~---------~--~-...
2006 Jul 11
0
auto_discovery_link_tag in a partial ?
I have a partial that has a link_to(image_tag()) for an RSS feed. I would like this feed to be auto discoverable (link tag in document head). The problem is that it is too late to stick something in the head of the document by the time I am rendering this partial. The auto_discovery_link_tag must be in the head of the doc. Any suggestions ? -- thanks, Andrew -- Posted via http://www.ruby-forum.com/.