https://github.com/sixarm/sixarm_ruby_rails_extensions
SixArm.com » Ruby » Rails extensions
https://github.com/sixarm/sixarm_ruby_rails_extensions
extensions gem rails ruby
Last synced: about 2 months ago
JSON representation
SixArm.com » Ruby » Rails extensions
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_rails_extensions
- Owner: SixArm
- License: other
- Created: 2015-02-18T21:58:47.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:20:48.000Z (about 1 year ago)
- Last Synced: 2026-03-28T06:41:42.362Z (3 months ago)
- Topics: extensions, gem, rails, ruby
- Language: Ruby
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Rails »
Extensions
[](http://badge.fury.io/rb/sixarm_ruby_rails_extensions)
[](https://travis-ci.org/SixArm/sixarm_ruby_rails_extensions)
[](https://codeclimate.com/github/SixArm/sixarm_ruby_rails_extensions/maintainability)
* Git:
* Doc:
* Gem:
* Contact: Joel Parker Henderson,
* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).
## Introduction
These are extensions to Ruby On Rails base classes.
For docs go to
Want to help? We're happy to get pull requests.
## Install
### Gem
To install this gem in your shell or terminal:
gem install sixarm_ruby_rails_extensions
### Gemfile
To add this gem to your Gemfile:
gem 'sixarm_ruby_rails_extensions'
### Require
To require the gem in your code:
require 'sixarm_ruby_rails_extensions'
* (class) load_dir_pairs: specify directory patterns and pass each YAML file in the matching directories to a block to process key/value pairs.