Skip to content
View bsharpe's full-sized avatar

Block or report bsharpe

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

    A lightweight service object for Rails using DRY.rb components

    Ruby 14 1

  2. ensurance ensurance Public

    Add ability to "ensure" ActiveRecords are full records

    Ruby 2

  3. The most useful module for Rails con... The most useful module for Rails controllers
    1
    module BasicMemberSupport
    2
      extend ActiveSupport::Concern
    3
      
    4
      protected
    5