Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboard/conjects
A GEM to support 'connectable' Ruby Classes (one_to_one, one_to_many, and many_to_many)
https://github.com/iboard/conjects
Last synced: 16 days ago
JSON representation
A GEM to support 'connectable' Ruby Classes (one_to_one, one_to_many, and many_to_many)
- Host: GitHub
- URL: https://github.com/iboard/conjects
- Owner: iboard
- License: mit
- Created: 2013-09-15T14:41:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-16T16:41:52.000Z (over 11 years ago)
- Last Synced: 2024-12-12T10:48:44.910Z (22 days ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Conjects
Supports many-to-many and one-to-many connections for ruby-classes.
## Installation
Add this line to your application's Gemfile:
gem 'conjects', git: 'git://github.com/iboard/conjects.git'
And then execute:
$ bundle
Or install it yourself as:
$ gem install conjects
## Usage
See `spec/examples` and `spec/integration` to figure out how you can use this gem.
## TDD
$ rspec spec/
$ open coverage/index.html## API Documentation
$ yard
$ open doc/index.html## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request