From 0e05c0fa356522c22467153e232e0ea876ccd098 Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Fri, 31 Jul 2015 11:44:43 +0300 Subject: [PATCH] add download counter badge add download counter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c50f27f..85a3893 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ActiveRecord Firebird Adapter [![Gem Version](https://badge.fury.io/rb/activerecord-fb-adapter.svg)](http://badge.fury.io/rb/activerecord-fb-adapter) [![Build Status](https://travis-ci.org/rowland/activerecord-fb-adapter.png?branch=master)](https://travis-ci.org/rowland/activerecord-fb-adapter) +![Downloads](https://img.shields.io/gem/dt/activerecord-fb-adapter.png) This is the ActiveRecord adapter for working with the [Firebird SQL Server](http://firebirdsql.org/). It currently supports Rails 3.2.x and 4.x. Although this adapter may not yet have feature parity with the 1st tier databases supported by Rails, it has been used in production by different people without issues and may be considered stable. It uses under the hood the [Ruby Firebird Extension Library](https://github.com/rowland/fb).