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

DONE. :D #39

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

DONE. :D #39

wants to merge 15 commits into from

Commits on May 14, 2018

  1. Release 0: Simple Shortener.

    Andrew Bonner committed May 14, 2018
    Configuration menu
    Copy the full SHA
    da9b8ae View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Release 1: Add a Counter.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    b030da1 View commit details
    Browse the repository at this point in the history
  2. Release 2: Add Validations.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    cdf5da5 View commit details
    Browse the repository at this point in the history
  3. Release 3: Add Error Handling.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    b79d14e View commit details
    Browse the repository at this point in the history
  4. Add bcrypt gem.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    6560b8e View commit details
    Browse the repository at this point in the history
  5. Create users table.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    67a7eea View commit details
    Browse the repository at this point in the history
  6. Add user routes.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f7d1013 View commit details
    Browse the repository at this point in the history
  7. Create view pages.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    0393ea6 View commit details
    Browse the repository at this point in the history
  8. Create user login and logout.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1610a6a View commit details
    Browse the repository at this point in the history
  9. Finish sessions controller.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    49cbcab View commit details
    Browse the repository at this point in the history
  10. Add logout link.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    75f95c5 View commit details
    Browse the repository at this point in the history
  11. Add login and sign up links when logged out.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a9ceccb View commit details
    Browse the repository at this point in the history
  12. Create sign up page.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    5f31557 View commit details
    Browse the repository at this point in the history
  13. Update user model.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    13b00ea View commit details
    Browse the repository at this point in the history
  14. Extra credit: Add User Authentication.

    Andrew Bonner committed May 15, 2018
    Configuration menu
    Copy the full SHA
    c2b2185 View commit details
    Browse the repository at this point in the history