Re: [Radiant] page_attachment error

2009-11-05 Thread Nate Turnage
On Thu, Nov 5, 2009 at 1:47 PM, Jeff Randall jrand...@iaak.net wrote: I am running Rails 2.3.4, Radiant 0.8.1 on Ubuntu 8.0.4 Did you run the update after the migration? Oh and be sure you checked out the proper branch or tag for 0.8.1. I think master is set up for 0.9. ~Nate

Re: [Radiant] page_attachment error

2009-11-05 Thread john muhl
does this help? http://groups.google.com/group/radiantcms/msg/aedda395081a30c9 On Thu, Nov 5, 2009 at 1:47 PM, Jeff Randall jrand...@iaak.net wrote: I am running Rails 2.3.4, Radiant 0.8.1 on Ubuntu 8.0.4 It seems the installation of page _attachments is successful per

[Radiant] Mailer not working with 0.8.1 passenger in production mode

2009-11-05 Thread Nate Turnage
I am having problems with the Aissac branch of the mailer extension, 0.8.1 branch, running with passenger on my production server. On my development machine it works perfectly well (redirects to thank you page), but on the production server it doesn't redirect. The database is exactly the same for

Re: [Radiant] Mailer not working with 0.8.1 passenger in production mode

2009-11-05 Thread Steven Southard
I can be there at 1pm. Is that okay with you? On Nov 5, 2009, at 4:04 PM, Nate Turnage wrote: I am having problems with the Aissac branch of the mailer extension, 0.8.1 branch, running with passenger on my production server. On my development machine it works perfectly well

[Radiant] iterating over children of children in order of creation

2009-11-05 Thread Joe Van Dyk
Hello, I've got the following structure: /publications /publications/boats/page1 /publications/boats/page2 /publications/boats/page3 /publications/cars/page1 /publications/cars/page2 etc I want to make a RSS feed that lists the most recent pages from the publications directory. when I do

Re: [Radiant] iterating over children of children in order of creation

2009-11-05 Thread john muhl
take a look at the aggregation extension: http://github.com/radiant/radiant-aggregation-extension On Thu, Nov 5, 2009 at 7:45 PM, Joe Van Dyk j...@pinkpucker.net wrote: Hello, I've got the following structure: /publications /publications/boats/page1 /publications/boats/page2