Skip to content

acdcorp/conjoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conjoin

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'conjoin'

And then execute:

$ bundle

Or install it yourself as:

$ gem install conjoin

Usage

Old applications with RUBY older than 2.3

Please use branch 1.0-stable or tag v1.0.0

To support connection with ssl certificates but old RUBY version

Please use branch activerecord-config-with-ssl or tag v1.1.0

To support newest mysql, activerecord 4.2.11 and ruby versions

Please use v1.2.0

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