Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivanshamatov/hacks
- Owner: IvanShamatov
- Created: 2013-08-15T20:44:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T09:04:29.000Z (over 10 years ago)
- Last Synced: 2024-10-14T02:13:03.595Z (2 months ago)
- Language: Ruby
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.