4. SaaS Framework: Rails as a Model–View–Controller Framework¶
In programming, everything we do is a special case of something more general—and often we know it too quickly.
—Alan Perlis
- 4.1. The Model–View–Controller (MVC) Architecture
- 4.2. Rails Models: Databases and Active Record
- 4.3. CHIPS: ActiveRecord Basics
- 4.4. Routes, Controllers, and Views
- 4.5. CHIPS: Rails Routes
- 4.6. Forms
- 4.7. CHIPS: Hangperson on Rails
- 4.8. Debugging: When Things Go Wrong
- 4.9. CHIPS: Hello Rails
- 4.10. Fallacies and Pitfalls
- 4.11. Concluding Remarks: Rails as a Service Framework