<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Integrating Beast forum into a Ruby on Rails app &#8211; part 1</title>
	<atom:link href="http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/</link>
	<description>Late nights eventually pay off</description>
	<lastBuildDate>Sat, 13 Mar 2010 20:09:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: didigogo</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2908</link>
		<dc:creator>didigogo</dc:creator>
		<pubDate>Fri, 17 Jul 2009 05:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2908</guid>
		<description>Great posting...I love the template</description>
		<content:encoded><![CDATA[<p>Great posting&#8230;I love the template</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2904</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 16 Jul 2009 05:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2904</guid>
		<description>hi all,

I have a rails application and a wiki which is also built in rails. Now i want the single -sign on feature to be added . That is a user logged in the rails app, on clicking a link should be able to navigate to the wiki without signing in again. Also i want to run the wiki as a separate application rather than using as a plugin.


Any help?


Thanks in advance,
Ak</description>
		<content:encoded><![CDATA[<p>hi all,</p>
<p>I have a rails application and a wiki which is also built in rails. Now i want the single -sign on feature to be added . That is a user logged in the rails app, on clicking a link should be able to navigate to the wiki without signing in again. Also i want to run the wiki as a separate application rather than using as a plugin.</p>
<p>Any help?</p>
<p>Thanks in advance,<br />
Ak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2545</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Fri, 19 Dec 2008 14:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2545</guid>
		<description>Yeah, I&#039;m starting to think the same thing.  If all you care about is linking the user accounts (like we did), then using phpbb is probably ok.  On the down side, you&#039;re probably cutting out any possibility for future integration.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m starting to think the same thing.  If all you care about is linking the user accounts (like we did), then using phpbb is probably ok.  On the down side, you&#8217;re probably cutting out any possibility for future integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trivia guy</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2539</link>
		<dc:creator>trivia guy</dc:creator>
		<pubDate>Thu, 11 Dec 2008 07:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2539</guid>
		<description>Neat tutorial.  Sometimes I wonder if integrating with something like phpbb or smf would be just as easy - maybe easier in the long run due to the maturity of the product.</description>
		<content:encoded><![CDATA[<p>Neat tutorial.  Sometimes I wonder if integrating with something like phpbb or smf would be just as easy &#8211; maybe easier in the long run due to the maturity of the product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajey</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2283</link>
		<dc:creator>Ajey</dc:creator>
		<pubDate>Tue, 05 Aug 2008 06:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2283</guid>
		<description>I am trying the single sign-on,
i tried this code
config.action_controller.session = { :session_key =&gt; “_session_id”, :secret =&gt; “secret_session” , :session_domain =&gt; “.mydomain.com” }

do i have to share the database, to get this working</description>
		<content:encoded><![CDATA[<p>I am trying the single sign-on,<br />
i tried this code<br />
config.action_controller.session = { :session_key =&gt; “_session_id”, :secret =&gt; “secret_session” , :session_domain =&gt; “.mydomain.com” }</p>
<p>do i have to share the database, to get this working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2277</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2277</guid>
		<description>I just wanted to say that I&#039;m working with savage-beast 2.0 and I&#039;m in the middle of trying to rename one of the tables.  The posts table conflicts with my blog.  I think it would have made more sense for the developer of savage-beast and beast to use beast specific tables for a plugin.  But, I do appreciate having this potentially rewarding plugin already written for me.  If there are any other tips on renaming a table and all the methods that go with it for savage-beast 2.0, please let me know.  Thanks for this blog post!</description>
		<content:encoded><![CDATA[<p>I just wanted to say that I&#8217;m working with savage-beast 2.0 and I&#8217;m in the middle of trying to rename one of the tables.  The posts table conflicts with my blog.  I think it would have made more sense for the developer of savage-beast and beast to use beast specific tables for a plugin.  But, I do appreciate having this potentially rewarding plugin already written for me.  If there are any other tips on renaming a table and all the methods that go with it for savage-beast 2.0, please let me know.  Thanks for this blog post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New Media &#187; Blog Archive &#187; Rails IS the portal platform</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2263</link>
		<dc:creator>New Media &#187; Blog Archive &#187; Rails IS the portal platform</dc:creator>
		<pubDate>Fri, 18 Jul 2008 23:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2263</guid>
		<description>[...] forum in Rails with a scary name and &#8230; around 500 lines of code&#8221;.  And then, the end of a discussion yielded this great advice:  Single sign on is very easy. All you have to do is set your session [...]</description>
		<content:encoded><![CDATA[<p>[...] forum in Rails with a scary name and &#8230; around 500 lines of code&#8221;.  And then, the end of a discussion yielded this great advice:  Single sign on is very easy. All you have to do is set your session [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Testttyq</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2252</link>
		<dc:creator>Testttyq</dc:creator>
		<pubDate>Wed, 18 Jun 2008 10:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2252</guid>
		<description>Hi all! 
 
 
G&#039;night</description>
		<content:encoded><![CDATA[<p>Hi all! </p>
<p>G&#8217;night</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Testttyq</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2250</link>
		<dc:creator>Testttyq</dc:creator>
		<pubDate>Tue, 17 Jun 2008 14:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2250</guid>
		<description>Hello 
 
 
Bye</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harm</title>
		<link>http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2214</link>
		<dc:creator>Harm</dc:creator>
		<pubDate>Sun, 04 May 2008 11:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/07/04/integrating-beast-forum-into-a-ruby-on-rails-app-part-1/#comment-2214</guid>
		<description>Has anyone tried using ActiveResource to talk to Beast? Beast is a beacon of light when it comes to RESTful best practices and using ActiveResource to integrate would seem to make sence. But mind you that I have no experience with ActiveResource!</description>
		<content:encoded><![CDATA[<p>Has anyone tried using ActiveResource to talk to Beast? Beast is a beacon of light when it comes to RESTful best practices and using ActiveResource to integrate would seem to make sence. But mind you that I have no experience with ActiveResource!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
