Sha256: 99ae5dc1756464cfa1abcdc9debd74428151a26b76545b7a4a3613e3532e2d1c

Contents?: true

Size: 809 Bytes

Versions: 8

Compression:

Stored size: 809 Bytes

Contents

# ActiveRecord::Mysql::Awesome

[![Build Status](https://travis-ci.org/kamipo/activerecord-mysql-awesome.png?branch=master)](https://travis-ci.org/kamipo/activerecord-mysql-awesome)

Awesome patches backported for ActiveRecord MySQL adapters.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'activerecord-mysql-awesome'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install activerecord-mysql-awesome

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/kamipo/activerecord-mysql-awesome/fork )
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 a new Pull Request

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
activerecord-mysql-awesome-0.0.9 README.md
activerecord-mysql-awesome-0.0.8 README.md
activerecord-mysql-awesome-0.0.7 README.md
activerecord-mysql-awesome-0.0.6 README.md
activerecord-mysql-awesome-0.0.5 README.md
activerecord-mysql-awesome-0.0.4 README.md
activerecord-mysql-awesome-0.0.3 README.md
activerecord-mysql-awesome-0.0.2 README.md