Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.57 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.57 KB

README

image

👁️ The project is live here.

You may create a user and add contacts to your address book!

This is an ongoing learning project with issues that are listed here.

❤️ Please keep in mind that I'm doing this on my spare time and cannot contribute a full-scale production-grade resources to this.

Purpose:

The purpose of this project is to practice Ruby on Rails development with a focus on the following areas:

  1. Database table relationships
    • Front-end and Model validations
  2. Hotwire and Stimulus
    • Leveraging the Rails ecosystem to make responsive apps
  3. Controllers than can receive and respond to:
    • HTML
    • JSON
    • TURBO_STREAM
  4. MiniTest
    • System
    • Controller
    • Model
  5. Lots of practice with forms
  6. Working within Rails 6.1 and practicing adding some newer "standard" features onto an older verson of Rails

Version info:

Ruby: 3.0.3 Rails: 6.1 The rest of the details are in the Gemfile

I'll add more later


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

  • How to run the test suite

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

  • Deployment instructions

  • ...