-
Notifications
You must be signed in to change notification settings - Fork 8
Description
https://github.com/mperham/sidekiq/wiki/Getting-Started
https://github.com/mperham/sidekiq
Simple, efficient background processing for Ruby.
Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails to make background processing dead simple.
httparty
https://github.com/jnunemaker/httparty
https://github.com/sparklemotion/nokogiri
Nokogiri
Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is fast and standards-compliant by relying on native parsers like libxml2 (C) and xerces (Java).
Guiding Principles
Some guiding principles Nokogiri tries to follow:
be secure-by-default by treating all documents as untrusted by default
be a thin-as-reasonable layer on top of the underlying parsers, and don't attempt to fix behavioral differences between the parsers
https://github.com/laserlemon/figaro
Why does Figaro exist?
Figaro was written to make it easy to securely configure Rails applications.
Configuration values often include sensitive information. Figaro strives to be secure by default by encouraging a convention that keeps configuration out of Git.