Ruby on Rails Tutorial, Building a Checklist
This is a beginner Ruby on Rails Tutorial where I build a simple checklist application from scratch. GitHub repository: Table of Contents: 0:00 Overview of finished application 1:03 rails new Checklist 2:05 rails generate model Item title:string description:text 3:35 rake db:migrate 4:12 rails generate controller Items 5:15 rails server 5:52 Get the ruby gems and insert them into the Gemfile 7:06 bundle install 7:45 Using Bootstrap in the application 8:40 Install
|
|