Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chitter Challenge, Louis Claremont #2188

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Commits on May 9, 2023

  1. pg setup

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8b8f4d6 View commit details
    Browse the repository at this point in the history
  2. sql tables designed

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2cf63ac View commit details
    Browse the repository at this point in the history
  3. designed repo and model classes

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a7725cd View commit details
    Browse the repository at this point in the history
  4. model classes implemented

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a16edee View commit details
    Browse the repository at this point in the history
  5. test driven repository classes

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6aa3bec View commit details
    Browse the repository at this point in the history
  6. updated find_with_peeps to contain peep objects

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0ebd4f3 View commit details
    Browse the repository at this point in the history
  7. sinatra project setup

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9cf70ba View commit details
    Browse the repository at this point in the history
  8. ensured username and email are unique in create method

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9e18e11 View commit details
    Browse the repository at this point in the history
  9. GET / route implementation started

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7c43331 View commit details
    Browse the repository at this point in the history
  10. post /peep route design complete

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    31d0c1e View commit details
    Browse the repository at this point in the history
  11. post /peep 200 OK response implemented

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5c06ef1 View commit details
    Browse the repository at this point in the history
  12. post /peep route completed (no links yet)

    Louis Claremont authored and Louis Claremont committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d8af789 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. added formatter class to display peeps

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    147fec1 View commit details
    Browse the repository at this point in the history
  2. created all_with_users to peeps repo, so we can format posts with use…

    …r details
    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e3f4275 View commit details
    Browse the repository at this point in the history
  3. added new peep form onto home page

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a3b1143 View commit details
    Browse the repository at this point in the history
  4. validated parameters in POST /peep

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b8d1154 View commit details
    Browse the repository at this point in the history
  5. post peep route designed

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    468f908 View commit details
    Browse the repository at this point in the history
  6. post /user route complete

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    71e29d8 View commit details
    Browse the repository at this point in the history
  7. get user/id route test driven

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a32a126 View commit details
    Browse the repository at this point in the history
  8. added links to user page from each peep username

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    8d28720 View commit details
    Browse the repository at this point in the history
  9. added links to tags in peep content

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    95d960c View commit details
    Browse the repository at this point in the history
  10. added to spec helper

    Louis Claremont authored and Louis Claremont committed May 10, 2023
    Configuration menu
    Copy the full SHA
    09ea8d8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. put reset tables method into spec helper

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    24c012b View commit details
    Browse the repository at this point in the history
  2. refactored app.rb

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2cb2565 View commit details
    Browse the repository at this point in the history
  3. login helper class setup

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8011c20 View commit details
    Browse the repository at this point in the history
  4. login helper implemented

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    923ec7e View commit details
    Browse the repository at this point in the history
  5. get /login route complete

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    137da14 View commit details
    Browse the repository at this point in the history
  6. attempted login methods in login helper

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    06dbff5 View commit details
    Browse the repository at this point in the history
  7. manually implemented login feature

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    fe07143 View commit details
    Browse the repository at this point in the history
  8. added README

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ab8b5d5 View commit details
    Browse the repository at this point in the history
  9. updated readme

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    64ab0e0 View commit details
    Browse the repository at this point in the history
  10. readme test

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0594bba View commit details
    Browse the repository at this point in the history
  11. readme update

    Louis Claremont authored and Louis Claremont committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f32da0a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. updated readme

    Louis Claremont authored and Louis Claremont committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8dfd5ef View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. sessions used for login

    Louis Claremont authored and Louis Claremont committed May 13, 2023
    Configuration menu
    Copy the full SHA
    45dbca4 View commit details
    Browse the repository at this point in the history
  2. removed login helper class

    Louis Claremont authored and Louis Claremont committed May 13, 2023
    Configuration menu
    Copy the full SHA
    7b5eb1b View commit details
    Browse the repository at this point in the history
  3. used session in the get / route

    Louis Claremont authored and Louis Claremont committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a9e1582 View commit details
    Browse the repository at this point in the history
  4. updated readme

    Louis Claremont authored and Louis Claremont committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1ae5e3e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. updated the readme

    Louis Claremont authored and Louis Claremont committed May 14, 2023
    Configuration menu
    Copy the full SHA
    040af8a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. setup for render

    Louis Claremont authored and Louis Claremont committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a29f1b6 View commit details
    Browse the repository at this point in the history
  2. updated dbconnection to connect to render render db url

    Louis Claremont authored and Louis Claremont committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d08c47d View commit details
    Browse the repository at this point in the history