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

Block or report ngelx

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

    Forked from payolapayments/payola

    Drop-in Rails engine for accepting payments with Stripe

    Ruby

  2. pusher-gem pusher-gem Public

    Forked from pusher/pusher-http-ruby

    Ruby server library for the Pusher API

    Ruby

  3. resource_quotable resource_quotable Public

    A Rails quota limit engine for resources.

    Ruby

  4. Regexp to validate emails in Ruby Regexp to validate emails in Ruby
    1
    # Strictly adhere to email address standards and disallow hyphens at the beginning or end of the domain name.
    2
    # Use https://rubular.com for live testing.
    3
    
                  
    4
    def validate_email(string)
    5
          (string.downcase =~ /\A[a-zA-Z0-9._%+-]+@[a-zA-Z0-9](?:[a-zA-Z0-9\-_]*[a-zA-Z0-9])?(?:\.[a-zA-Z0-9]*)(?:\.[a-zA-Z]{2,})+\z/)&.zero?
  5. Setup dnsmasq on Mac OS X - Ventura ... Setup dnsmasq on Mac OS X - Ventura 13.01 - Homebrew 3.6.14
    1
    # Install `dnsmasq` and configure for *.local and *.localhost domains
    2
    
                  
    3
    $ brew install dnsmasq
    4
    $ vim /opt/homebrew/etc/dnsmasq.conf
    5
    
                  
  6. activeadmin_settings_cached activeadmin_settings_cached Public

    Forked from artofhuman/activeadmin_settings_cached

    UI interface for rails-settings-cached in active admin

    Ruby