|
|
|
|
|
by siong1987
4894 days ago
|
|
Have you tried using Rails engine for this or different components of your app? It is actually pretty neat because the same login session can still be used within multiple engines. You can also release them as gems too. I used to work on an enterprise app which we created the whole chat system with Rails engine. Then, we release the engine as a gem so that it can be used on the main app. I think it works quite well for us so far. more info: http://stackoverflow.com/questions/6118905/rails-3-1-engine-... |
|