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/acme-client
A Ruby client for the letsencrypt's ACME protocol.
zarqman/acts_as_list
An ActiveRecord plugin for managing lists.
zarqman/autoprefixer-rails
Autoprefixer for Ruby and Ruby on Rails
zarqman/cssbundling-rails
Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
zarqman/dnsruby
Dnsruby is a feature-complete DNS(SEC) client for Ruby, as used by many of the world's largest DNS registries and the OpenDNSSEC project
zarqman/dockerapi
Interact directly with Docker API from Ruby code
zarqman/down
Streaming downloads using net/http, http.rb or wget
zarqman/Earshot
Containerized RTMP->DASH transcoder for live-streaming Higher-Order Ambisonic and other multichannel content
zarqman/element_factory
ElementFactory provides a very simple approach to object-oriented DOM's.
zarqman/EnvelopForLive
Free, open-source tools for Ambisonic 3D panning within Max for Live 10+
zarqman/EnvelopLX
Interactive LED lighting control for Envelop
zarqman/look_ma_no_sprockets
Companion app to https://iprog.com/posting/2017/11/replacing-rails-51-asset-pipeline-with-webpacker-3
zarqman/mongo_logs_on_roids
Add color, DB time (Rails), etc to your mongo logs. Requires just mongo gem; compatible with Mongoid 5-7+, Rails, etc.
zarqman/invoice_printer
Super simple PDF invoicing in Ruby
zarqman/jsbundling-rails
Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
zarqman/keen-gem
Official Ruby client for the Keen IO API. Build analytics features directly into your Ruby apps.
zarqman/letter_opener
Preview mail in the browser instead of sending.
zarqman/mongoid-autoload-test
re: https://github.com/mongodb/mongoid/pull/4641
zarqman/net-scp
Pure Ruby implementation of the SCP protocol
zarqman/pacer-editor
Web editor for the Nektar Pacer MIDI controler
zarqman/r2lay
A simple TCP relay made in Rust
zarqman/rack-attack
Rack middleware for blocking & throttling
zarqman/rqrcode
A Ruby library that encodes QR Codes
zarqman/simplecov
Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
zarqman/sprockets-rails
Sprockets Rails integration
zarqman/table_cloth
Table Cloth is a table view helper for Rails. It makes generating the HTML in Rails Views easy.
zarqman/traefik
The Cloud Native Edge Router
zarqman/videojs-http-source-selector
VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-select able level selection options for adaptive http streams.
zarqman/webpacker
Use Webpack to manage app-like JavaScript modules in Rails
zarqman/webpacker3_example
Companion app to https://iprog.com/posting/2017/11/using-webpacker-3-on-rails-51