jordanhudgens / Rails-mega-tutorial

Ruby on Rails app built following an exceptional tutorial by Jordan Hudgens

Home Page:https://www.udemy.com/professional-rails-5-development-course/learn/v4/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • Database problems

  • May 2nd: learned about command "rails db:schema:load" after running "rails db:drop" to reset database after random postgres problem. Use this if running "rails db:migrate" appears to do nothing. it actually creates a /db/schema.rb file where I pasted code from the source code on Jordan's github.
  • Set back progress in course to approximately video 53? Wanted to move on for the moment.
  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

Ruby on Rails app built following an exceptional tutorial by Jordan Hudgens

https://www.udemy.com/professional-rails-5-development-course/learn/v4/overview


Languages

Language:Ruby 51.5%Language:HTML 24.0%Language:JavaScript 18.4%Language:CSS 5.3%Language:CoffeeScript 0.8%