Pinned Loading
-
payola
payola PublicForked from payolapayments/payola
Drop-in Rails engine for accepting payments with Stripe
Ruby
-
pusher-gem
pusher-gem PublicForked from pusher/pusher-http-ruby
Ruby server library for the Pusher API
Ruby
-
-
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.
34def 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?
-
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
23$ brew install dnsmasq
4$ vim /opt/homebrew/etc/dnsmasq.conf
5 -
activeadmin_settings_cached
activeadmin_settings_cached PublicForked from artofhuman/activeadmin_settings_cached
UI interface for rails-settings-cached in active admin
Ruby
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.