Re: [Radiant] Radiant replace Pages with Abstract Content Model

2007-03-28 Thread Daniel Sheppard
Something I have missed in Radiant, since I have first used it (pre-0.5), is a uniform representation of content. I personally find the Page model clever, but rather strict as online content is rarely limited to pages, page parts and layouts. A content management system should be able

Re: [Radiant] Radiant replace Pages with Abstract Content Model

2007-03-28 Thread Oliver Baltzer
Hi Dan: Daniel Sheppard wrote: In terms of interface, however I think creating dedicated interfaces for asset and comment management is a better way to go. My plan for that is to provide content class filters for the tree, such that only objects of the specific class are displayed. This idea

Re: [Radiant] Hosting Companies

2007-03-28 Thread Sander de Goeij
Wow, Slicehost looks really interesting. Thanks for the heads up! -- Sander de Goeij [EMAIL PROTECTED] ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] Hosting Companies

2007-03-28 Thread Kevin Ansfield
You can add my vote for slicehost too. Very solid and reliable from my experience, definitely no overloaded servers and it's really simple to set up new slices or rebuild them. Kevin On 3/28/07, Sander de Goeij [EMAIL PROTECTED] wrote: Wow, Slicehost looks really interesting. Thanks for the

Re: [Radiant] Radiant Digest, Vol 12, Issue 53

2007-03-28 Thread Ruben D. Orduz
/20070328/88b0b264/attachment-0001.htm -- ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant End

Re: [Radiant] Extensions public directory

2007-03-28 Thread Oliver Baltzer
Hi Andrea: Andrea Franz wrote: In my extension I use a task like this: desc Copies files in public/admin task :move_files = :environment do extension_public = File.join(File.dirname(__FILE__), '../', '../', 'public') cp_r extension_public, RAILS_ROOT end Great, thanks. That

[Radiant] General Question

2007-03-28 Thread Walter Lee Davis
I posted a question yesterday about the Mailer extension, and it occurs to me that it might have come off too needy. I am just starting with Rails and Ruby, and stumbled across Radiant, which can already do about 80% of what I need out of the box. Could someone tell me, in general terms, if I

[Radiant] Asset Management

2007-03-28 Thread doug
hi All. longtime lurker, first time caller I am finding Keith Bingham's asset foo to be dealing with images admirably, but not other content_types, I see code to handle it, so I dive in... At this point confusion sets in, so I thought I'd ask what the plan was for non image content_types,

Re: [Radiant] General Question

2007-03-28 Thread Walter Lee Davis
On Mar 28, 2007, at 10:32 AM, John W. Long wrote: It checks for a post and if it's a post it processes the request. If there are no errors it sets success to true and the part in the r:if_success tags renders Exactly what I was trying to do with Mailer. I see, I will need to get my nails

[Radiant] Extending Models in Extensions

2007-03-28 Thread Ryan Heneise
Hi Folks... Longtime Radiant user, just getting started with Mental Extensions. I am creating an extension for posting and managing Comments. I've created the Comment model, my controllers, and views in the new Extension, but I'm having trouble extending Radiant's built-in Page model to

Re: [Radiant] Extending Models in Extensions

2007-03-28 Thread Ryan Heneise
I think I just solved my own problem. Evidently it is easy to open up and extend the Page model I put: class Page ActiveRecord::Base has_many :comments end in ../extensions/comments/app/models/page.rb and then require File.dirname(__FILE__) + '/app/models/page' in the

Re: [Radiant] one radiant, multiple sites, IIS

2007-03-28 Thread Mark A. Yoon
Brian, I found http://dev.radiantcms.org/radiant/changeset/205, which fixed the issue. Thanks for your help and input. -- Mark A. Yoon Senior Web Applications/Software Engineer, Northwestern Radiology [EMAIL PROTECTED] On 3/28/07, Mark A. Yoon [EMAIL PROTECTED] wrote: Brian, Thanks for

Re: [Radiant] Hosting Companies

2007-03-28 Thread Colin Nederkoorn
I use VPSLink and Ubuntu. I followed the instructions here: http:// richarddcrowley.org/blog/view/101 to get RoR up and running and then got Radiant Mental out of the SVN repository. As far as VPSLink service... they have had one outage, but have been fine since then. I have 2 machines with

Re: [Radiant] Hosting Companies

2007-03-28 Thread BJ Clark
Slice host. - BJ Clark the science department ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Page Types -- one per page

2007-03-28 Thread Walter Lee Davis
I have been fooling around with the various extensions for Mental, and think they are an amazingly simple way to work. But there's a problem with that simplicity. I tried out the Search extension, works great, lots of tags to use, etc. I made a Search page, everything works pretty well (it

Re: [Radiant] Page Types -- one per page

2007-03-28 Thread Keith Bingman
These are both pretty old Behaviors, ported over to the new extension system. With the new system, it shouldn't be too hard to make the tags usable across a site, though I haven't investigated either of these extensions since they first came out as behaviors. I think John posted something

Re: [Radiant] Page Types -- one per page

2007-03-28 Thread Walter Lee Davis
Thanks, this is a very neat solution. Walter On Mar 28, 2007, at 7:31 PM, John W. Long wrote: Assign the Search page type to your search results page. Then, to use it on other pages, just use normal *HTML* form tags: form action=/search/ method=get p Search:br / input

[Radiant] Setting up radiant 0.6.0

2007-03-28 Thread John-Daniel Trask
Hi All, I'm a relative Rails n00b and I'm having a few challenges. I've setup radiant happily enough on my machine but now I'm looking to deploy a solution. I'm using hostingrails.com as my provider and I'm setting up the site under a sub-directory of the primary URL so it looks like this:

Re: [Radiant] Hosting Companies

2007-03-28 Thread Mars Hall
Slicehost! ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Extending Models in Extensions

2007-03-28 Thread Sander de Goeij
def activate ... Page.send :include, PageExtender end Page.send(has_many, comments.intern) would also work. -- Sander de Goeij [EMAIL PROTECTED] ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: