I''m in the process of using a MOM to distribute applications. However the one piece I''m lacking is a UUID for the object id. Is there something already available to do this, or should I be using a different approach. I''m looking to loosely couple many and future applications together. Where each application shares a small part with another, or objects move from one application to another as they are processes. Any advise or direction on this would be greatly appreciated. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
This is what I''m looking at doing. Anyone see any issues with this? rolandmoriz.com/blog/2011/04/21/UUID primary keys in Rails-3 On Tue, Jun 14, 2011 at 8:07 AM, Justin Stanczak <rizenine-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m in the process of using a MOM to distribute applications. However the > one piece I''m lacking is a UUID for the object id. Is there something > already available to do this, or should I be using a different approach. I''m > looking to loosely couple many and future applications together. Where each > application shares a small part with another, or objects move from one > application to another as they are processes. Any advise or direction on > this would be greatly appreciated.-- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
I did end up using this method. Seems to work just fine. If anyone has suggestion, I would be happy to listen. Thanks. On Tue, Jun 14, 2011 at 8:23 AM, Justin Stanczak <rizenine-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> This is what I''m looking at doing. Anyone see any issues with this? > > rolandmoriz.com/blog/2011/04/21/UUID primary keys in Rails-3 > > > On Tue, Jun 14, 2011 at 8:07 AM, Justin Stanczak <rizenine-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> I''m in the process of using a MOM to distribute applications. However the >> one piece I''m lacking is a UUID for the object id. Is there something >> already available to do this, or should I be using a different approach. I''m >> looking to loosely couple many and future applications together. Where each >> application shares a small part with another, or objects move from one >> application to another as they are processes. Any advise or direction on >> this would be greatly appreciated. > > >-- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.