John Bresnik
2008-Jan-31 20:13 UTC
[Facebooker-talk] Multiple FB apps in a single Facebooker app?
May seem strange but I''ve gotten a couple requests from clients [2 out of 4] abt this.. generally the requirement is that they want to serve up slightly different content but from more or less the same app.. I dug into init.rb and determined that its seems likely with some rearranging of facebooker.yml config - is there anything else of the top of anybody''s head that might be an issue? thanks in advance.. brez
Mike Mangino
2008-Jan-31 20:24 UTC
[Facebooker-talk] Multiple FB apps in a single Facebooker app?
We use the same code base but different instances to do this. It seems a lot easier then trying to keep track of two different sessions. Mike On Jan 31, 2008, at 2:13 PM, John Bresnik wrote:> May seem strange but I''ve gotten a couple requests from clients [2 out > of 4] abt this.. generally the requirement is that they want to serve > up slightly different content but from more or less the same app.. I > dug into init.rb and determined that its seems likely with some > rearranging of facebooker.yml config - is there anything else of the > top of anybody''s head that might be an issue? thanks in advance.. > > brez > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
John Bresnik
2008-Jan-31 21:07 UTC
[Facebooker-talk] Multiple FB apps in a single Facebooker app?
Thanks Mike - yea that was essentially the solution as well [but with rfacebook - Im brand new to Facebooker but real happy so far] for one.. the other was in fact different business logic/views but the same domain model - i.e. really separate codebases. Solution there was to pull out the core similarities into a plugin and then two separate projects with a -x install - and so far has worked well.. brez On Jan 31, 2008 12:24 PM, Mike Mangino <mmangino at elevatedrails.com> wrote:> We use the same code base but different instances to do this. It seems > a lot easier then trying to keep track of two different sessions. > > Mike > > > On Jan 31, 2008, at 2:13 PM, John Bresnik wrote: > > > May seem strange but I''ve gotten a couple requests from clients [2 out > > of 4] abt this.. generally the requirement is that they want to serve > > up slightly different content but from more or less the same app.. I > > dug into init.rb and determined that its seems likely with some > > rearranging of facebooker.yml config - is there anything else of the > > top of anybody''s head that might be an issue? thanks in advance.. > > > > brez > > _______________________________________________ > > Facebooker-talk mailing list > > Facebooker-talk at rubyforge.org > > http://rubyforge.org/mailman/listinfo/facebooker-talk > > -- > Mike Mangino > http://www.elevatedrails.com > >