Hello everyone, I am a bit confused with the XML markup the controller generates in an rails scaffold, because I can''t see it. For example, I create a post scaffold then I go to http://localhost:3000/posts but I can''t see the RSS icon on the nav bar on Firefox, neither in Chrome with an extension. Any trick for that, did I make any mistake? Thanks previously, Rodrigo Alves Vieira -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 23 June 2010 21:43, rodrigo3n <rodrigo3n-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello everyone, I am a bit confused with the XML markup the controller > generates in an rails scaffold, because I can''t see it. For example, I > create a post scaffold then I go to http://localhost:3000/posts but I > can''t see the RSS icon on the nav bar on Firefox, neither in Chrome > with an extension. Any trick for that, did I make any mistake?http://localhost:3000/posts.xml -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
yep this first mistake rails generate only api(xml, json) and html scaffold, rss its subs of xml, but not the same, u should u own write rss.xmlbuilder with rss schema definition, or use some plugins, such as atom feed, and so on the first mistake, if u wanna that u browser show u the "rss" link u shoud add alternate link to your headers Best Regards, Dieinzige On 23 Jun, 2010,at 08:43 PM, rodrigo3n <rodrigo3n-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: Hello everyone, I am a bit confused with the XML markup the controller generates in an rails scaffold, because I can''t see it. For example, I create a post scaffold then I go to http://localhost:3000/posts but I can''t see the RSS icon on the nav bar on Firefox, neither in Chrome with an extension. Any trick for that, did I make any mistake? Thanks previously, Rodrigo Alves Vieira -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.