Re: Simplest easiest rss feeds?

2011-10-04 Thread Jenna Fox
So there is! Thanks Steve! — Jenna On 05/10/2011, at 12:48 PM, Steve Klabnik wrote: > There's an RSS generator in the standard library. > ___ > Camping-list mailing list > Camping-list@rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list

Re: Simplest easiest rss feeds?

2011-10-04 Thread Steve Klabnik
There's an RSS generator in the standard library. ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Helpers and R() routes

2011-10-04 Thread Jenna Fox
It'd be cool if in the next version of camping, you could use R(ControllerName, *args) inside of helper methods, rather than having to go all out with R(MyApp::Controllers::ControllerName, *args) — Jenna ___ Camping-list mailing list Camping-list@ruby

Simplest easiest rss feeds?

2011-10-04 Thread Jenna Fox
I'm looking to make rss feeds of some of my controller data - what's the simplest way to render some? Is there some way I can feed a json-like arrays of hashes type of structure in to some gem and get out an xml feed? Would it be more of a builder sort of operation? — Jenna ___