exvo_notifications 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,5 @@ module ExvoNotifications
5
5
  class Engine < Rails::Engine
6
6
  # engine_name :exvo_notifications
7
7
  config.exvo_notifications = ActiveSupport::OrderedOptions.new
8
- rake_tasks do
9
- load "exvo_notifications/tasks/tasks.rake"
10
- end
11
8
  end
12
9
  end
@@ -23,6 +23,6 @@ class ExvoNotificationsGenerator < Rails::Generators::Base
23
23
  end
24
24
 
25
25
  def copy_not_working_page_file
26
- copy_file 'not_working.html', 'public'
26
+ copy_file 'not_working.html', 'public/not_working.html'
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exvo_notifications
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
9
- - 3
10
- version: 0.1.3
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Robert S\xC4\x99k"
@@ -34,8 +34,6 @@ files:
34
34
  - lib/exvo_notifications.rb
35
35
  - lib/exvo_notifications/controllers/access.rb
36
36
  - lib/exvo_notifications/engine.rb
37
- - lib/exvo_notifications/pages/not_working.html
38
- - lib/exvo_notifications/tasks/tasks.rake
39
37
  - lib/generators/exvo_notifications/exvo_notifications_generator.rb
40
38
  - lib/generators/exvo_notifications/templates/migration.rb
41
39
  - lib/generators/exvo_notifications/templates/not_working.html
@@ -1,131 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>500 Something Went Wrong</title>
5
- <link href='https://themes.exvo.com/stylesheets/themes/carbon/all.css' rel='stylesheet' type='text/css'>
6
- <link href='https://themes.exvo.com/stylesheets/themes/ice/layout.css' rel='stylesheet' type='text/css'>
7
- <link href='https://themes.exvo.com/stylesheets/themes/common/error_pages.css' rel='stylesheet' type='text/css'>
8
- </head>
9
- <body>
10
- <div class='layout'>
11
- <div class='row dock_imitation' id='dock'>
12
- <div class='cell third shortcuts left'>
13
- <div class='shortcut desktop' data-href='http://exvo.com'>
14
- <div class='icon small'>
15
- <div class='image'></div>
16
- </div>
17
- <h3>Desktop</h3>
18
- </div>
19
- <div class='shortcut apps' data-href='http://store.exvo.com'>
20
- <div class='icon small'>
21
- <div class='image'></div>
22
- </div>
23
- <h3>Apps</h3>
24
- </div>
25
- </div>
26
- <div class='cell'></div>
27
- <div class='cell exvo_logo right_flat_background'>
28
- <img class='exvo' src='https://themes.exvo.com/stylesheets/images/icons/exvo.png'>
29
- </div>
30
- </div>
31
- <div class='row tool bar'>
32
- <div class='cell third left'>
33
- &nbsp;
34
- </div>
35
- <div class='cell third center'>
36
- <h2>This App is not working properly at the moment. Please return later'</h2>
37
- </div>
38
- <div class='cell third right'>
39
- &nbsp;
40
- </div>
41
- </div>
42
- <div class='row content'>
43
- <img class='screw left' src='https://themes.exvo.com/stylesheets/images/common/screwTopLeft.png'>
44
- <img class='screw right' src='https://themes.exvo.com/stylesheets/images/common/screwTopRight.png'>
45
- <div class='row'>
46
- <div class='cell half warning'>
47
- <p>We're sorry but you can not view this page</p>
48
- Please navigate to a different page or try again later
49
- </div>
50
- <div class='cell half blog'>
51
- <p>Take a look at our Blog</p>
52
- For the latest updates, check out our Blog
53
- <a href='http://blog.exvo.com'>
54
- <img src='https://themes.exvo.com/stylesheets/images/dock/chevronBlack.png'>
55
- </a>
56
- </div>
57
- </div>
58
- <div class='row' id='more'>More at Exvo</div>
59
- <div class='row more'>
60
- <div class='cell fifth'>
61
- <div class='alternative'>
62
- <img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Desktop.png'>
63
- <br>
64
- <span>Desktop</span>
65
- <br>
66
- <br>
67
- <p>Your personal starting point to use the web in a whole new way.</p>
68
- <br>
69
- <br>
70
- <a class='button ice' href='http://exvo.com'>Visit</a>
71
- </div>
72
- </div>
73
- <div class='cell fifth'>
74
- <div class='alternative'>
75
- <img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Apps.png'>
76
- <br>
77
- <span>Apps</span>
78
- <br>
79
- <br>
80
- <p>Explore the Apps Store to find great apps you can start using right away.</p>
81
- <br>
82
- <br>
83
- <a class='button ice' href='http://store.exvo.com/apps'>Visit</a>
84
- </div>
85
- </div>
86
- <div class='cell fifth'>
87
- <div class='alternative'>
88
- <img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Documents.png'>
89
- <br>
90
- <span>Documents</span>
91
- <br>
92
- <br>
93
- <p>Store your files online. Viewable on any internet enabled device</p>
94
- <br>
95
- <br>
96
- <a class='button ice' href='http://documents.exvo.com'>Visit</a>
97
- </div>
98
- </div>
99
- <div class='cell fifth'>
100
- <div class='alternative'>
101
- <img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Company.png'>
102
- <br>
103
- <span>Company</span>
104
- <br>
105
- <br>
106
- <p>Your personal starting poin to user the web in a whole new way</p>
107
- <br>
108
- <br>
109
- <a class='button ice' href='http://store.exvo.com/opencompany'>Visit</a>
110
- </div>
111
- </div>
112
- <div class='cell fifth'>
113
- <div class='alternative'>
114
- <img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Teams.png'>
115
- <br>
116
- <span>Teams</span>
117
- <br>
118
- <br>
119
- <p>A powerful way for entrepreneurs big and small to run their company</p>
120
- <br>
121
- <br>
122
- <a class='button ice' href='http://store.exvo.com/teams'>Visit</a>
123
- </div>
124
- </div>
125
- </div>
126
- <img class='screw bottom left' src='https://themes.exvo.com/stylesheets/images/common/screwBottomLeft.png'>
127
- <img class='screw bottom right' src='https://themes.exvo.com/stylesheets/images/common/screwBottomRight.png'>
128
- </div>
129
- </div>
130
- </body>
131
- </html>
@@ -1,6 +0,0 @@
1
- namespace :exvo_notifications do
2
- desc "Copy error webpage to public"
3
- task :create do
4
- cp "/exvo_notifications/pages/not_working.html" "/public/not_working.html"
5
- end
6
- end