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

@@ -41,48 +41,51
41 41
42 42 # Deploy with Capistrano
43 43 # gem 'capistrano'
44 44
45 45 # To use debugger
46 46 # gem 'debugger'
47 47 #
48 48
49 49 #in-place editor
50 50 gem 'best_in_place', '~> 3.0.1'
51 51
52 52 # jquery addition
53 53 gem 'jquery-rails'
54 54 gem 'jquery-ui-rails'
55 55 gem 'jquery-timepicker-addon-rails'
56 56 gem 'jquery-tablesorter'
57 57 gem 'jquery-countdown-rails'
58 58
59 59 #syntax highlighter
60 60 gem 'rouge'
61 61
62 62 #add bootstrap
63 63 gem 'bootstrap-sass', '~> 3.2.0'
64 64 gem 'bootstrap-switch-rails'
65 65 gem 'bootstrap-toggle-rails'
66 66 gem 'autoprefixer-rails'
67 67
68 68 #bootstrap sortable
69 69 gem 'momentjs-rails'
70 70 gem 'rails_bootstrap_sortable'
71 71
72 72 #----------- user interface -----------------
73 73 #select 2
74 74 gem 'select2-rails'
75 75 #ace editor
76 76 gem 'ace-rails-ap'
77 77 #paginator
78 78 gem 'will_paginate', '~> 3.0.7'
79 79
80 80 gem 'mail'
81 81 gem 'rdiscount'
82 82 gem 'dynamic_form'
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'
@@ -1,124 +1,129
1 1 GIT
2 2 remote: https://github.com/sikachu/verification.git
3 3 revision: ff31697b940d7b0e2ec65f08764215c96104e76d
4 4 specs:
5 5 verification (1.0.3)
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)
18 21 rails-dom-testing (~> 1.0, >= 1.0.5)
19 22 actionpack (4.2.7.1)
20 23 actionview (= 4.2.7.1)
21 24 activesupport (= 4.2.7.1)
22 25 rack (~> 1.6)
23 26 rack-test (~> 0.6.2)
24 27 rails-dom-testing (~> 1.0, >= 1.0.5)
25 28 rails-html-sanitizer (~> 1.0, >= 1.0.2)
26 29 actionview (4.2.7.1)
27 30 activesupport (= 4.2.7.1)
28 31 builder (~> 3.1)
29 32 erubis (~> 2.7.0)
30 33 rails-dom-testing (~> 1.0, >= 1.0.5)
31 34 rails-html-sanitizer (~> 1.0, >= 1.0.2)
32 35 activejob (4.2.7.1)
33 36 activesupport (= 4.2.7.1)
34 37 globalid (>= 0.3.0)
35 38 activemodel (4.2.7.1)
36 39 activesupport (= 4.2.7.1)
37 40 builder (~> 3.1)
38 41 activerecord (4.2.7.1)
39 42 activemodel (= 4.2.7.1)
40 43 activesupport (= 4.2.7.1)
41 44 arel (~> 6.0)
42 45 activerecord-session_store (1.0.0)
43 46 actionpack (>= 4.0, < 5.1)
44 47 activerecord (>= 4.0, < 5.1)
45 48 multi_json (~> 1.11, >= 1.11.2)
46 49 rack (>= 1.5.2, < 3)
47 50 railties (>= 4.0, < 5.1)
48 51 activesupport (4.2.7.1)
49 52 i18n (~> 0.7)
50 53 json (~> 1.7, >= 1.7.7)
51 54 minitest (~> 5.1)
52 55 thread_safe (~> 0.3, >= 0.3.4)
53 56 tzinfo (~> 1.1)
54 57 ansi (1.5.0)
55 58 arel (6.0.4)
56 59 autoprefixer-rails (6.6.0)
57 60 execjs
58 61 best_in_place (3.0.3)
59 62 actionpack (>= 3.2)
60 63 railties (>= 3.2)
61 64 bootstrap-sass (3.2.0.2)
62 65 sass (~> 3.2)
63 66 bootstrap-switch-rails (3.3.3)
64 67 bootstrap-toggle-rails (2.2.1.0)
65 68 builder (3.2.2)
66 69 coffee-rails (4.2.1)
67 70 coffee-script (>= 2.2.0)
68 71 railties (>= 4.0.0, < 5.2.x)
69 72 coffee-script (2.4.1)
70 73 coffee-script-source
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)
83 88 activesupport (>= 4.0.1)
84 89 haml (>= 4.0.6, < 5.0)
85 90 html2haml (>= 1.0.1)
86 91 railties (>= 4.0.1)
87 92 html2haml (2.0.0)
88 93 erubis (~> 2.7.0)
89 94 haml (~> 4.0.0)
90 95 nokogiri (~> 1.6.0)
91 96 ruby_parser (~> 3.5)
92 97 i18n (0.7.0)
93 98 in_place_editing (1.2.0)
94 99 jquery-countdown-rails (2.0.2)
95 100 jquery-rails (4.2.1)
96 101 rails-dom-testing (>= 1, < 3)
97 102 railties (>= 4.2.0)
98 103 thor (>= 0.14, < 2.0)
99 104 jquery-tablesorter (1.23.3)
100 105 railties (>= 3.2, < 6)
101 106 jquery-timepicker-addon-rails (1.4.1)
102 107 railties (>= 3.1)
103 108 jquery-ui-rails (6.0.1)
104 109 railties (>= 3.2.16)
105 110 json (1.8.3)
106 111 loofah (2.0.3)
107 112 nokogiri (>= 1.5.9)
108 113 mail (2.6.4)
109 114 mime-types (>= 1.16, < 4)
110 115 mime-types (3.1)
111 116 mime-types-data (~> 3.2015)
112 117 mime-types-data (3.2016.0521)
113 118 mini_portile2 (2.1.0)
114 119 minitest (5.10.1)
115 120 minitest-reporters (1.1.13)
116 121 ansi
117 122 builder
118 123 minitest (>= 5.0)
119 124 ruby-progressbar
120 125 momentjs-rails (2.15.1)
121 126 railties (>= 3.1)
122 127 multi_json (1.12.1)
123 128 mysql2 (0.4.5)
124 129 nokogiri (1.6.8.1)
@@ -156,74 +161,75
156 161 rdiscount (2.2.0.1)
157 162 rouge (2.0.7)
158 163 ruby-progressbar (1.8.1)
159 164 ruby_parser (3.8.3)
160 165 sexp_processor (~> 4.1)
161 166 sass (3.4.23)
162 167 sass-rails (5.0.6)
163 168 railties (>= 4.0.0, < 6)
164 169 sass (~> 3.1)
165 170 sprockets (>= 2.8, < 4.0)
166 171 sprockets-rails (>= 2.0, < 4.0)
167 172 tilt (>= 1.1, < 3)
168 173 select2-rails (4.0.3)
169 174 thor (~> 0.14)
170 175 sexp_processor (4.7.0)
171 176 sprockets (3.7.1)
172 177 concurrent-ruby (~> 1.0)
173 178 rack (> 1, < 3)
174 179 sprockets-rails (3.2.0)
175 180 actionpack (>= 4.0)
176 181 activesupport (>= 4.0)
177 182 sprockets (>= 3.0.0)
178 183 sqlite3 (1.3.12)
179 184 thor (0.19.4)
180 185 thread_safe (0.3.5)
181 186 tilt (2.0.5)
182 187 tzinfo (1.2.2)
183 188 thread_safe (~> 0.1)
184 189 uglifier (3.0.4)
185 190 execjs (>= 0.3.0, < 3)
186 191 will_paginate (3.0.12)
187 192 yaml_db (0.4.2)
188 193 rails (>= 3.0, < 5.1)
189 194 rake (>= 0.8.7)
190 195
191 196 PLATFORMS
192 197 ruby
193 198
194 199 DEPENDENCIES
195 200 ace-rails-ap
196 201 activerecord-session_store
197 202 autoprefixer-rails
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
210 216 jquery-timepicker-addon-rails
211 217 jquery-ui-rails
212 218 mail
213 219 minitest-reporters
214 220 momentjs-rails
215 221 mysql2
216 222 rails (~> 4.2.0)
217 223 rails_bootstrap_sortable
218 224 rdiscount
219 225 rouge
220 226 sass-rails
221 227 select2-rails
222 228 sqlite3
223 229 uglifier
224 230 verification!
225 231 will_paginate (~> 3.0.7)
226 232 yaml_db
227 233
228 234 BUNDLED WITH
229 235 1.13.6
You need to be logged in to leave comments. Login now