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

@@ -77,12 +77,15
77 #paginator
77 #paginator
78 gem 'will_paginate', '~> 3.0.7'
78 gem 'will_paginate', '~> 3.0.7'
79
79
80 gem 'mail'
80 gem 'mail'
81 gem 'rdiscount'
81 gem 'rdiscount'
82 gem 'dynamic_form'
82 gem 'dynamic_form'
83 gem 'in_place_editing'
83 gem 'in_place_editing'
84 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
84 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
85
85
86
86
87 #---------------- testiing -----------------------
87 #---------------- testiing -----------------------
88 gem 'minitest-reporters'
88 gem 'minitest-reporters'
89 +
90 + #---------------- for console --------------------
91 + gem 'fuzzy-string-match'
@@ -1,23 +1,26
1 GIT
1 GIT
2 remote: https://github.com/sikachu/verification.git
2 remote: https://github.com/sikachu/verification.git
3 revision: ff31697b940d7b0e2ec65f08764215c96104e76d
3 revision: ff31697b940d7b0e2ec65f08764215c96104e76d
4 specs:
4 specs:
5 verification (1.0.3)
5 verification (1.0.3)
6 actionpack (>= 3.0.0, < 5.1)
6 actionpack (>= 3.0.0, < 5.1)
7 activesupport (>= 3.0.0, < 5.1)
7 activesupport (>= 3.0.0, < 5.1)
8
8
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)
15 actionview (= 4.2.7.1)
18 actionview (= 4.2.7.1)
16 activejob (= 4.2.7.1)
19 activejob (= 4.2.7.1)
17 mail (~> 2.5, >= 2.5.4)
20 mail (~> 2.5, >= 2.5.4)
18 rails-dom-testing (~> 1.0, >= 1.0.5)
21 rails-dom-testing (~> 1.0, >= 1.0.5)
19 actionpack (4.2.7.1)
22 actionpack (4.2.7.1)
20 actionview (= 4.2.7.1)
23 actionview (= 4.2.7.1)
21 activesupport (= 4.2.7.1)
24 activesupport (= 4.2.7.1)
22 rack (~> 1.6)
25 rack (~> 1.6)
23 rack-test (~> 0.6.2)
26 rack-test (~> 0.6.2)
@@ -65,24 +68,26
65 builder (3.2.2)
68 builder (3.2.2)
66 coffee-rails (4.2.1)
69 coffee-rails (4.2.1)
67 coffee-script (>= 2.2.0)
70 coffee-script (>= 2.2.0)
68 railties (>= 4.0.0, < 5.2.x)
71 railties (>= 4.0.0, < 5.2.x)
69 coffee-script (2.4.1)
72 coffee-script (2.4.1)
70 coffee-script-source
73 coffee-script-source
71 execjs
74 execjs
72 coffee-script-source (1.12.2)
75 coffee-script-source (1.12.2)
73 concurrent-ruby (1.0.4)
76 concurrent-ruby (1.0.4)
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)
80 tilt
85 tilt
81 haml-rails (0.9.0)
86 haml-rails (0.9.0)
82 actionpack (>= 4.0.1)
87 actionpack (>= 4.0.1)
83 activesupport (>= 4.0.1)
88 activesupport (>= 4.0.1)
84 haml (>= 4.0.6, < 5.0)
89 haml (>= 4.0.6, < 5.0)
85 html2haml (>= 1.0.1)
90 html2haml (>= 1.0.1)
86 railties (>= 4.0.1)
91 railties (>= 4.0.1)
87 html2haml (2.0.0)
92 html2haml (2.0.0)
88 erubis (~> 2.7.0)
93 erubis (~> 2.7.0)
@@ -192,24 +197,25
192 ruby
197 ruby
193
198
194 DEPENDENCIES
199 DEPENDENCIES
195 ace-rails-ap
200 ace-rails-ap
196 activerecord-session_store
201 activerecord-session_store
197 autoprefixer-rails
202 autoprefixer-rails
198 best_in_place (~> 3.0.1)
203 best_in_place (~> 3.0.1)
199 bootstrap-sass (~> 3.2.0)
204 bootstrap-sass (~> 3.2.0)
200 bootstrap-switch-rails
205 bootstrap-switch-rails
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
207 jquery-countdown-rails
213 jquery-countdown-rails
208 jquery-rails
214 jquery-rails
209 jquery-tablesorter
215 jquery-tablesorter
210 jquery-timepicker-addon-rails
216 jquery-timepicker-addon-rails
211 jquery-ui-rails
217 jquery-ui-rails
212 mail
218 mail
213 minitest-reporters
219 minitest-reporters
214 momentjs-rails
220 momentjs-rails
215 mysql2
221 mysql2
You need to be logged in to leave comments. Login now