Re: [Rails] Why doesn't anyone answer my question am i blacklisted?

2018-09-29 Thread Colin Law
On Sun, 30 Sep 2018, 06:19 Ralph Shnelvar, wrote: > fugee, > > (a) Perhaps no one knows the answer. > (b) It's a weekend. > (c) You ask so many questions that are often not easy to understand that many do not bother trying any more. Colin > Ralph > > > > Saturday, September 29, 2018, 10:10:5

Re: [Rails] Why doesn't anyone answer my question am i blacklisted?

2018-09-29 Thread Ralph Shnelvar
Title: Re: [Rails] Why doesn't anyone answer my question am i blacklisted? fugee, (a) Perhaps no one knows the answer. (b) It's a weekend. Ralph Saturday, September 29, 2018, 10:10:53 PM, you wrote: Why doesn't anyone answer my question am i blacklisted? -- You received this message be

[Rails] How do i render an xml view like index.xml.erb or index.xml.builder

2018-09-29 Thread fugee ohu
How do i render an xml view like index.xml.erb or index.xml.builder -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegro

[Rails] Why doesn't anyone answer my question am i blacklisted?

2018-09-29 Thread fugee ohu
Why doesn't anyone answer my question am i blacklisted? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To

[Rails] render xml index action/view

2018-09-29 Thread fugee ohu
I wrote a sitemap controller and view but my index.xml.builder file is actually an html response not xml because that what google's site says I did a lot of searching but all the examples I find are how to render a resource as xml from a controller action but I'm trying to use an action/view pa

Re: [Rails] ancestry gem creating and editing people view forms

2018-09-29 Thread fugee ohu
On Sunday, September 23, 2018 at 10:44:50 AM UTC-4, Nielson Rolim wrote: > > I'd suggest you create your own solution without ancestry. > > I had a similar problem. I have an User model and each user must has one > or more parents and one or more children. So I created a join table called > *us

[Rails] sitemap route, controller and view not xml response

2018-09-29 Thread fugee ohu
I wrote a sitemap controller and view but my index.xml.builder file is actually an html response not xml because that what google's site says I did a lot of searching but all the examples I find are how to render a resource as xml from a controller action but I'm trying to use an action/view pa