Ooooh, I'm having so much fun with Ruby on Rails.
I have the students assigning to parents, the parents are able to come login... it's great.
That's the functional part. As I get more of it working I am sure I'll have questions about that.
Until then:
What do I do for the "static" files on the site. For every site you build don't you have an "About" a "Contact" and "Help" page? Things right off the root? Right now I have them in the Application directory and a route points '/:action' to :controller => Application (or something like that, I'm home now instead of in my office).
I want them to all have the layout from the rest of the site, obviously.
Is there a usual method for this?
Thanks, --Colin