Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 788 Bytes

File metadata and controls

39 lines (22 loc) · 788 Bytes

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