vedabrat / war

getting through the rails tutorial. lesson 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 71.0%Language:HTML 19.0%Language:CSS 6.8%Language:JavaScript 2.1%Language:CoffeeScript 1.1%