El Dorado

A full-stack community web application written in Ruby/Rails
El Dorado adapter for a Rails Integration project « El Dorado « almost effortless
 
Sun, 02 Nov 2008, 11:24pm #1
Snacky
New member
Registered: Nov, 2008
Last visit: Mon, 03 Nov 2008
Posts: 2

Hi,

I've created a project that provides single sign-on between Rails and web apps. I've written a plugin for Wordpress, and am 3/4 of the way done with an extension to El Dorado for it.

What this does is, one's original Rails app stays in control of authentication and controlling when a user is logged in and out. The Rails plugin assumes that the Rails app uses the standard pattern of saving a user object id in the session.

The plugin then provides a web server API that plugins into other apps can query to determine if the user is logged in, and if so, what their user info is. This is the part that I've been working on for El Dorado.

Is this interesting to anyone? My project page is at: http://greenfabric.com/page/integration_api_hom...

Offline
Sun, 02 Nov 2008, 11:46pm #2
Trevor
Administrator
Wait-ill-fix-it
Registered: Sep, 2005
Last visit: 3 hours ago
Posts: 240

This sounds great, so I hope you'll keep it up. I don't have a real need for it, but please do post any updates here for everyone else!

Is this the repo? http://github.com/Snacky/integration_api/tree/m...

Offline
Mon, 03 Nov 2008, 2:12pm #3
Snacky
New member
Registered: Nov, 2008
Last visit: Mon, 03 Nov 2008
Posts: 2

Yep, that's the repository. I'm interested in this because I want to add forums, in a transparent way, to a couple of Rails apps. And it looks like El Dorado is one of the few Rails forums that's actively maintained.

Offline
Mon, 03 Nov 2008, 4:05pm #4
Trevor
Administrator
Wait-ill-fix-it
Registered: Sep, 2005
Last visit: 3 hours ago
Posts: 240

Sure - I've been maintaining it pretty well so far because I actively use it. From what I've heard, though, there are a few other options you may want to consider as well. Read over this thread if you've haven't:

http://www.ruby-forum.com/topic/120557

Perhaps you'll find something even more suitable for integration.

Offline