Hey Guys I''m very new to rails and the development environment so please bear with me :) I''m interning at a company and have been tasked with doing a 1-pager on how our IT-workflow...works. It must not be too complex, and must be in flow diagram format. Here''s info that I have: - We use Rails (obviously set up with Github) - Postgres - EngineYard The flow diagram should include how the 3 things above work together (which I''m not sure of). Could someone please clarify how exactly these components interact with eachother so that I''m off to a good start on my project. Thanks! S -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4bb261db3b6df25a688dd3986c068bc4%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Sorry not to tell u the answer directly Do u know what are they and what each of them does ? On Friday, May 31, 2013, Seth F. wrote:> Hey Guys > > I''m very new to rails and the development environment so please bear > with me :) > I''m interning at a company and have been tasked with doing a 1-pager on > how our IT-workflow...works. > > It must not be too complex, and must be in flow diagram format. > > Here''s info that I have: > - We use Rails (obviously set up with Github) > - Postgres > - EngineYard > > The flow diagram should include how the 3 things above work together > (which I''m not sure of). > > Could someone please clarify how exactly these components interact with > eachother so that I''m off to a good start on my project. > > Thanks! > S > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:;>. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:;> > . > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/4bb261db3b6df25a688dd3986c068bc4%40ruby-forum.com?hl=en-US > . > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAMGzbWFDp4MsaALPcW80h2pmr9C8jVhtyOzAwdF2G%3Dku%3DUAB8g%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
I have a basic knowledge of all of them, but the main reason of this task is to try and understand the logic of updating and maintaining the system. Basically, I''m trying to complete a puzzle of how these work together / in what way each of them reference eachother. Thanks for your help. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b8ed2be0161a6f3f5f7788905bc63fa0%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Hassan Schroeder
2013-May-31 14:21 UTC
Re: Re: Need help putting together a rails workflow diagram
On Fri, May 31, 2013 at 6:02 AM, Seth F. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I have a basic knowledge of all of them, but the main reason of this > task is to try and understand the logic of updating and maintaining the > system. Basically, I''m trying to complete a puzzle of how these work > together / in what way each of them reference eachother.Maybe you should start by defining the two primary end points -- start, finish -- of the flow, and see how those pieces fit into that. Also, it might be good to demonstrate that "basic knowledge" by writing a 1-sentence description of the primary role of each of the pieces you listed :-) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAN9iPuTzH2jCb16M3C2P_hQaAR2sqb8rXxBrom1_BTNw%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
When u say u need a workflow diagram, I assume u are talking about the data flow or communication sequence So to help u solve this problem, one hint is u have to illustrate how the components talks to each other when there is a http request coming in For example, in the case of "user wants to create a post message" U have to write down What data is passed from the browser to these group if components ? Which one of these components receive the http request first ? What information is passed from one component to another ? Hope this help. On Friday, May 31, 2013, Hassan Schroeder wrote:> On Fri, May 31, 2013 at 6:02 AM, Seth F. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org<javascript:;>> > wrote: > > I have a basic knowledge of all of them, but the main reason of this > > task is to try and understand the logic of updating and maintaining the > > system. Basically, I''m trying to complete a puzzle of how these work > > together / in what way each of them reference eachother. > > Maybe you should start by defining the two primary end points -- > start, finish -- of the flow, and see how those pieces fit into that. > > Also, it might be good to demonstrate that "basic knowledge" by > writing a 1-sentence description of the primary role of each of the > pieces you listed :-) > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:;> > http://about.me/hassanschroeder > twitter: @hassan > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:;>. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:;> > . > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAN9iPuTzH2jCb16M3C2P_hQaAR2sqb8rXxBrom1_BTNw%40mail.gmail.com?hl=en-US > . > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAMGzbWGC3rOMnaDDKMyeefakCzhmzGFoUAUam1qO-ASg-%3DD2UQ%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.