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

Blog app: add API endpoints #419

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2021

  1. Initial setup

    - Change ruby version to 2.7.1
    - Change rails version to 6.0.3.5
    - Run migration
    mugberto committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    436b15b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    2b49d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5704f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1af07 View commit details
    Browse the repository at this point in the history
  4. Fix a spelling error

    mugberto committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    84cc025 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Add FriendshipInvitation model

    And its associations with the user model
    mugberto committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    46a1191 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    d02b21f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    b8e213b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e26461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316f69e View commit details
    Browse the repository at this point in the history
  4. Fix #friends method

    mugberto committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    cc51370 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    ebfc7a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Add invitations page

    mugberto committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    34283fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d84c3d2 View commit details
    Browse the repository at this point in the history
  3. Fix linter errors

    mugberto committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    773851b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Modify #timeline_posts method

    It is modified to return only user's posts or his friends posts
    mugberto committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    fc71a59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60a3af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106a95b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Install and configure gems

    mugberto committed May 5, 2021
    Configuration menu
    Copy the full SHA
    68b9ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2146d5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    5661203 View commit details
    Browse the repository at this point in the history
  2. Fix reject friendship link

    mugberto committed May 9, 2021
    Configuration menu
    Copy the full SHA
    5373b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b853e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Rename FriendshipInvitation model to Friendship

    Changes to all implicated files
    mugberto committed May 11, 2021
    Configuration menu
    Copy the full SHA
    315b2ef View commit details
    Browse the repository at this point in the history
  2. Fix associations

    mugberto committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c9fdf6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c8450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01669b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12873ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e37082b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bb50f3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Fix undo friendship

    mugberto committed May 12, 2021
    Configuration menu
    Copy the full SHA
    56b529c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c0630 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e308180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5af8a83 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Fix reject friendship button

    mugberto committed May 16, 2021
    Configuration menu
    Copy the full SHA
    db762cd View commit details
    Browse the repository at this point in the history
  2. Add user associtation tests

    mugberto committed May 16, 2021
    Configuration menu
    Copy the full SHA
    98cf792 View commit details
    Browse the repository at this point in the history
  3. Update readme

    mugberto committed May 16, 2021
    Configuration menu
    Copy the full SHA
    2e8f49a View commit details
    Browse the repository at this point in the history
  4. Update readme

    mugberto committed May 16, 2021
    Configuration menu
    Copy the full SHA
    4d31207 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Update and clean up readme

    mugberto committed May 17, 2021
    Configuration menu
    Copy the full SHA
    1386544 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from mugberto/development

    Deployment
    mugberto authored May 17, 2021
    Configuration menu
    Copy the full SHA
    7354411 View commit details
    Browse the repository at this point in the history
  3. Add live demo link

    mugberto committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b1fccfe View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    7ba14ec View commit details
    Browse the repository at this point in the history