Skip to content
View andresf's full-sized avatar

Organizations

@mendicant-original
Block or Report

Block or report andresf

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

    Forked from ches/mongoid_taggable

    Mongoid taggable behaviour

    Ruby 2 1

  2. mongo_queue mongo_queue Public

    Forked from skiz/mongo_queue

    An extensible thread safe job/message queueing system that uses mongodb as the persistent storage engine.

    Ruby 1

  3. wepow/soter wepow/soter Public

    ruby + mongoid background jobs library

    Ruby

  4. Expose more information about valida... Expose more information about validation errors in Rails
    1
    module ActiveModel
    2
      class Errors
    3
        def error_types
    4
          @_error_types ||= Hash.new { |hash, key| hash[key] = [] }
    5
        end