On Miércoles, 19 de Agosto de 2009 02:46:21 Curtis escribió: > We have an implementation of Active Scaffold that displays active > documents in our application. I am the business analyst on the > project, so pardon my lack of understanding as a newbie. > > The question: Is there a way to export an RSS feed which conforms to > ActiveScaffold's user access and filter settings? I know there are > ways to set up RSS feeds with Rails, but I'd like to manage the > customization in ActiveScaffold and have the RSS simply match up with > any changes. Make sense?
You can add a rss format to list: config.list.formats << :rss And define a method to render the feed (list_respond_to_rss), you need to build the view. > > Before I queue this type of request with my development team, I'm just > looking for advice on the feasibility. Thanks in advance for your > insight/suggestions! > > -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
