Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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