Re: [Rails] Laying out the flow of an application - where to start?

2013-07-19 Thread Tamara Temple
On Jul 19, 2013, at 7:15 AM, Chris Sciolla wrote: > @tamouse_m, thank for your insight. Those are great questions and I'll > be sure to note them. So here are the best answers I have. In this > particular situation, users are visiting static pages of information. > There are no real dynamic t

Re: [Rails] Laying out the flow of an application - where to start?

2013-07-19 Thread Tamara Temple
On Jul 19, 2013, at 8:41 AM, chris sc wrote: > I guess I just need to wrap my head around associations. That's what > I've been reading more about and it seems like it's taking me down the > right path. What I'm still confused about, is how to separate the admin > side from the user side. I know

Re: [Rails] Laying out the flow of an application - where to start?

2013-07-19 Thread Tamara Temple
On Jul 17, 2013, at 11:45 AM, Chris Sciolla wrote: > Hi all, first post! I have a question regarding where to start with a > particular app I'm building. Hoping someone can set me on the right > path. The scenario is pretty straight forward. > This is the hierarchy of info: > > States > Towns >

Re: [Rails] Laying out the flow of an application - where to start?

2013-07-18 Thread Hassan Schroeder
On Wed, Jul 17, 2013 at 11:25 AM, Chris Sciolla wrote: > Part of my issue, due to lack of experience, is really where to start. I'm > trying to learn what I should be doing first when starting a new project. > I'm not sure exactly what should be models. I think my biggest confusion, is > how to h

[Rails] Laying out the flow of an application - where to start?

2013-07-18 Thread Chris Sciolla
I have a question regarding where to start with a particular app I'm building. Hoping someone can set me on the right path. The scenario is pretty straight forward. This is the hierarchy of info: States Towns Each state has many Towns Each town has the following pages associated with it.

[Rails] Laying out the flow of an application - where to start?

2013-07-17 Thread Chris Sciolla
Hi all, first post! I have a question regarding where to start with a particular app I'm building. Hoping someone can set me on the right path. The scenario is pretty straight forward. This is the hierarchy of info: States Towns Each state has many Towns Each town has the following pages profil