Skip to content
/ war Public

getting through the rails tutorial. lesson 5

Notifications You must be signed in to change notification settings

vedabrat/war

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First github commit

  • This app helped me to learn the importance of a user login-logout system. The Ruby on Rails Tutorial by Michael Heartl. It was my window into understanding the power of web development, Github, the importance of version control, branching when working with collaborators, application structure (Angular and Model), MVC modeling, RESTful practices, gems, and the entirety of the Ruby universe.

This is the sample application for Ruby on Rails Tutorial: Learn Web Development with Rails by Michael Hartl.

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production
$ rails db:migrate
$ rails test
$ rails server

For more information, see the Ruby on Rails Tutorial book.

About

getting through the rails tutorial. lesson 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published