[Radiant] Jim Gay's blog extension - need install?

2008-12-27 Thread Nate Turnage
Does the SaturnFlyer blog extension need to be installed or migrated? There isn't any info in the readme so I am assuming not. And when I try and migrate it, I get this error "uninitialized constant AuthorExtension". Looking in the rake file leads me to believe that it doesn't, but I just want to b

Re: [Radiant] Jim Gay's blog extension - need install?

2008-12-27 Thread Mohit Sindhwani
Nate Turnage wrote: Does the SaturnFlyer blog extension need to be installed or migrated? There isn't any info in the readme so I am assuming not. And when I try and migrate it, I get this error "uninitialized constant AuthorExtension". Looking in the rake file leads me to believe that it doesn't

[Radiant] AJAX Example

2008-12-27 Thread Andrew Gehring
I'm looking for a little help. I'm relatively new to rails and RadiantCMS and I'm looking for documentation or an example of an extension using AJAX to update a div... Any guidance is appreciated! Thanks, Andrew G. ___ Radiant mailing list Post: Radi

Re: [Radiant] Jim Gay's blog extension - need install?

2008-12-27 Thread Jim Gay
Sorry for the lack of docs. I'll add 'em, but the blog extension is slated to become a part of the core sometime after 0.7 with some tweaks perhaps. Running the migration will add a bio and bio_filter to the user's table which allows user's to manage their own bio. I have NOT yet checked any

Re: [Radiant] Jim Gay's blog extension - need install?

2008-12-27 Thread Jim Gay
Also, I forgot to address your bug report. Originally it was just going to be support for authors (hence your error "uninitialized constant AuthorExtension") I've pushed an update to fix that, but it was a typo in blog/lib/tasks/ blog_extension_tasks.rake Pull the latest, and do let me know

Re: [Radiant] AJAX Example

2008-12-27 Thread Sean Cribbs
Essentially it's the same as any other Ajax updating method. What kind of pattern are you thinking of? Sean Andrew Gehring wrote: I'm looking for a little help. I'm relatively new to rails and RadiantCMS and I'm looking for documentation or an example of an extension using AJAX to update a d