Heinz Strunk wrote:
> Good evening,
> 
> I've got three different self-programmed Rails application I need to
> connect and manage with a 4th "supervisor" application.
> 
> There's a wiki application, there's a shop application and there's a
> business directory application all with seperate user database etc.
> What I want now is one single user table so it can be all controlled by
> one control panel as well as connect the shop with the wiki and business
> directory.
> 
> My solution is to programm some kind of a "god application" that handles
> all the stuff including the user table for all three sub application. I
> just don't really know yet how to do it.

Sounds like you have one application, not four.  There are ways to do 
single signon, but it looks like your apps are more closely linked than 
that.  They should probably be plugins or gems in one big app.

> 
> Any hint, information, suggestions and opinion is highly appreciated.
> 
> Thanks!

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to