Brian Castro

Learning Resources

Great intro tutorial on a rails app with basic CRUD operations

  • December 24, 2020 at 2:23 PM
  • Last updated over 3 years ago
  • Visible to group members and anyone with the link
Ruby on Rails Guides

Getting Started with Rails - Ruby on Rails Guides

Getting Started with RailsThis guide covers getting up and running with Ruby on Rails.After reading this guide, you will know: How to install Rails, create a new Rails application, and connect your application to a database. The general layout of a Rails application. The basic principles of MVC (Model, View, Controller) and RESTful design.