Getting Started with Wheels guide

cfwheels ColdFusion github

Awhile ago I worked on a Getting Started with Wheels (Google Doc version) guide in Google Docs. It is based on "Getting Started with Rails". I saved from Google Docs as html then used pandoc to converted it to markdown. I am posting the guide on github for anyone to help.

Getting Started with Wheels (Github version)

1. Wheels Getting Started
         1. What is Wheels?
               1. Wheels Philosophies
                     1. Simplicity
                           1. Full Stack
                           2. Object Relational Mapping
                     2. Convention Over Configuration
                     3. Model-View-Controller
                           1. Model
                           2. View
                           3. Controller
         2. Creating a Wheels Application
               1. Wheels Requirements
               2. Wheels Installation
               3. Hello Wheels
               4. Connecting a Database
               5. Getting Up and Running Quickly With scaffolding
                     1. Creating the Model, View, and Controller
               6. Wheels Concepts
                     1. Routes
                     2. Incoming Request
                     3. URL Convention
                     4. Params
                     5. Wheels Form Helpers
                     6. Wheels Flash
                     7. Using set()
               7. Setting the Application Home Page
               8. Creating Entries
         3. Reviewing Generated Code
               1. Listing entries
               2. Creating New Entry
                     1. Action One, Display New page
                     2. Action Two, Create New Entry
               3. Showing an Individual Entry
               4. Editing an Entry
               5. Deleting an Entry
         4. Working with Wheels Code
               1. Wheels Debugging Section
               2. Adding a Link
               3. Customizing our Application
                     1. Layouts
                     2. Styling Forms
               4. The Model
                     1. Adding Some Validation
                     2. Model Class Functions
               5. NOT SURE WHATS
         5. What's Next?
         6. License and Acknowledgments