Sha256: 151b2d0f7b3a7e7cbefeb71e54b550ca6c1cf08743dd02b0795fb3aca0399a44
Contents?: true
Size: 998 Bytes
Versions: 2
Compression:
Stored size: 998 Bytes
Contents
# IncrementWithSql [![Build Status](https://secure.travis-ci.org/mrkamel/increment_with_sql.png?branch=master)](http://travis-ci.org/mrkamel/increment_with_sql) [![Dependency Status](https://gemnasium.com/mrkamel/increment_with_sql.png?travis)](https://gemnasium.com/mrkamel/increment_with_sql) [![Gem Version](https://badge.fury.io/rb/increment_with_sql.svg)](http://badge.fury.io/rb/increment_with_sql) Provides `#increment_with_sql!` and `#decrement_with_sql!` for ActiveRecord::Base ## Installation Add this line to your application's Gemfile: ```ruby gem 'increment_with_sql' ``` And then execute: $ bundle Or install it yourself as: $ gem install increment_with_sql ## Contributing 1. Fork it ( https://github.com/[my-github-username]/increment_with_sql/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
increment_with_sql-0.0.2 | README.md |
increment_with_sql-0.0.1 | README.md |