https://github.com/bigbinary/handy
Collection of handy tools collected over a period of time.
https://github.com/bigbinary/handy
Last synced: about 2 months ago
JSON representation
Collection of handy tools collected over a period of time.
- Host: GitHub
- URL: https://github.com/bigbinary/handy
- Owner: bigbinary
- License: mit
- Created: 2012-11-13T18:24:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T15:58:16.000Z (about 9 years ago)
- Last Synced: 2025-04-13T12:13:09.384Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 41 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Handy
Collection of handy tools collected over a period of time.
## Installation
gem 'handy'
And then execute:
$ rake -T handy
## Settings
Besides having some useful rake tasks it also sets up a constant called
`Settings` if a file named `config/settings.yml` is present.In Rails 4.1+ apps, this functionality is not needed because
of presence of `config/secrets.yml`.