Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivanshamatov/hacks

Hacks and tricks I built and/or found useful to save.
https://github.com/ivanshamatov/hacks

Last synced: about 1 month ago
JSON representation

Hacks and tricks I built and/or found useful to save.

Awesome Lists containing this project

README

        

Hacks, tips & tricks
=====

Hacks and tricks I built and/or found useful to save.

* [log.rb](log.rb) — simple logging to the database, asynchronosly using Sidekiq in Rails.
* [settings.rb](settings.rb) — the way to have "global" variables in Rails.
* [redis.rb](redis.rb) — couple of redis tips.
* [carrierwave.rb](carrierwave.rb) — saving files from FTP too.
* [carrierwave_string.rb](carrierwave_string.rb) — ability to send string using carrierwave uploader.
* [blocking_queue.rb](blocking_queue.rb) — Subclassing queue, if you want to enable or disable ability to add object in queue
* [hash.rb](hash.rb) — Additional hash methods, extending base functionality.
* [union.rb](union.rb) — Way to use UNION query with scopes.