Displaying 1 result from an estimated 1 matches for "opiniondb".
Did you mean:
opinion
2006 Jul 04
0
transacting with different db tables
...ing to login again.
>From an earlier post to his forum, I got the solution for having a domain wide cookie. So one part of the problem is solved.
There are some options I am looking at:
1. When a new user signs up on the main railsapp, I need to insert a record (a kind of replication) in the opiniondb as well to keep the user account working. Is it possible to insert a record in another db?
2. Short circuit the User model of opinion to authenticate users from railsapp''s db user_table instead of opiniondb''s user_table. (maybe Any opinion experts can help me there?)
3. Any other...