Deprecated: Assigning the return value of new by reference is deprecated in /home/tsiegel/public_html/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/tsiegel/public_html/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/tsiegel/public_html/wp-includes/theme.php on line 540

Warning: Cannot modify header information - headers already sent by (output started at /home/tsiegel/public_html/wp-includes/cache.php:36) in /home/tsiegel/public_html/wp-includes/feed-rss2-comments.php on line 2
Comments on: Add An RSS Auto-Discovery Link in Rails http://toddsiegel.com/2008/04/17/add-an-rss-auto-discovery-link-in-rails/ Sun, 20 May 2012 04:18:27 +0000 http://wordpress.org/?v=2.3.1 By: Noah Smith http://toddsiegel.com/2008/04/17/add-an-rss-auto-discovery-link-in-rails/#comment-5824 Noah Smith Tue, 05 Jan 2010 20:37:21 +0000 http://toddsiegel.com/2008/04/17/add-an-rss-auto-discovery-link-in-rails/#comment-5824 Let's try that again, the syntax didn't take: <code> "controller_name", :action => "feed", :title => "My Site's RSS Feed"}) %></code> Let’s try that again, the syntax didn’t take:

"controller_name", :action => "feed", :title => "My Site's RSS Feed"}) %>

]]>
By: Noah Smith http://toddsiegel.com/2008/04/17/add-an-rss-auto-discovery-link-in-rails/#comment-5823 Noah Smith Tue, 05 Jan 2010 20:36:39 +0000 http://toddsiegel.com/2008/04/17/add-an-rss-auto-discovery-link-in-rails/#comment-5823 Actually, you want something more like: "controller_name", :action => "feed"}, :title => "My Site's RSS Feed") %> So it shows the title up there with the logo too. Thanks for the post, though, it got me 90% there! Actually, you want something more like:

“controller_name”, :action => “feed”}, :title => “My Site’s RSS Feed”) %>

So it shows the title up there with the logo too. Thanks for the post, though, it got me 90% there!

]]>