social_share_privacy 0.2.8 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/social_share_privacy_helper.rb +1 -1
- data/lib/generators/templates/de_social_share_privacy.yml +5 -4
- data/lib/generators/templates/en_social_share_privacy.yml +5 -4
- data/lib/generators/templates/social_share_privacy.rb +2 -2
- data/lib/social_share_privacy.rb +60 -20
- data/lib/social_share_privacy/version.rb +1 -1
- data/test/dummy/app/assets/javascripts/application.js +1 -0
- data/test/dummy/app/assets/stylesheets/application.css +2 -0
- data/test/dummy/app/controllers/tests_controller.rb +4 -0
- data/test/dummy/app/views/tests/index.html.erb +3 -0
- data/test/dummy/config/application.rb +1 -1
- data/test/dummy/config/initializers/social_share_privacy.rb +39 -0
- data/test/dummy/config/locales/de_social_share_privacy.yml +5 -3
- data/test/dummy/config/locales/en_social_share_privacy.yml +17 -11
- data/test/dummy/config/routes.rb +2 -0
- data/test/dummy/log/development.log +1771 -0
- data/test/dummy/tmp/cache/assets/C1B/880/sprockets%2F368fd1c219633074bb18a18035647562 +0 -0
- data/test/dummy/tmp/cache/assets/C78/340/sprockets%2F586702061a2b50564455d98e05e52bbc +0 -0
- data/test/dummy/tmp/cache/assets/C84/F10/sprockets%2F3d619e981075ea6b64561d371b2029c9 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/210/sprockets%2F5dc831d6162e52719452caa4dd513642 +0 -0
- data/test/dummy/tmp/cache/assets/CAE/980/sprockets%2F4b792873d7ff6782fb497948756c35c9 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CE4/ED0/sprockets%2F608071ff2400f8f2f6506a8630efe2f9 +0 -0
- data/test/dummy/tmp/cache/assets/CEF/0C0/sprockets%2Ff2dea0c2007841120b3d933fc0a276c1 +0 -0
- data/test/dummy/tmp/cache/assets/D0B/9B0/sprockets%2F68f989d7c980a2acd8389d56976ef731 +0 -0
- data/test/dummy/tmp/cache/assets/D0F/110/sprockets%2Fe72a750a961ce197ce482d64a12365fb +0 -0
- data/test/dummy/tmp/cache/assets/D18/560/sprockets%2F0882df59cc97403214a4727ebccc978a +0 -0
- data/test/dummy/tmp/cache/assets/D1D/160/sprockets%2Ffcaf1999235e0a333f2fa5ee38693575 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D32/C40/sprockets%2Fbb0e190634bb5df60d2e330584cd5f27 +0 -0
- data/test/dummy/tmp/cache/assets/D3D/860/sprockets%2F1a35c073166dea8cc513f841b5e4d6f9 +0 -0
- data/test/dummy/tmp/cache/assets/D44/500/sprockets%2Fec731c79e6d0d8440a6a940d5dc6709d +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D50/720/sprockets%2F1c729a8741c74b57fd86c2a8fb9a684c +0 -0
- data/test/dummy/tmp/cache/assets/D57/A20/sprockets%2F63e6f0eb4f35662dafd78d41799e738c +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/FB0/sprockets%2Fe1aa24cd9a69a4247300fad5c511c08f +0 -0
- data/test/dummy/tmp/cache/assets/D61/2F0/sprockets%2F36305f42ab8e9c265ea22d7a8faa4b30 +0 -0
- data/test/dummy/tmp/cache/assets/D72/710/sprockets%2F61edf4ddc618e1445f3fa2888136b3ea +0 -0
- data/test/dummy/tmp/cache/assets/D73/820/sprockets%2F0fc2e02d5fc97d0b6ac94e60e84364f7 +0 -0
- data/test/dummy/tmp/cache/assets/D82/590/sprockets%2F868f2d37a38fe6df59dfe0a7ed017319 +0 -0
- data/test/dummy/tmp/cache/assets/D8C/CC0/sprockets%2F59e5294ef56fd29b36ee43d84c7d49be +0 -0
- data/test/dummy/tmp/cache/assets/DCA/5B0/sprockets%2F303ed6ffea62fbde6533ccc024e782d4 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DFC/840/sprockets%2Fcc3cad01b2c935459fdea8fd0884cf4a +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/vendor/assets/javascripts/social_share_privacy/index.js +1 -0
- data/vendor/assets/javascripts/{jquery.socialshareprivacy.js → social_share_privacy/jquery.socialshareprivacy.js} +18 -18
- data/vendor/assets/stylesheets/social_share_privacy/index.css +3 -0
- data/vendor/assets/stylesheets/{socialshareprivacy.css.erb → social_share_privacy/socialshareprivacy.css.erb} +4 -4
- metadata +86 -4
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
//= require social_share_privacy/jquery.socialshareprivacy
|
@@ -109,14 +109,14 @@
|
|
109
109
|
//
|
110
110
|
if (facebook_on) {
|
111
111
|
var fb_enc_uri = encodeURIComponent(uri + options.services.facebook.referrer_track);
|
112
|
-
var fb_code = '<iframe src="
|
112
|
+
var fb_code = '<iframe src="//www.facebook.com/plugins/like.php?locale=' + options.services.facebook.language + '&href=' + fb_enc_uri + '&send=false&layout=button_count&width=120&show_faces=false&font&colorscheme=light&action=' + options.services.facebook.action + '&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:145px; height:21px;" allowTransparency="true"></iframe>';
|
113
113
|
var fb_dummy_btn = '<img src="' + options.services.facebook.dummy_button + '" alt="Facebook "Like"-Dummy" class="fb_like_privacy_dummy" />';
|
114
114
|
|
115
115
|
context.append('<li class="facebook help_info"><span class="info">' + options.services.facebook.txt_info + '</span><span class="switch off">' + options.services.facebook.txt_off + '</span><div class="fb_like dummy_btn">' + fb_dummy_btn + '</div></li>');
|
116
116
|
|
117
117
|
var $container_fb = $('li.facebook', context);
|
118
118
|
|
119
|
-
$('li.facebook div.fb_like img.fb_like_privacy_dummy,li.facebook span.switch', context).
|
119
|
+
$('li.facebook div.fb_like img.fb_like_privacy_dummy,li.facebook span.switch', context).click(function () {
|
120
120
|
if ($container_fb.find('span.switch').hasClass('off')) {
|
121
121
|
$container_fb.addClass('info_off');
|
122
122
|
$container_fb.find('span.switch').addClass('on').removeClass('off').html(options.services.facebook.txt_on);
|
@@ -149,7 +149,7 @@
|
|
149
149
|
|
150
150
|
var $container_tw = $('li.twitter', context);
|
151
151
|
|
152
|
-
$('li.twitter div.tweet img,li.twitter span.switch', context).
|
152
|
+
$('li.twitter div.tweet img,li.twitter span.switch', context).click(function () {
|
153
153
|
if ($container_tw.find('span.switch').hasClass('off')) {
|
154
154
|
$container_tw.addClass('info_off');
|
155
155
|
$container_tw.find('span.switch').addClass('on').removeClass('off').html(options.services.twitter.txt_on);
|
@@ -171,13 +171,13 @@
|
|
171
171
|
|
172
172
|
// we use the Google+ "asynchronous" code, standard code is flaky if inserted into dom after load
|
173
173
|
var gplus_code = '<div class="g-plusone" data-size="medium" data-href="' + gplus_uri + '"></div><script type="text/javascript">window.___gcfg = {lang: "' + options.services.gplus.language + '"}; (function() { var po = document.createElement("script"); po.type = "text/javascript"; po.async = true; po.src = "https://apis.google.com/js/plusone.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })(); </script>';
|
174
|
-
var gplus_dummy_btn = '<img src="' + options.services.gplus.dummy_button '" alt=""Google+1"-Dummy" class="gplus_one_dummy" />';
|
174
|
+
var gplus_dummy_btn = '<img src="' + options.services.gplus.dummy_button + '" alt=""Google+1"-Dummy" class="gplus_one_dummy" />';
|
175
175
|
|
176
176
|
context.append('<li class="gplus help_info"><span class="info">' + options.services.gplus.txt_info + '</span><span class="switch off">' + options.services.gplus.txt_off + '</span><div class="gplusone dummy_btn">' + gplus_dummy_btn + '</div></li>');
|
177
177
|
|
178
178
|
var $container_gplus = $('li.gplus', context);
|
179
179
|
|
180
|
-
$('li.gplus div.gplusone img,li.gplus span.switch', context).
|
180
|
+
$('li.gplus div.gplusone img,li.gplus span.switch', context).click(function () {
|
181
181
|
if ($container_gplus.find('span.switch').hasClass('off')) {
|
182
182
|
$container_gplus.addClass('info_off');
|
183
183
|
$container_gplus.find('span.switch').addClass('on').removeClass('off').html(options.services.gplus.txt_on);
|
@@ -196,12 +196,12 @@
|
|
196
196
|
context.append('<li class="settings_info"><div class="settings_info_menu off perma_option_off"><a href="' + options.info_link + '"><span class="help_info icon"><span class="info">' + options.txt_help + '</span></span></a></div></li>');
|
197
197
|
|
198
198
|
// Info-Overlays mit leichter Verzoegerung einblenden
|
199
|
-
$('.help_info:not(.info_off)', context).
|
199
|
+
$('.help_info:not(.info_off)', context).mouseenter(function () {
|
200
200
|
var $info_wrapper = $(this);
|
201
201
|
var timeout_id = window.setTimeout(function () { $($info_wrapper).addClass('display'); }, 500);
|
202
202
|
$(this).data('timeout_id', timeout_id);
|
203
203
|
});
|
204
|
-
$('.help_info', context).
|
204
|
+
$('.help_info', context).mouseleave(function () {
|
205
205
|
var timeout_id = $(this).data('timeout_id');
|
206
206
|
window.clearTimeout(timeout_id);
|
207
207
|
if ($(this).hasClass('display')) {
|
@@ -215,19 +215,19 @@
|
|
215
215
|
|
216
216
|
// Menue zum dauerhaften Einblenden der aktiven Dienste via Cookie einbinden
|
217
217
|
// Die IE7 wird hier ausgenommen, da er kein JSON kann und die Cookies hier ueber JSON-Struktur abgebildet werden
|
218
|
-
if ((
|
218
|
+
if ((facebook_on && facebook_perma)
|
219
219
|
|| (twitter_on && twitter_perma)
|
220
220
|
|| (gplus_on && gplus_perma))
|
221
221
|
{
|
222
222
|
|
223
223
|
// Cookies abrufen
|
224
|
-
var
|
224
|
+
var cookie_list = document.cookie.split(';');
|
225
225
|
var cookies = '{';
|
226
226
|
var i = 0;
|
227
|
-
for (; i <
|
228
|
-
var foo =
|
227
|
+
for (; i < cookie_list.length; i += 1) {
|
228
|
+
var foo = cookie_list[i].split('=');
|
229
229
|
cookies += '"' + $.trim(foo[0]) + '":"' + $.trim(foo[1]) + '"';
|
230
|
-
if (i <
|
230
|
+
if (i < cookie_list.length - 1) {
|
231
231
|
cookies += ',';
|
232
232
|
}
|
233
233
|
}
|
@@ -277,27 +277,27 @@
|
|
277
277
|
$container_settings_info.find('span.settings').css('cursor', 'pointer');
|
278
278
|
|
279
279
|
// Einstellungs-Menue bei mouseover ein-/ausblenden
|
280
|
-
$($container_settings_info.find('span.settings'), context).
|
280
|
+
$($container_settings_info.find('span.settings'), context).mouseenter(function () {
|
281
281
|
var timeout_id = window.setTimeout(function () { $container_settings_info.find('.settings_info_menu').removeClass('off').addClass('on'); }, 500);
|
282
282
|
$(this).data('timeout_id', timeout_id);
|
283
283
|
});
|
284
|
-
$($container_settings_info, context).
|
284
|
+
$($container_settings_info, context).mouseleave(function () {
|
285
285
|
var timeout_id = $(this).data('timeout_id');
|
286
286
|
window.clearTimeout(timeout_id);
|
287
287
|
$container_settings_info.find('.settings_info_menu').removeClass('on').addClass('off');
|
288
288
|
});
|
289
289
|
|
290
290
|
// Klick-Interaktion auf <input> um Dienste dauerhaft ein- oder auszuschalten (Cookie wird gesetzt oder geloescht)
|
291
|
-
$($container_settings_info.find('fieldset input')).
|
291
|
+
$($container_settings_info.find('fieldset input')).click(function (event) {
|
292
292
|
var click = event.target.id;
|
293
293
|
var service = click.substr(click.lastIndexOf('_') + 1, click.length);
|
294
|
-
var
|
294
|
+
var cookie_name = 'socialSharePrivacy_' + service;
|
295
295
|
|
296
296
|
if ($('#' + event.target.id + ':checked').length) {
|
297
|
-
cookieSet(
|
297
|
+
cookieSet(cookie_name, 'perma_on', options.cookie.expires, options.cookie.path, options.cookie.domain);
|
298
298
|
$('form fieldset label[for=' + click + ']', context).addClass('checked');
|
299
299
|
} else {
|
300
|
-
cookieDel(
|
300
|
+
cookieDel(cookie_name, 'perma_on', options.cookie.path, options.cookie.domain);
|
301
301
|
$('form fieldset label[for=' + click + ']', context).removeClass('checked');
|
302
302
|
}
|
303
303
|
});
|
@@ -54,8 +54,8 @@
|
|
54
54
|
.social_share_privacy_area li .switch {
|
55
55
|
display: inline-block;
|
56
56
|
text-indent: -9999em;
|
57
|
-
background: transparent url(social_share_privacy/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
|
58
|
-
width:
|
57
|
+
background: transparent url(<%= asset_path 'social_share_privacy/socialshareprivacy_on_off.png' %>) no-repeat 0 0 scroll;
|
58
|
+
width: 23px;
|
59
59
|
height: 12px;
|
60
60
|
overflow: hidden;
|
61
61
|
float: left;
|
@@ -109,7 +109,7 @@
|
|
109
109
|
display: none;
|
110
110
|
}
|
111
111
|
.social_share_privacy_area li .help_info.icon {
|
112
|
-
|
112
|
+
background: #fff url(<%= asset_path 'social_share_privacy/socialshareprivacy_info.png' %>) no-repeat center center scroll;
|
113
113
|
width: 25px;
|
114
114
|
height: 20px;
|
115
115
|
position: relative;
|
@@ -175,7 +175,7 @@
|
|
175
175
|
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
|
176
176
|
text-indent: -9999em;
|
177
177
|
display: inline-block;
|
178
|
-
|
178
|
+
background: #fff url(<%= asset_path 'social_share_privacy/settings.png' %>) no-repeat center center scroll;
|
179
179
|
width: 25px;
|
180
180
|
height: 20px;
|
181
181
|
border: 2px solid #e7e3e3;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_share_privacy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joakim Reinert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04-
|
11
|
+
date: 2013-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '3.1'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: i18n_data
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: sqlite3
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -62,19 +76,53 @@ files:
|
|
62
76
|
- vendor/assets/images/social_share_privacy/dummy_facebook_de.png
|
63
77
|
- vendor/assets/images/social_share_privacy/dummy_gplus.png
|
64
78
|
- vendor/assets/images/social_share_privacy/dummy_facebook.png
|
65
|
-
- vendor/assets/stylesheets/
|
66
|
-
- vendor/assets/
|
79
|
+
- vendor/assets/stylesheets/social_share_privacy/index.css
|
80
|
+
- vendor/assets/stylesheets/social_share_privacy/socialshareprivacy.css.erb
|
81
|
+
- vendor/assets/javascripts/social_share_privacy/jquery.socialshareprivacy.js
|
82
|
+
- vendor/assets/javascripts/social_share_privacy/index.js
|
67
83
|
- MIT-LICENSE
|
68
84
|
- Rakefile
|
69
85
|
- README.rdoc
|
70
86
|
- test/test_helper.rb
|
71
87
|
- test/social_share_privacy_test.rb
|
72
88
|
- test/dummy/log/development.log
|
89
|
+
- test/dummy/app/views/tests/index.html.erb
|
73
90
|
- test/dummy/app/views/layouts/application.html.erb
|
74
91
|
- test/dummy/app/assets/stylesheets/application.css
|
75
92
|
- test/dummy/app/assets/javascripts/application.js
|
76
93
|
- test/dummy/app/helpers/application_helper.rb
|
94
|
+
- test/dummy/app/controllers/tests_controller.rb
|
77
95
|
- test/dummy/app/controllers/application_controller.rb
|
96
|
+
- test/dummy/tmp/cache/assets/D18/560/sprockets%2F0882df59cc97403214a4727ebccc978a
|
97
|
+
- test/dummy/tmp/cache/assets/D0F/110/sprockets%2Fe72a750a961ce197ce482d64a12365fb
|
98
|
+
- test/dummy/tmp/cache/assets/DFC/840/sprockets%2Fcc3cad01b2c935459fdea8fd0884cf4a
|
99
|
+
- test/dummy/tmp/cache/assets/D44/500/sprockets%2Fec731c79e6d0d8440a6a940d5dc6709d
|
100
|
+
- test/dummy/tmp/cache/assets/D72/710/sprockets%2F61edf4ddc618e1445f3fa2888136b3ea
|
101
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
102
|
+
- test/dummy/tmp/cache/assets/D8C/CC0/sprockets%2F59e5294ef56fd29b36ee43d84c7d49be
|
103
|
+
- test/dummy/tmp/cache/assets/CEF/0C0/sprockets%2Ff2dea0c2007841120b3d933fc0a276c1
|
104
|
+
- test/dummy/tmp/cache/assets/C78/340/sprockets%2F586702061a2b50564455d98e05e52bbc
|
105
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
106
|
+
- test/dummy/tmp/cache/assets/CE4/ED0/sprockets%2F608071ff2400f8f2f6506a8630efe2f9
|
107
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
108
|
+
- test/dummy/tmp/cache/assets/D3D/860/sprockets%2F1a35c073166dea8cc513f841b5e4d6f9
|
109
|
+
- test/dummy/tmp/cache/assets/D73/820/sprockets%2F0fc2e02d5fc97d0b6ac94e60e84364f7
|
110
|
+
- test/dummy/tmp/cache/assets/CA5/210/sprockets%2F5dc831d6162e52719452caa4dd513642
|
111
|
+
- test/dummy/tmp/cache/assets/D32/C40/sprockets%2Fbb0e190634bb5df60d2e330584cd5f27
|
112
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
113
|
+
- test/dummy/tmp/cache/assets/DCA/5B0/sprockets%2F303ed6ffea62fbde6533ccc024e782d4
|
114
|
+
- test/dummy/tmp/cache/assets/D61/2F0/sprockets%2F36305f42ab8e9c265ea22d7a8faa4b30
|
115
|
+
- test/dummy/tmp/cache/assets/C1B/880/sprockets%2F368fd1c219633074bb18a18035647562
|
116
|
+
- test/dummy/tmp/cache/assets/C84/F10/sprockets%2F3d619e981075ea6b64561d371b2029c9
|
117
|
+
- test/dummy/tmp/cache/assets/D5A/FB0/sprockets%2Fe1aa24cd9a69a4247300fad5c511c08f
|
118
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
119
|
+
- test/dummy/tmp/cache/assets/D0B/9B0/sprockets%2F68f989d7c980a2acd8389d56976ef731
|
120
|
+
- test/dummy/tmp/cache/assets/CAE/980/sprockets%2F4b792873d7ff6782fb497948756c35c9
|
121
|
+
- test/dummy/tmp/cache/assets/D82/590/sprockets%2F868f2d37a38fe6df59dfe0a7ed017319
|
122
|
+
- test/dummy/tmp/cache/assets/D50/720/sprockets%2F1c729a8741c74b57fd86c2a8fb9a684c
|
123
|
+
- test/dummy/tmp/cache/assets/D57/A20/sprockets%2F63e6f0eb4f35662dafd78d41799e738c
|
124
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
125
|
+
- test/dummy/tmp/cache/assets/D1D/160/sprockets%2Ffcaf1999235e0a333f2fa5ee38693575
|
78
126
|
- test/dummy/public/favicon.ico
|
79
127
|
- test/dummy/public/422.html
|
80
128
|
- test/dummy/public/500.html
|
@@ -82,6 +130,7 @@ files:
|
|
82
130
|
- test/dummy/Rakefile
|
83
131
|
- test/dummy/db/development.sqlite3
|
84
132
|
- test/dummy/config/routes.rb
|
133
|
+
- test/dummy/config/initializers/social_share_privacy.rb
|
85
134
|
- test/dummy/config/initializers/secret_token.rb
|
86
135
|
- test/dummy/config/initializers/mime_types.rb
|
87
136
|
- test/dummy/config/initializers/wrap_parameters.rb
|
@@ -128,11 +177,43 @@ test_files:
|
|
128
177
|
- test/test_helper.rb
|
129
178
|
- test/social_share_privacy_test.rb
|
130
179
|
- test/dummy/log/development.log
|
180
|
+
- test/dummy/app/views/tests/index.html.erb
|
131
181
|
- test/dummy/app/views/layouts/application.html.erb
|
132
182
|
- test/dummy/app/assets/stylesheets/application.css
|
133
183
|
- test/dummy/app/assets/javascripts/application.js
|
134
184
|
- test/dummy/app/helpers/application_helper.rb
|
185
|
+
- test/dummy/app/controllers/tests_controller.rb
|
135
186
|
- test/dummy/app/controllers/application_controller.rb
|
187
|
+
- test/dummy/tmp/cache/assets/D18/560/sprockets%2F0882df59cc97403214a4727ebccc978a
|
188
|
+
- test/dummy/tmp/cache/assets/D0F/110/sprockets%2Fe72a750a961ce197ce482d64a12365fb
|
189
|
+
- test/dummy/tmp/cache/assets/DFC/840/sprockets%2Fcc3cad01b2c935459fdea8fd0884cf4a
|
190
|
+
- test/dummy/tmp/cache/assets/D44/500/sprockets%2Fec731c79e6d0d8440a6a940d5dc6709d
|
191
|
+
- test/dummy/tmp/cache/assets/D72/710/sprockets%2F61edf4ddc618e1445f3fa2888136b3ea
|
192
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
193
|
+
- test/dummy/tmp/cache/assets/D8C/CC0/sprockets%2F59e5294ef56fd29b36ee43d84c7d49be
|
194
|
+
- test/dummy/tmp/cache/assets/CEF/0C0/sprockets%2Ff2dea0c2007841120b3d933fc0a276c1
|
195
|
+
- test/dummy/tmp/cache/assets/C78/340/sprockets%2F586702061a2b50564455d98e05e52bbc
|
196
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
197
|
+
- test/dummy/tmp/cache/assets/CE4/ED0/sprockets%2F608071ff2400f8f2f6506a8630efe2f9
|
198
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
199
|
+
- test/dummy/tmp/cache/assets/D3D/860/sprockets%2F1a35c073166dea8cc513f841b5e4d6f9
|
200
|
+
- test/dummy/tmp/cache/assets/D73/820/sprockets%2F0fc2e02d5fc97d0b6ac94e60e84364f7
|
201
|
+
- test/dummy/tmp/cache/assets/CA5/210/sprockets%2F5dc831d6162e52719452caa4dd513642
|
202
|
+
- test/dummy/tmp/cache/assets/D32/C40/sprockets%2Fbb0e190634bb5df60d2e330584cd5f27
|
203
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
204
|
+
- test/dummy/tmp/cache/assets/DCA/5B0/sprockets%2F303ed6ffea62fbde6533ccc024e782d4
|
205
|
+
- test/dummy/tmp/cache/assets/D61/2F0/sprockets%2F36305f42ab8e9c265ea22d7a8faa4b30
|
206
|
+
- test/dummy/tmp/cache/assets/C1B/880/sprockets%2F368fd1c219633074bb18a18035647562
|
207
|
+
- test/dummy/tmp/cache/assets/C84/F10/sprockets%2F3d619e981075ea6b64561d371b2029c9
|
208
|
+
- test/dummy/tmp/cache/assets/D5A/FB0/sprockets%2Fe1aa24cd9a69a4247300fad5c511c08f
|
209
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
210
|
+
- test/dummy/tmp/cache/assets/D0B/9B0/sprockets%2F68f989d7c980a2acd8389d56976ef731
|
211
|
+
- test/dummy/tmp/cache/assets/CAE/980/sprockets%2F4b792873d7ff6782fb497948756c35c9
|
212
|
+
- test/dummy/tmp/cache/assets/D82/590/sprockets%2F868f2d37a38fe6df59dfe0a7ed017319
|
213
|
+
- test/dummy/tmp/cache/assets/D50/720/sprockets%2F1c729a8741c74b57fd86c2a8fb9a684c
|
214
|
+
- test/dummy/tmp/cache/assets/D57/A20/sprockets%2F63e6f0eb4f35662dafd78d41799e738c
|
215
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
216
|
+
- test/dummy/tmp/cache/assets/D1D/160/sprockets%2Ffcaf1999235e0a333f2fa5ee38693575
|
136
217
|
- test/dummy/public/favicon.ico
|
137
218
|
- test/dummy/public/422.html
|
138
219
|
- test/dummy/public/500.html
|
@@ -140,6 +221,7 @@ test_files:
|
|
140
221
|
- test/dummy/Rakefile
|
141
222
|
- test/dummy/db/development.sqlite3
|
142
223
|
- test/dummy/config/routes.rb
|
224
|
+
- test/dummy/config/initializers/social_share_privacy.rb
|
143
225
|
- test/dummy/config/initializers/secret_token.rb
|
144
226
|
- test/dummy/config/initializers/mime_types.rb
|
145
227
|
- test/dummy/config/initializers/wrap_parameters.rb
|