Displaying 1 result from an estimated 1 matches for "howtobuildcomponents".
2006 Jun 09
1
Sharing data between several Rails apps
Could anyone point me to some resources that explain how to share data
between two Rails apps?
For example, say I have a wiki and a blog, as separate apps, and I want
to be able to integrate them so the user seamlessly goes between the two
on the same site. How do I pass user information between the two apps?
Are rails session variables accessible to both apps? Do I have to pass
everything