Pinned Repositories
better_exception_handling
Rails 2.3 plugin that's a replacement for ExceptionNotifier. Handles more types of errors and also provides for HTML, XML, JSON, and AJAX client responses.
can_has_state
can_has_state is a simplified state machine gem. It relies on ActiveModel and should be compatible with any ActiveModel-compatible persistence layer.
can_has_validations
Provides several additional validations for Rails and ActiveModel.
db_log_cleaner
Rails 2.x plugin to filter noisy PostgreSQL and MySQL log messages
dns-zonefile
Working with zonefiles (RFC 1035 section 5 and RFC 1034 section 3.6.1) in Ruby
fluent-plugin-syslog-tls
A Fluentd output plugin to send logs to various Syslog collectors using TLS. (Uses RFC 5424.)
geoip
Ruby C binding to Maxmind GeoIP Library
markdown_views
Makes Rails handle .md templates, with optional preprocessing of ERB, HAML, etc. Easily configurable; uses CommonMarker & Rouge.
maxmind
Ruby Interface to Maxmind's minFraud service
smart_assets
Rails/Rack middleware to enable delivery of non-digest assets.
zarqman's Repositories
zarqman/markdown_views
Makes Rails handle .md templates, with optional preprocessing of ERB, HAML, etc. Easily configurable; uses CommonMarker & Rouge.
zarqman/smart_assets
Rails/Rack middleware to enable delivery of non-digest assets.
zarqman/fluent-plugin-syslog-tls
A Fluentd output plugin to send logs to various Syslog collectors using TLS. (Uses RFC 5424.)
zarqman/can_has_validations
Provides several additional validations for Rails and ActiveModel.
zarqman/can_has_state
can_has_state is a simplified state machine gem. It relies on ActiveModel and should be compatible with any ActiveModel-compatible persistence layer.
zarqman/limited_sessions
Rails 5.2-7.x middleware to enhance session handling behavior. Also compatible with just Rack (sans Rails).
zarqman/scheddy
Scheddy is a batteries-included task scheduler for Rails. It is intended as a replacement for cron and cron-like functionality (including job queue specific schedulers). It is job-queue agnostic and can catch up missed tasks.
zarqman/dockerapi
Interact directly with Docker API from Ruby code
zarqman/error_merger
Enables combining error messages on ActiveModel-compliant models
zarqman/faker
A library for generating fake data such as names, addresses, and phone numbers.
zarqman/geoip2_c
libmaxminddb binding for Ruby
zarqman/async-http
zarqman/async-pool
Provides support for connection pooling both singleplex and multiplex resources.
zarqman/async-websocket
Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
zarqman/docker_registry2
Ruby API for interacting with docker_registry v2 with support for token authentication
zarqman/finalizers
zarqman/good_job
Multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.
zarqman/log_sanity
LogSanity - Bring sanity to Rails logs by reducing verbosity, using json output, and more.
zarqman/mongoid
Ruby ODM framework for MongoDB
zarqman/nats-pure.rb
Ruby client for NATS, the cloud native messaging system.
zarqman/pppxy
PPP (PROXY Protocol Proxy) is a lightweight proxy application designed to transparently add the PROXY protocol header to TCP connections
zarqman/protocol-http
zarqman/protocol-http1
zarqman/protocol-http2
zarqman/rack
A modular Ruby web server interface.
zarqman/rails
Ruby on Rails
zarqman/rails-hush
Hushes worthless Rails exceptions & logs, such as those caused by bots and crawlers.
zarqman/rescue_like_a_pro
RescueLikeAPro rethinks ActiveJob's exception handling system to improve usage with class inheritance and mixins, add fallback retries exhausted and discard handlers, and improve jitter flexibility.
zarqman/smart_cache_store
Production-ready enhancements for mem_cache_store and redis_cache_store. For Rails or ActiveSupport.
zarqman/zxcvbn-rb
Low-Budget Password Strength Estimation written in Ruby