Skip to content
View joelmoss's full-sized avatar
Block or Report

Block or report joelmoss

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

  1. proscenium proscenium Public

    Modern client-side development for Rails

    Ruby 68 4

  2. inspectacular inspectacular Public

    Custom inspection for your Ruby objects

    Ruby 17

  3. ibiza ibiza Public

    React State Management for Party Animals

    JavaScript 2

  4. shreddies shreddies Public

    Stupid simple Rails model and object serializer

    Ruby 4

  5. sidekiq-sequence sidekiq-sequence Public

    Sequential Sidekiq jobs for Rails

    Ruby 57 7

  6. Side load JS/CSS assets alongside yo... Side load JS/CSS assets alongside your Rails layout and view
    1
    module SideLoadAssets
    2
      module_function def append(view, path)
    3
        identifier = "/#{path}|"
    4
        path = Rails.root.join(path)
    5