Skip to content
View etoundi1er's full-sized avatar
😘
😘

Block or report etoundi1er

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. portfolio portfolio Public

    My personal portfolio built with Rails

    HTML

  2. hinata hinata Public

    School Management App - MSC

    Ruby

  3. Resque remove duplicate failed jobs Resque remove duplicate failed jobs
    1
    desc 'Remove duplicate jobs in the failed queue'
    2
    task remove_duplicate_failed_jobs: :environment do
    3
        p 'Removing duplicates jobs in the failed queue'
    4
    
                  
    5
        redis = Resque.redis
  4. Set up Windows Linux Sub Linux syste... Set up Windows Linux Sub Linux system for Ruby on Rails development
    1
    # Setting up WSL for Rails development on windows
    2
    ## Setup WSL 1 
    3
    
                  
    4
    reference: https://docs.microsoft.com/en-us/windows/wsl/install-win10
    5