Skip to content
View WR-96's full-sized avatar
  • México
Block or Report

Block or report WR-96

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Setup a login application with Rails... Setup a login application with Rails, PostgreSQL and Devise
    1
    # Setup a login application with Rails, PostgreSQL and Devise
    2
    This guide shows the way I did to make a simple login app using Ruby on Rails with PosgreSQL and Devise. Some commands show in here may differ depending on your operation system. This guide was made using Ubuntu 18.04, Ruby 2.5.1, Rails 5.2.1, PostgreSQL 10.5, and Devise 4.5
    3
    
                  
    4
    ## Install Ruby
    5
    If you don't have already installed there are several ways to do so, just go to the [ruby install](https://www.ruby-lang.org/en/documentation/installation/) page.
  2. ruby-tictactoe ruby-tictactoe Public

    Console tic tac toe game for two player

    Ruby

  3. ruby-game-of-life ruby-game-of-life Public

    Conway's Game of Life Ruby CLI

    Ruby