File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ GitHub license] ( https://img.shields.io/github/license/jbox-web/ajax-datatables-rails.svg )] ( https://github.com/jbox-web/ajax-datatables-rails/blob/master/LICENSE )
4
4
[ ![ GitHub release] ( https://img.shields.io/github/release/jbox-web/ajax-datatables-rails.svg )] ( https://github.com/jbox-web/ajax-datatables-rails/releases/latest )
5
- [ ![ Gem Version] ( https://badge.fury.io/rb/ajax-datatables-rails.svg )] ( http://badge.fury.io/rb/ajax-datatables-rails )
5
+ [ ![ Gem] ( https://img.shields.io/gem/v/ajax-datatables-rails.svg )] ( https://rubygems.org/gems/ajax-datatables-rails )
6
+ [ ![ Gem] ( https://img.shields.io/gem/dtv/ajax-datatables-rails.svg )] ( https://rubygems.org/gems/ajax-datatables-rails )
6
7
[ ![ Build Status] ( https://travis-ci.org/jbox-web/ajax-datatables-rails.svg?branch=master )] ( https://travis-ci.org/jbox-web/ajax-datatables-rails )
7
8
[ ![ Code Climate] ( https://codeclimate.com/github/jbox-web/ajax-datatables-rails/badges/gpa.svg )] ( https://codeclimate.com/github/jbox-web/ajax-datatables-rails )
8
9
[ ![ Test Coverage] ( https://codeclimate.com/github/jbox-web/ajax-datatables-rails/badges/coverage.svg )] ( https://codeclimate.com/github/jbox-web/ajax-datatables-rails/coverage )
9
10
[ ![ Dependency Status] ( https://gemnasium.com/jbox-web/ajax-datatables-rails.svg )] ( https://gemnasium.com/jbox-web/ajax-datatables-rails )
10
11
11
12
> __ Important__
12
13
>
13
- > [ Datatables ] ( http://datatables.net ) recently released version 1.10 (which includes a new API and features) and deprecated version 1.9 .
14
+ > This gem is targeted at Datatables version 1.10.x .
14
15
>
15
- > This gem is targeted at Datatables version 1.10 and up.
16
-
17
- > __ Notes__
18
- >
19
- > This gem is a fork of [ antillas21/ajax-datatables-rails] ( https://github.com/antillas21/ajax-datatables-rails )
20
- >
21
- > It's based on the ` v-0-4-0 ` branch (which works very well, kudos to [ antillas21] ( https://github.com/antillas21 ) !)
22
- >
23
- > I've only added some conditions in the ` view_columns ` (see below), a bunch of tests and a fancy christmas tree of badges :)
24
- >
25
- > It also fixes [ antillas21 #199 ] ( https://github.com/antillas21/ajax-datatables-rails/issues/199 ) (XSS vulnerability)
26
- >
27
- > It's tested against Rails 4.2.8 / 5.0.2 / 5.1.0.rc1 and Ruby 2.2.7 / 2.3.4 / 2.4.1
16
+ > It's tested against Rails 4.2.8 / 5.0.2 / 5.1.0 and Ruby 2.2.7 / 2.3.4 / 2.4.1
28
17
29
18
## Description
30
19
You can’t perform that action at this time.
0 commit comments