Integrating radiant in existing rails application

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/Installation
but it only tells to set up a new application.
Can anybody tell me how should i proceed to achieve this.
Thanks in advance…

Arpit


Windows Live Spaces is here! It’s easy to create your own personal Web
site.
http://spaces.live.com/?mkt=en-in

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/Installation
but it only tells to set up a new application.
Can anybody tell me how should i proceed to achieve this.
Thanks in advance…

Arpit


Windows Live Spaces is here! It�s easy to create your own personal Web
site.
http://spaces.live.com/?mkt=en-in

Check out
http://www.ruby-forum.com/topic/131353#new

Thanks

Maged

Maged M. 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/Installation
but it only tells to set up a new application.
Can anybody tell me how should i proceed to achieve this.
Thanks in advance…

Arpit


Windows Live Spaces is here! It�s easy to create your own personal Web
site.
http://spaces.live.com/?mkt=en-in

Check out
Radius integration with rails app - Radiant CMS - Ruby-Forum

Thanks

Maged

Hi Maged.

Thanks for the reply.
I have a doubt and will really appreciate if u reply.
I have read about radius but little bit confused as how it is used in
radiant or independently.What would be the difference if i use
mini_radiant plugin?
Shall i use this plugin??

Thanks
Arpit

Never tried it - but you could also have a look at
http://wiki.pluginaweek.org/Mini_radiant

Arpit J. wrote:

Maged M. 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/Installation
but it only tells to set up a new application.
Can anybody tell me how should i proceed to achieve this.
Thanks in advance…

Arpit


Windows Live Spaces is here! It�s easy to create your own personal Web
site.
http://spaces.live.com/?mkt=en-in

Check out
Radius integration with rails app - Radiant CMS - Ruby-Forum

Thanks

Maged

Hi Maged.

Thanks for the reply.
I have a doubt and will really appreciate if u reply.
I have read about radius but little bit confused as how it is used in
radiant or independently.What would be the difference if i use
mini_radiant plugin?
Shall i use this plugin??

Thanks
Arpit

Hi Arpit,
radius is the tag language that is used inside radiant cms. for
example in one of your pages you could have a line <r:snippet
name=“footer” /> which will include a snippet named “footer”. Here is an
example from a layout that comes with radiant:

Posted by on


and that another example for a home page
<r:find url=“/articles/”>

<r:children:each limit=“1” order=“desc”>

Continue Reading…

Posted by on

<r:children:each limit=“4” offset=“1” order=“desc”>

Continue Reading…

Posted by on

</r:find>


when you actually try to add a new page under radiant there is a link
there for available tags.
Documentation for radius tags inside of radiant can be found in
http://radiantcms.org/blog/archives/2006/05/11/tag-primer/
http://radiantcms.org/blog/archives/2006/06/15/tag-primer-2/
http://wiki.radiantcms.org/Using_Radiant

for the mini_radiant plugin, I have never used it before and don’t have
much knowledge about it sorry. but make sure you search this forum it
has been great help for me.

Thanks

Maged