This is what I emailed my students for my Web Application Development course this morning...
Hi All,
I wanted to share some commits with you that illustrate a few common Rails concerns that have been cropping up from a number of you. This is based on the app we started in class, and can be found in the myapp branch of the 531 repo, https://github.com/karlstolley/531/tree/myapp
Two examples of this. The first seeds the Page model with a Welcome and About page. Because Page is a standalone model (without relationships to any other model), the seeding is pretty straightforward: https://github.com/karlstolley/531/commit/aebb27da948148e3f5698a265c1562da37e5b713