Skip to content
View aarona's full-sized avatar

Block or report aarona

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

    A JWT-based port of Devise Token Auth

    Ruby 7 2

  2. slow_your_roles slow_your_roles Public

    Easy-to-use role management for users built for Rails.

    Ruby 1 1

  3. dja_example dja_example Public

    A proof-of-concept site utilizing devise_jwt_auth

    Ruby 1

  4. Object oriented example using Typscript Object oriented example using Typscript
    1
    export interface Shape {
    2
      area(): number
    3
      perimeter(): number
    4
    }
    5
    
                  
  5. dotfiles dotfiles Public

    My dotfiles

    Shell

  6. Crucial RSpec test to include when r... Crucial RSpec test to include when running GraphQL
    1
    RSpec.describe GraphQL::Schema::Printer do
    2
      describe '#print_schema' do
    3
        it 'should not raise an error when called' do
    4
          expect { GraphQL::Schema::Printer.print_schema(MyAppSchema) }.to_not raise_error
    5
        end