bjpcjp / rails603demo

Ruby on Rails 6.0.3, Ruby 2.7.1 demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

## Setup
### Installation

### Bundler

### Server

### MVC

### Hello World

## Static Pages
- $rails new demo-20200527 --database postgresql --skip-sprockets
- git remote add origin git@github.com:bjpcjp/rails603demo.git
- git add .
- git commit -m "init"
- git push -u origin master
- Gem file edits:
    + remove extra comments
    + added rails-controller-testing, minitest, minitest-reporters, guard, guard-minitest to :test group

## Ruby

## Layout

## User Model Basics

## Signup

## Login

## Login P2

## User Admin

## Account Activation

## Password Resets

## Microposts

## Followers

About

Ruby on Rails 6.0.3, Ruby 2.7.1 demo app


Languages

Language:Ruby 75.2%Language:HTML 14.0%Language:JavaScript 9.1%Language:CSS 1.7%