Re: Simplest easiest rss feeds?

2011-10-05 Thread Jonathan Groll
On Wed, 5 Oct 2011 11:20:31 +1100, Jenna Fox wrote: > [1 ] > [1.1 ] > > [1.2 ] > 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

Re: What now?

2009-08-21 Thread Jonathan Groll
On Fri, Aug 21, 2009 at 08:28:34AM +0200, Magnus Holm wrote: Okay, _why has left us, but since Camping has been community-driven for a while I think we can handle this. First of all, we need a new home for Camping at GitHub for code, wiki and the bug tracker. As far as I can see, it looks like w

Re: Camping tutorials for education?

2009-06-11 Thread Jonathan Groll
On Thu, Jun 11, 2009 at 10:44:30AM -0400, David Susco wrote: @Jonathan - Re: your apache conf, I actually didn't need the directory directive and the execcgi option to get this to work. Why did you list it? You don't need the execcgi, and the reason I give the directory directive is to set the

Re: sqlite3 connection problem

2009-06-11 Thread Jonathan Groll
On Tue, Jun 09, 2009 at 11:35:26AM +0100, Dave Everitt wrote: Any feedback appreciated on the following. My most recent attempt to identify the issue is a minimal Ruby/SQLite/ActiveRecord script, Pastied here: http://pastie.textmate.org/492514 which brings up the following when run from the co

Re: Camping tutorials for education?

2009-06-09 Thread Jonathan Groll
Hi David, On Tue, Jun 09, 2009 at 09:29:22AM -0400, David Susco wrote: I'd definitely be interested in seeing any work you do with this. Having it up on the wiki would be nice too. I'm still trying to figure out deployment with camping 1.5. I've experimented with 1.9.316 and rack but have yet t

Re: deployment

2009-06-04 Thread Jonathan Groll
Hi David, On Wed, Jun 03, 2009 at 10:24:01AM -0400, David Susco wrote: I have a few camping apps I'd like to start automatically if my server ever restarts. There's an init.d file that comes with mongrel_cluster that you can use for rails apps, is there anything out there for camping apps though

The subtleties of config.ru, or what to do if you get "Camping problem! / not found"

2009-04-28 Thread Jonathan Groll
On Thursday I tried to get the camping blog.rb example working with rack/passenger/apache. The config.ru (below) resulted in Camping Problem! / not found require 'rubygems' require 'rack' require 'camping' Camping.goes :Blog Blog::Models::Base.establish_connection :adapter => "sqlite3", :databas