Commit c0073254510f4dd033b3c313f90ec7653e5db4bb
Merge pull request #1712 from riyad/use-gem-for-emoji
Use gem for Emoji
Too many changes.
To preserve performance only 100 of 852 files displayed.
@@ -140,6 +140,7 @@ GEM | @@ -140,6 +140,7 @@ GEM | ||
140 | sass-rails (>= 3.1.1) | 140 | sass-rails (>= 3.1.1) |
141 | foreman (0.47.0) | 141 | foreman (0.47.0) |
142 | thor (>= 0.13.6) | 142 | thor (>= 0.13.6) |
143 | + gemoji (1.1.1) | ||
143 | gherkin-ruby (0.2.1) | 144 | gherkin-ruby (0.2.1) |
144 | git (1.2.5) | 145 | git (1.2.5) |
145 | github-linguist (2.3.4) | 146 | github-linguist (2.3.4) |
@@ -422,6 +423,7 @@ DEPENDENCIES | @@ -422,6 +423,7 @@ DEPENDENCIES | ||
422 | ffaker | 423 | ffaker |
423 | font-awesome-sass-rails (~> 2.0.0) | 424 | font-awesome-sass-rails (~> 2.0.0) |
424 | foreman | 425 | foreman |
426 | + gemoji | ||
425 | git | 427 | git |
426 | github-linguist (~> 2.3.4) | 428 | github-linguist (~> 2.3.4) |
427 | github-markup (~> 0.7.4) | 429 | github-markup (~> 0.7.4) |
@@ -115,7 +115,7 @@ module ApplicationHelper | @@ -115,7 +115,7 @@ module ApplicationHelper | ||
115 | def emoji_autocomplete_source | 115 | def emoji_autocomplete_source |
116 | # should be an array of strings | 116 | # should be an array of strings |
117 | # so to_s can be called, because it is sufficient and to_json is too slow | 117 | # so to_s can be called, because it is sufficient and to_json is too slow |
118 | - Emoji::NAMES.to_s | 118 | + Emoji.names.to_s |
119 | end | 119 | end |
120 | 120 | ||
121 | def ldap_enable? | 121 | def ldap_enable? |
@@ -128,7 +128,7 @@ module Gitlab | @@ -128,7 +128,7 @@ module Gitlab | ||
128 | # | 128 | # |
129 | # Returns boolean | 129 | # Returns boolean |
130 | def valid_emoji?(emoji) | 130 | def valid_emoji?(emoji) |
131 | - Emoji::NAMES.include? emoji | 131 | + Emoji.names.include? emoji |
132 | end | 132 | end |
133 | 133 | ||
134 | # Private: Dispatches to a dedicated processing method based on reference | 134 | # Private: Dispatches to a dedicated processing method based on reference |
5.01 KB
4.95 KB
3.22 KB
3.61 KB
4.64 KB
4.04 KB
3.08 KB
3.77 KB
4.15 KB
4.37 KB
4.62 KB
3.41 KB
4.63 KB
6.9 KB
5.33 KB
3.62 KB
4.37 KB
6.52 KB
3.01 KB
4.92 KB
2.78 KB
5.5 KB
4.98 KB
4.24 KB
3.11 KB
3.1 KB
3.53 KB
2.94 KB
2.87 KB
3.13 KB
3.44 KB
3.44 KB
2.97 KB
3.26 KB
3.26 KB
2.95 KB
3.63 KB
3 KB
3.46 KB
3.12 KB
3.15 KB
3.16 KB
1.37 KB
4.71 KB
6.59 KB
2.87 KB
5.9 KB
3.98 KB
2.95 KB
5.78 KB
4.36 KB
3.87 KB
2.9 KB
3.42 KB
2.25 KB
1.79 KB
4.56 KB
3.82 KB
1.35 KB
5.45 KB
2.4 KB
4.15 KB
5.89 KB
6.24 KB
3.13 KB
2.72 KB
3.72 KB
5.43 KB
5.95 KB
6.44 KB
5.13 KB
2.7 KB
4.75 KB
5.6 KB
6.33 KB
4.61 KB
3.8 KB
4.76 KB
5.28 KB
2.31 KB
3.79 KB
2.3 KB
1.3 KB
4.13 KB
3.66 KB
4.97 KB
3.99 KB
4 KB
5.07 KB
4.73 KB
3.74 KB
5.09 KB
5.91 KB
4.59 KB
3.09 KB