Re: [Radiant] Radius integration with rails app

2007-11-22 Thread Arpit Jain
Maged Makled wrote: > Arpit Jain wrote: >> Sean Cribbs wrote: >>> Depends on if you want to use just Radius, or the whole Radiant >>> application. If you want to use just Radius, you can install the gem >>> and require it like you would any other gem. Then you would define >>> your own context an

Re: [Radiant] Moving pages and have them become child items...

2007-11-22 Thread Travis Bell
Hey Erik, Thanks. I hadn't noticed that extension before. In my head move and re-order were the same thing. :-\ Cheers, -- Travis Bell Not sent from my iPhone. On 22-Nov-07, at 12:10 AM, Erik van Oosten wrote: > On http://wiki.radiantcms.org/Thirdparty_Extensions there is a plugin > call

Re: [Radiant] Howto use a template for the mailer extension

2007-11-22 Thread Matias Quaglia
Hi Peter! I had the same kind of questions, Because I have a page with several forms like "tell a friend", "newsletter sign up", and "contact us", and I was thinking how to make it, because also are forms with special layouts, so the tags are not usefull for me. Which does is to make a form wi

Re: [Radiant] How to Integrate Radiant To an Rails Application

2007-11-22 Thread Loren Johnson
I've recently also had good success creating widget outputs from my other Rails app and then have Radiant consume them via Net::HTTP and the backdoor plugin, it's a hack but may be a pattern I bother making a "Widgets" extension to facilitate in the future. On Nov 22, 2007, at 9:44 AM, Mag

Re: [Radiant] How to Integrate Radiant To an Rails Application

2007-11-22 Thread Maged Makled
Gnana Prasad wrote: > Hi All, > > I am trying to integrate radiant with rails application , > I tried googling a lot .But could not find a way to my problem. >It would be great help to me , if you could give me a suitable > direction to integrate rails application with radiant.. > > >

Re: [Radiant] Radius integration with rails app

2007-11-22 Thread Maged Makled
Arpit Jain wrote: > Sean Cribbs wrote: >> Depends on if you want to use just Radius, or the whole Radiant >> application. If you want to use just Radius, you can install the gem >> and require it like you would any other gem. Then you would define >> your own context and tags within it, set up th

Re: [Radiant] Integrating radiant in existing rails application

2007-11-22 Thread Maged Makled
Arpit Jain wrote: > Maged Makled wrote: >> arpit jain wrote: >>> I need to integrate radiant in our existing rails application. >>> We have our own authentication system for our site. >>> I have searched and found some solutions but not upto the mark. >>> I have followed the link >>> http:

Re: [Radiant] Howto use a template for the mailer extension

2007-11-22 Thread Peter Berkenbosch
Found! http://dev.radiantcms.org/radiant/wiki/HowToUseMailerExtension P. On Nov 22, 2007 2:54 PM, Peter Berkenbosch <[EMAIL PROTECTED]> wrote: > Hello List, > > In the README of the mailer extensions is mentioned that you can add a > page part email and/or email_html to use as a mail template.

[Radiant] Howto use a template for the mailer extension

2007-11-22 Thread Peter Berkenbosch
Hello List, In the README of the mailer extensions is mentioned that you can add a page part email and/or email_html to use as a mail template. I've looked it up in the mailer code: plain_body = part( :email ) ? render_part( :email ) : render_part( :email_plain ) html_body = render_part( :email_

Re: [Radiant] Integrating radiant in existing rails application

2007-11-22 Thread Arpit Jain
Maged Makled wrote: > arpit jain wrote: >> I need to integrate radiant in our existing rails application. >> We have our own authentication system for our site. >> I have searched and found some solutions but not upto the mark. >> I have followed the link >> http://wiki.radiantcms.org/Inst