Description:
add fuzzy string matching gem for similarity check
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r648:4514b4701ae2 - - 2 files changed: 9 inserted, 0 deleted

@@ -83,6 +83,9
83 83 gem 'in_place_editing'
84 84 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
85 85
86 86
87 87 #---------------- testiing -----------------------
88 88 gem 'minitest-reporters'
89 +
90 + #---------------- for console --------------------
91 + gem 'fuzzy-string-match'
@@ -6,12 +6,15
6 6 actionpack (>= 3.0.0, < 5.1)
7 7 activesupport (>= 3.0.0, < 5.1)
8 8
9 9 GEM
10 10 remote: https://rubygems.org/
11 11 specs:
12 + RubyInline (3.12.4)
13 + ZenTest (~> 4.3)
14 + ZenTest (4.11.1)
12 15 ace-rails-ap (4.1.1)
13 16 actionmailer (4.2.7.1)
14 17 actionpack (= 4.2.7.1)
15 18 actionview (= 4.2.7.1)
16 19 activejob (= 4.2.7.1)
17 20 mail (~> 2.5, >= 2.5.4)
@@ -71,12 +74,14
71 74 execjs
72 75 coffee-script-source (1.12.2)
73 76 concurrent-ruby (1.0.4)
74 77 dynamic_form (1.1.4)
75 78 erubis (2.7.0)
76 79 execjs (2.7.0)
80 + fuzzy-string-match (1.0.0)
81 + RubyInline (>= 3.8.6)
77 82 globalid (0.3.7)
78 83 activesupport (>= 4.1.0)
79 84 haml (4.0.7)
80 85 tilt
81 86 haml-rails (0.9.0)
82 87 actionpack (>= 4.0.1)
@@ -198,12 +203,13
198 203 best_in_place (~> 3.0.1)
199 204 bootstrap-sass (~> 3.2.0)
200 205 bootstrap-switch-rails
201 206 bootstrap-toggle-rails
202 207 coffee-rails
203 208 dynamic_form
209 + fuzzy-string-match
204 210 haml
205 211 haml-rails
206 212 in_place_editing
207 213 jquery-countdown-rails
208 214 jquery-rails
209 215 jquery-tablesorter
You need to be logged in to leave comments. Login now