notify_user 0.0.10 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/notify_user/base_notifications_controller.rb +4 -1
- data/lib/notify_user/channels/apns/apns_channel.rb +11 -1
- data/lib/notify_user/version.rb +1 -1
- data/spec/controllers/notify_user/notifications_controller_spec.rb +6 -0
- data/spec/dummy/rails-4.0.4/Gemfile +45 -0
- data/spec/dummy/rails-4.0.4/README.rdoc +28 -0
- data/spec/dummy/rails-4.0.4/Rakefile +6 -0
- data/spec/dummy/rails-4.0.4/app/assets/javascripts/application.js +16 -0
- data/spec/dummy/rails-4.0.4/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/rails-4.0.4/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/rails-4.0.4/app/controllers/notify_user/notifications_controller.rb +9 -0
- data/spec/dummy/rails-4.0.4/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/rails-4.0.4/app/models/user.rb +2 -0
- data/spec/dummy/rails-4.0.4/app/notifications/new_post_notification.rb +11 -0
- data/spec/dummy/rails-4.0.4/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/rails-4.0.4/app/views/notify_user/layouts/action_mailer.html.erb +39 -0
- data/spec/dummy/rails-4.0.4/app/views/notify_user/new_post_notification/action_mailer/notification.html.erb +1 -0
- data/spec/dummy/rails-4.0.4/app/views/notify_user/new_post_notification/mobile_sdk/notification.html.erb +1 -0
- data/spec/dummy/rails-4.0.4/bin/bundle +3 -0
- data/spec/dummy/rails-4.0.4/bin/rails +4 -0
- data/spec/dummy/rails-4.0.4/bin/rake +4 -0
- data/spec/dummy/rails-4.0.4/config/application.rb +23 -0
- data/spec/dummy/rails-4.0.4/config/boot.rb +4 -0
- data/spec/dummy/rails-4.0.4/config/database.yml +24 -0
- data/spec/dummy/rails-4.0.4/config/environment.rb +5 -0
- data/spec/dummy/rails-4.0.4/config/environments/development.rb +29 -0
- data/spec/dummy/rails-4.0.4/config/environments/production.rb +80 -0
- data/spec/dummy/rails-4.0.4/config/environments/test.rb +36 -0
- data/spec/dummy/rails-4.0.4/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/rails-4.0.4/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/rails-4.0.4/config/initializers/inflections.rb +16 -0
- data/spec/dummy/rails-4.0.4/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/rails-4.0.4/config/initializers/notify_user.rb +14 -0
- data/spec/dummy/rails-4.0.4/config/initializers/secret_token.rb +12 -0
- data/spec/dummy/rails-4.0.4/config/initializers/session_store.rb +3 -0
- data/spec/dummy/rails-4.0.4/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/rails-4.0.4/config/locales/en.yml +23 -0
- data/spec/dummy/rails-4.0.4/config/routes.rb +56 -0
- data/spec/dummy/rails-4.0.4/config.ru +4 -0
- data/spec/dummy/rails-4.0.4/db/migrate/20140519075749_create_users.rb +9 -0
- data/spec/dummy/rails-4.0.4/db/migrate/20140519075751424424898000_create_notify_user_notifications.rb +13 -0
- data/spec/dummy/rails-4.0.4/db/migrate/20140519075751426426728000_create_notify_user_unsubscribes.rb +10 -0
- data/spec/dummy/rails-4.0.4/db/migrate/20140519075751428428230000_create_notify_user_user_hashes.rb +12 -0
- data/spec/dummy/rails-4.0.4/db/schema.rb +53 -0
- data/spec/dummy/rails-4.0.4/db/seeds.rb +7 -0
- data/spec/dummy/rails-4.0.4/log/test.log +13097 -0
- data/spec/dummy/rails-4.0.4/public/404.html +58 -0
- data/spec/dummy/rails-4.0.4/public/422.html +58 -0
- data/spec/dummy/rails-4.0.4/public/500.html +57 -0
- data/spec/dummy/rails-4.0.4/public/favicon.ico +0 -0
- data/spec/dummy/rails-4.0.4/public/robots.txt +5 -0
- data/spec/dummy/rails-4.0.4/test/fixtures/users.yml +7 -0
- data/spec/dummy/rails-4.0.4/test/models/user_test.rb +7 -0
- data/spec/dummy/rails-4.0.4/test/test_helper.rb +15 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/13195a56ea8581e42f709ea01ea4604f +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/148f39f7dc2ea6cb194598111dbd4598 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/1d6bc1877ba2bbb89f393e10e8303d39 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/461686bcf3d7c88e0499f60b83be1fbd +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8347cdde4e97e62f293aab2e5e6fcc2a +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05 +0 -0
- data/spec/models/notify_user/notification_spec.rb +16 -2
- metadata +138 -2
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>The page you were looking for doesn't exist (404)</title>
|
|
5
|
+
<style>
|
|
6
|
+
body {
|
|
7
|
+
background-color: #EFEFEF;
|
|
8
|
+
color: #2E2F30;
|
|
9
|
+
text-align: center;
|
|
10
|
+
font-family: arial, sans-serif;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
div.dialog {
|
|
14
|
+
width: 25em;
|
|
15
|
+
margin: 4em auto 0 auto;
|
|
16
|
+
border: 1px solid #CCC;
|
|
17
|
+
border-right-color: #999;
|
|
18
|
+
border-left-color: #999;
|
|
19
|
+
border-bottom-color: #BBB;
|
|
20
|
+
border-top: #B00100 solid 4px;
|
|
21
|
+
border-top-left-radius: 9px;
|
|
22
|
+
border-top-right-radius: 9px;
|
|
23
|
+
background-color: white;
|
|
24
|
+
padding: 7px 4em 0 4em;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
h1 {
|
|
28
|
+
font-size: 100%;
|
|
29
|
+
color: #730E15;
|
|
30
|
+
line-height: 1.5em;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
body > p {
|
|
34
|
+
width: 33em;
|
|
35
|
+
margin: 0 auto 1em;
|
|
36
|
+
padding: 1em 0;
|
|
37
|
+
background-color: #F7F7F7;
|
|
38
|
+
border: 1px solid #CCC;
|
|
39
|
+
border-right-color: #999;
|
|
40
|
+
border-bottom-color: #999;
|
|
41
|
+
border-bottom-left-radius: 4px;
|
|
42
|
+
border-bottom-right-radius: 4px;
|
|
43
|
+
border-top-color: #DADADA;
|
|
44
|
+
color: #666;
|
|
45
|
+
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
|
|
46
|
+
}
|
|
47
|
+
</style>
|
|
48
|
+
</head>
|
|
49
|
+
|
|
50
|
+
<body>
|
|
51
|
+
<!-- This file lives in public/404.html -->
|
|
52
|
+
<div class="dialog">
|
|
53
|
+
<h1>The page you were looking for doesn't exist.</h1>
|
|
54
|
+
<p>You may have mistyped the address or the page may have moved.</p>
|
|
55
|
+
</div>
|
|
56
|
+
<p>If you are the application owner check the logs for more information.</p>
|
|
57
|
+
</body>
|
|
58
|
+
</html>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>The change you wanted was rejected (422)</title>
|
|
5
|
+
<style>
|
|
6
|
+
body {
|
|
7
|
+
background-color: #EFEFEF;
|
|
8
|
+
color: #2E2F30;
|
|
9
|
+
text-align: center;
|
|
10
|
+
font-family: arial, sans-serif;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
div.dialog {
|
|
14
|
+
width: 25em;
|
|
15
|
+
margin: 4em auto 0 auto;
|
|
16
|
+
border: 1px solid #CCC;
|
|
17
|
+
border-right-color: #999;
|
|
18
|
+
border-left-color: #999;
|
|
19
|
+
border-bottom-color: #BBB;
|
|
20
|
+
border-top: #B00100 solid 4px;
|
|
21
|
+
border-top-left-radius: 9px;
|
|
22
|
+
border-top-right-radius: 9px;
|
|
23
|
+
background-color: white;
|
|
24
|
+
padding: 7px 4em 0 4em;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
h1 {
|
|
28
|
+
font-size: 100%;
|
|
29
|
+
color: #730E15;
|
|
30
|
+
line-height: 1.5em;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
body > p {
|
|
34
|
+
width: 33em;
|
|
35
|
+
margin: 0 auto 1em;
|
|
36
|
+
padding: 1em 0;
|
|
37
|
+
background-color: #F7F7F7;
|
|
38
|
+
border: 1px solid #CCC;
|
|
39
|
+
border-right-color: #999;
|
|
40
|
+
border-bottom-color: #999;
|
|
41
|
+
border-bottom-left-radius: 4px;
|
|
42
|
+
border-bottom-right-radius: 4px;
|
|
43
|
+
border-top-color: #DADADA;
|
|
44
|
+
color: #666;
|
|
45
|
+
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
|
|
46
|
+
}
|
|
47
|
+
</style>
|
|
48
|
+
</head>
|
|
49
|
+
|
|
50
|
+
<body>
|
|
51
|
+
<!-- This file lives in public/422.html -->
|
|
52
|
+
<div class="dialog">
|
|
53
|
+
<h1>The change you wanted was rejected.</h1>
|
|
54
|
+
<p>Maybe you tried to change something you didn't have access to.</p>
|
|
55
|
+
</div>
|
|
56
|
+
<p>If you are the application owner check the logs for more information.</p>
|
|
57
|
+
</body>
|
|
58
|
+
</html>
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>We're sorry, but something went wrong (500)</title>
|
|
5
|
+
<style>
|
|
6
|
+
body {
|
|
7
|
+
background-color: #EFEFEF;
|
|
8
|
+
color: #2E2F30;
|
|
9
|
+
text-align: center;
|
|
10
|
+
font-family: arial, sans-serif;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
div.dialog {
|
|
14
|
+
width: 25em;
|
|
15
|
+
margin: 4em auto 0 auto;
|
|
16
|
+
border: 1px solid #CCC;
|
|
17
|
+
border-right-color: #999;
|
|
18
|
+
border-left-color: #999;
|
|
19
|
+
border-bottom-color: #BBB;
|
|
20
|
+
border-top: #B00100 solid 4px;
|
|
21
|
+
border-top-left-radius: 9px;
|
|
22
|
+
border-top-right-radius: 9px;
|
|
23
|
+
background-color: white;
|
|
24
|
+
padding: 7px 4em 0 4em;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
h1 {
|
|
28
|
+
font-size: 100%;
|
|
29
|
+
color: #730E15;
|
|
30
|
+
line-height: 1.5em;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
body > p {
|
|
34
|
+
width: 33em;
|
|
35
|
+
margin: 0 auto 1em;
|
|
36
|
+
padding: 1em 0;
|
|
37
|
+
background-color: #F7F7F7;
|
|
38
|
+
border: 1px solid #CCC;
|
|
39
|
+
border-right-color: #999;
|
|
40
|
+
border-bottom-color: #999;
|
|
41
|
+
border-bottom-left-radius: 4px;
|
|
42
|
+
border-bottom-right-radius: 4px;
|
|
43
|
+
border-top-color: #DADADA;
|
|
44
|
+
color: #666;
|
|
45
|
+
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
|
|
46
|
+
}
|
|
47
|
+
</style>
|
|
48
|
+
</head>
|
|
49
|
+
|
|
50
|
+
<body>
|
|
51
|
+
<!-- This file lives in public/500.html -->
|
|
52
|
+
<div class="dialog">
|
|
53
|
+
<h1>We're sorry, but something went wrong.</h1>
|
|
54
|
+
</div>
|
|
55
|
+
<p>If you are the application owner check the logs for more information.</p>
|
|
56
|
+
</body>
|
|
57
|
+
</html>
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
ENV["RAILS_ENV"] ||= "test"
|
|
2
|
+
require File.expand_path('../../config/environment', __FILE__)
|
|
3
|
+
require 'rails/test_help'
|
|
4
|
+
|
|
5
|
+
class ActiveSupport::TestCase
|
|
6
|
+
ActiveRecord::Migration.check_pending!
|
|
7
|
+
|
|
8
|
+
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
|
9
|
+
#
|
|
10
|
+
# Note: You'll currently still have to declare fixtures explicitly in integration tests
|
|
11
|
+
# -- they do not yet inherit this setting
|
|
12
|
+
fixtures :all
|
|
13
|
+
|
|
14
|
+
# Add more helper methods to be used by all tests here...
|
|
15
|
+
end
|
|
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
|
|
@@ -70,6 +70,20 @@ module NotifyUser
|
|
|
70
70
|
notification.notify
|
|
71
71
|
end
|
|
72
72
|
|
|
73
|
+
it "if dev urbanairship keys detected send notifications both to production and dev keys" do
|
|
74
|
+
BaseNotification.should_receive(:delay_for)
|
|
75
|
+
.with(notification.class.aggregate_per)
|
|
76
|
+
.and_call_original
|
|
77
|
+
ActionMailerChannel.should_receive(:deliver)
|
|
78
|
+
Apns.should_receive(:push_notification).twice
|
|
79
|
+
|
|
80
|
+
ENV['DEV_UA_APPLICATION_KEY'] = 'sdfsdf'
|
|
81
|
+
ENV['DEV_UA_APPLICATION_SECRET'] = 'dsfsdf'
|
|
82
|
+
ENV['DEV_UA_MASTER_SECRET'] = 'sdfsdf'
|
|
83
|
+
|
|
84
|
+
notification.notify
|
|
85
|
+
end
|
|
86
|
+
|
|
73
87
|
it "does not schedule an aggregation job if there is one already" do
|
|
74
88
|
Sidekiq::Testing.fake!
|
|
75
89
|
|
|
@@ -94,7 +108,7 @@ module NotifyUser
|
|
|
94
108
|
|
|
95
109
|
it "sends a singular email if no more notifications were queued since the original was delayed" do
|
|
96
110
|
Sidekiq::Testing.inline!
|
|
97
|
-
Apns.should_receive(:push_notification)
|
|
111
|
+
Apns.should_receive(:push_notification).at_least(1).times
|
|
98
112
|
NotificationMailer.should_receive(:notification_email).with(notification, anything).and_call_original
|
|
99
113
|
BaseNotification.notify_aggregated(notification.id)
|
|
100
114
|
end
|
|
@@ -142,7 +156,7 @@ module NotifyUser
|
|
|
142
156
|
describe "#notify!" do
|
|
143
157
|
|
|
144
158
|
it "sends immediately, ignoring aggregation" do
|
|
145
|
-
Apns.should_receive(:push_notification)
|
|
159
|
+
Apns.should_receive(:push_notification).at_least(1).times
|
|
146
160
|
BaseNotification.should_not_receive(:delay_for)
|
|
147
161
|
ActionMailerChannel.should_receive(:deliver)
|
|
148
162
|
notification.notify!
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: notify_user
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Spacek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -302,6 +302,74 @@ files:
|
|
|
302
302
|
- spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
303
303
|
- spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
304
304
|
- spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05
|
|
305
|
+
- spec/dummy/rails-4.0.4/Gemfile
|
|
306
|
+
- spec/dummy/rails-4.0.4/README.rdoc
|
|
307
|
+
- spec/dummy/rails-4.0.4/Rakefile
|
|
308
|
+
- spec/dummy/rails-4.0.4/app/assets/javascripts/application.js
|
|
309
|
+
- spec/dummy/rails-4.0.4/app/assets/stylesheets/application.css
|
|
310
|
+
- spec/dummy/rails-4.0.4/app/controllers/application_controller.rb
|
|
311
|
+
- spec/dummy/rails-4.0.4/app/controllers/notify_user/notifications_controller.rb
|
|
312
|
+
- spec/dummy/rails-4.0.4/app/helpers/application_helper.rb
|
|
313
|
+
- spec/dummy/rails-4.0.4/app/models/user.rb
|
|
314
|
+
- spec/dummy/rails-4.0.4/app/notifications/new_post_notification.rb
|
|
315
|
+
- spec/dummy/rails-4.0.4/app/views/layouts/application.html.erb
|
|
316
|
+
- spec/dummy/rails-4.0.4/app/views/notify_user/layouts/action_mailer.html.erb
|
|
317
|
+
- spec/dummy/rails-4.0.4/app/views/notify_user/new_post_notification/action_mailer/notification.html.erb
|
|
318
|
+
- spec/dummy/rails-4.0.4/app/views/notify_user/new_post_notification/mobile_sdk/notification.html.erb
|
|
319
|
+
- spec/dummy/rails-4.0.4/bin/bundle
|
|
320
|
+
- spec/dummy/rails-4.0.4/bin/rails
|
|
321
|
+
- spec/dummy/rails-4.0.4/bin/rake
|
|
322
|
+
- spec/dummy/rails-4.0.4/config.ru
|
|
323
|
+
- spec/dummy/rails-4.0.4/config/application.rb
|
|
324
|
+
- spec/dummy/rails-4.0.4/config/boot.rb
|
|
325
|
+
- spec/dummy/rails-4.0.4/config/database.yml
|
|
326
|
+
- spec/dummy/rails-4.0.4/config/environment.rb
|
|
327
|
+
- spec/dummy/rails-4.0.4/config/environments/development.rb
|
|
328
|
+
- spec/dummy/rails-4.0.4/config/environments/production.rb
|
|
329
|
+
- spec/dummy/rails-4.0.4/config/environments/test.rb
|
|
330
|
+
- spec/dummy/rails-4.0.4/config/initializers/backtrace_silencers.rb
|
|
331
|
+
- spec/dummy/rails-4.0.4/config/initializers/filter_parameter_logging.rb
|
|
332
|
+
- spec/dummy/rails-4.0.4/config/initializers/inflections.rb
|
|
333
|
+
- spec/dummy/rails-4.0.4/config/initializers/mime_types.rb
|
|
334
|
+
- spec/dummy/rails-4.0.4/config/initializers/notify_user.rb
|
|
335
|
+
- spec/dummy/rails-4.0.4/config/initializers/secret_token.rb
|
|
336
|
+
- spec/dummy/rails-4.0.4/config/initializers/session_store.rb
|
|
337
|
+
- spec/dummy/rails-4.0.4/config/initializers/wrap_parameters.rb
|
|
338
|
+
- spec/dummy/rails-4.0.4/config/locales/en.yml
|
|
339
|
+
- spec/dummy/rails-4.0.4/config/routes.rb
|
|
340
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075749_create_users.rb
|
|
341
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075751424424898000_create_notify_user_notifications.rb
|
|
342
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075751426426728000_create_notify_user_unsubscribes.rb
|
|
343
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075751428428230000_create_notify_user_user_hashes.rb
|
|
344
|
+
- spec/dummy/rails-4.0.4/db/schema.rb
|
|
345
|
+
- spec/dummy/rails-4.0.4/db/seeds.rb
|
|
346
|
+
- spec/dummy/rails-4.0.4/log/test.log
|
|
347
|
+
- spec/dummy/rails-4.0.4/public/404.html
|
|
348
|
+
- spec/dummy/rails-4.0.4/public/422.html
|
|
349
|
+
- spec/dummy/rails-4.0.4/public/500.html
|
|
350
|
+
- spec/dummy/rails-4.0.4/public/favicon.ico
|
|
351
|
+
- spec/dummy/rails-4.0.4/public/robots.txt
|
|
352
|
+
- spec/dummy/rails-4.0.4/test/fixtures/users.yml
|
|
353
|
+
- spec/dummy/rails-4.0.4/test/models/user_test.rb
|
|
354
|
+
- spec/dummy/rails-4.0.4/test/test_helper.rb
|
|
355
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/13195a56ea8581e42f709ea01ea4604f
|
|
356
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
|
357
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/148f39f7dc2ea6cb194598111dbd4598
|
|
358
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/1d6bc1877ba2bbb89f393e10e8303d39
|
|
359
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
360
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce
|
|
361
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
362
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632
|
|
363
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/461686bcf3d7c88e0499f60b83be1fbd
|
|
364
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb
|
|
365
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306
|
|
366
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8347cdde4e97e62f293aab2e5e6fcc2a
|
|
367
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f
|
|
368
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229
|
|
369
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
370
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
371
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
372
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05
|
|
305
373
|
- spec/factories/notify_user_notifications.rb
|
|
306
374
|
- spec/fixtures/notify_user/notification_mailer/notification_email
|
|
307
375
|
- spec/mailers/notify_user/notification_mailer_spec.rb
|
|
@@ -407,6 +475,74 @@ test_files:
|
|
|
407
475
|
- spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
408
476
|
- spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
409
477
|
- spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05
|
|
478
|
+
- spec/dummy/rails-4.0.4/app/assets/javascripts/application.js
|
|
479
|
+
- spec/dummy/rails-4.0.4/app/assets/stylesheets/application.css
|
|
480
|
+
- spec/dummy/rails-4.0.4/app/controllers/application_controller.rb
|
|
481
|
+
- spec/dummy/rails-4.0.4/app/controllers/notify_user/notifications_controller.rb
|
|
482
|
+
- spec/dummy/rails-4.0.4/app/helpers/application_helper.rb
|
|
483
|
+
- spec/dummy/rails-4.0.4/app/models/user.rb
|
|
484
|
+
- spec/dummy/rails-4.0.4/app/notifications/new_post_notification.rb
|
|
485
|
+
- spec/dummy/rails-4.0.4/app/views/layouts/application.html.erb
|
|
486
|
+
- spec/dummy/rails-4.0.4/app/views/notify_user/layouts/action_mailer.html.erb
|
|
487
|
+
- spec/dummy/rails-4.0.4/app/views/notify_user/new_post_notification/action_mailer/notification.html.erb
|
|
488
|
+
- spec/dummy/rails-4.0.4/app/views/notify_user/new_post_notification/mobile_sdk/notification.html.erb
|
|
489
|
+
- spec/dummy/rails-4.0.4/bin/bundle
|
|
490
|
+
- spec/dummy/rails-4.0.4/bin/rails
|
|
491
|
+
- spec/dummy/rails-4.0.4/bin/rake
|
|
492
|
+
- spec/dummy/rails-4.0.4/config/application.rb
|
|
493
|
+
- spec/dummy/rails-4.0.4/config/boot.rb
|
|
494
|
+
- spec/dummy/rails-4.0.4/config/database.yml
|
|
495
|
+
- spec/dummy/rails-4.0.4/config/environment.rb
|
|
496
|
+
- spec/dummy/rails-4.0.4/config/environments/development.rb
|
|
497
|
+
- spec/dummy/rails-4.0.4/config/environments/production.rb
|
|
498
|
+
- spec/dummy/rails-4.0.4/config/environments/test.rb
|
|
499
|
+
- spec/dummy/rails-4.0.4/config/initializers/backtrace_silencers.rb
|
|
500
|
+
- spec/dummy/rails-4.0.4/config/initializers/filter_parameter_logging.rb
|
|
501
|
+
- spec/dummy/rails-4.0.4/config/initializers/inflections.rb
|
|
502
|
+
- spec/dummy/rails-4.0.4/config/initializers/mime_types.rb
|
|
503
|
+
- spec/dummy/rails-4.0.4/config/initializers/notify_user.rb
|
|
504
|
+
- spec/dummy/rails-4.0.4/config/initializers/secret_token.rb
|
|
505
|
+
- spec/dummy/rails-4.0.4/config/initializers/session_store.rb
|
|
506
|
+
- spec/dummy/rails-4.0.4/config/initializers/wrap_parameters.rb
|
|
507
|
+
- spec/dummy/rails-4.0.4/config/locales/en.yml
|
|
508
|
+
- spec/dummy/rails-4.0.4/config/routes.rb
|
|
509
|
+
- spec/dummy/rails-4.0.4/config.ru
|
|
510
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075749_create_users.rb
|
|
511
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075751424424898000_create_notify_user_notifications.rb
|
|
512
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075751426426728000_create_notify_user_unsubscribes.rb
|
|
513
|
+
- spec/dummy/rails-4.0.4/db/migrate/20140519075751428428230000_create_notify_user_user_hashes.rb
|
|
514
|
+
- spec/dummy/rails-4.0.4/db/schema.rb
|
|
515
|
+
- spec/dummy/rails-4.0.4/db/seeds.rb
|
|
516
|
+
- spec/dummy/rails-4.0.4/Gemfile
|
|
517
|
+
- spec/dummy/rails-4.0.4/log/test.log
|
|
518
|
+
- spec/dummy/rails-4.0.4/public/404.html
|
|
519
|
+
- spec/dummy/rails-4.0.4/public/422.html
|
|
520
|
+
- spec/dummy/rails-4.0.4/public/500.html
|
|
521
|
+
- spec/dummy/rails-4.0.4/public/favicon.ico
|
|
522
|
+
- spec/dummy/rails-4.0.4/public/robots.txt
|
|
523
|
+
- spec/dummy/rails-4.0.4/Rakefile
|
|
524
|
+
- spec/dummy/rails-4.0.4/README.rdoc
|
|
525
|
+
- spec/dummy/rails-4.0.4/test/fixtures/users.yml
|
|
526
|
+
- spec/dummy/rails-4.0.4/test/models/user_test.rb
|
|
527
|
+
- spec/dummy/rails-4.0.4/test/test_helper.rb
|
|
528
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/13195a56ea8581e42f709ea01ea4604f
|
|
529
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
|
|
530
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/148f39f7dc2ea6cb194598111dbd4598
|
|
531
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/1d6bc1877ba2bbb89f393e10e8303d39
|
|
532
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
533
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce
|
|
534
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
535
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632
|
|
536
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/461686bcf3d7c88e0499f60b83be1fbd
|
|
537
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb
|
|
538
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306
|
|
539
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8347cdde4e97e62f293aab2e5e6fcc2a
|
|
540
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f
|
|
541
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229
|
|
542
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
543
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
544
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
545
|
+
- spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05
|
|
410
546
|
- spec/factories/notify_user_notifications.rb
|
|
411
547
|
- spec/fixtures/notify_user/notification_mailer/notification_email
|
|
412
548
|
- spec/mailers/notify_user/notification_mailer_spec.rb
|