File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,11 @@ Create Jsonify view with column values for columns listed in aoColumns. See exam
44
44
45
45
This gem uses:
46
46
* meta_search for nice search and sort request syntax mapping
47
- * will_paginate optionally for nice pagination request syntax mapping
48
47
* jsonify for simple output generation
49
48
49
+ This gem provides integration with:
50
+ * will_paginate for nice pagination request syntax mapping
51
+
50
52
Gem works only with rails 3.1.
51
53
52
54
Gem includes datatables library and fnSetFilteringDelay plugin so you haven't include it by yourself.
Original file line number Diff line number Diff line change 1
1
module SimpleDatatables
2
- VERSION = "0.1.7 "
2
+ VERSION = "0.1.8 "
3
3
end
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
17
17
s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
18
18
s . require_paths = [ "lib" ]
19
19
20
- s . add_dependency "rails" , ">= 3.1.0.rc8 "
21
- s . add_dependency "meta_search" , '~>1.1.0.pre2 '
20
+ s . add_dependency "rails" , "~> 3.1.0"
21
+ s . add_dependency "meta_search" , '~> 1.1.0'
22
22
s . add_dependency "jsonify-rails"
23
23
24
24
end
You can’t perform that action at this time.
0 commit comments