Description:
add fuzzy string matching gem for similarity check
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r648:4514b4701ae2 - - 2 files changed: 9 inserted, 0 deleted
@@ -86,3 +86,6 | |||||
|
86 |
|
86 | ||
|
87 | #---------------- testiing ----------------------- |
|
87 | #---------------- testiing ----------------------- |
|
88 | gem 'minitest-reporters' |
|
88 | gem 'minitest-reporters' |
|
|
89 | + | ||
|
|
90 | + #---------------- for console -------------------- | ||
|
|
91 | + gem 'fuzzy-string-match' |
@@ -9,6 +9,9 | |||||
|
9 | GEM |
|
9 | GEM |
|
10 | remote: https://rubygems.org/ |
|
10 | remote: https://rubygems.org/ |
|
11 | specs: |
|
11 | specs: |
|
|
12 | + RubyInline (3.12.4) | ||
|
|
13 | + ZenTest (~> 4.3) | ||
|
|
14 | + ZenTest (4.11.1) | ||
|
12 | ace-rails-ap (4.1.1) |
|
15 | ace-rails-ap (4.1.1) |
|
13 | actionmailer (4.2.7.1) |
|
16 | actionmailer (4.2.7.1) |
|
14 | actionpack (= 4.2.7.1) |
|
17 | actionpack (= 4.2.7.1) |
@@ -74,6 +77,8 | |||||
|
74 | dynamic_form (1.1.4) |
|
77 | dynamic_form (1.1.4) |
|
75 | erubis (2.7.0) |
|
78 | erubis (2.7.0) |
|
76 | execjs (2.7.0) |
|
79 | execjs (2.7.0) |
|
|
80 | + fuzzy-string-match (1.0.0) | ||
|
|
81 | + RubyInline (>= 3.8.6) | ||
|
77 | globalid (0.3.7) |
|
82 | globalid (0.3.7) |
|
78 | activesupport (>= 4.1.0) |
|
83 | activesupport (>= 4.1.0) |
|
79 | haml (4.0.7) |
|
84 | haml (4.0.7) |
@@ -201,6 +206,7 | |||||
|
201 | bootstrap-toggle-rails |
|
206 | bootstrap-toggle-rails |
|
202 | coffee-rails |
|
207 | coffee-rails |
|
203 | dynamic_form |
|
208 | dynamic_form |
|
|
209 | + fuzzy-string-match | ||
|
204 | haml |
|
210 | haml |
|
205 | haml-rails |
|
211 | haml-rails |
|
206 | in_place_editing |
|
212 | in_place_editing |
You need to be logged in to leave comments.
Login now