jskit_rails 0.0.3 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +201 -201
- data/README.md +54 -1
- data/{spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af → app/assets/javascripts/jskit.js} +0 -0
- data/app/assets/javascripts/jskit.min.js +2 -0
- data/app/assets/javascripts/jskit_rails.js.erb +3 -0
- data/{spec/dummy/app/assets/stylesheets → app/assets/stylesheets/jskit_rails}/application.css +0 -0
- data/app/decorators/controllers/jskit_rails/application_controller_decorator.rb +37 -0
- data/lib/jskit_rails.rb +13 -1
- data/lib/jskit_rails/configuration.rb +9 -0
- data/lib/jskit_rails/engine.rb +7 -3
- data/lib/jskit_rails/version.rb +2 -2
- data/spec/controllers/application_controller_spec.rb +37 -0
- data/spec/lib/configuration_spec.rb +12 -0
- data/spec/lib/jskit_rails_spec.rb +12 -0
- data/spec/lib/version_spec.rb +7 -0
- metadata +40 -227
- data/lib/tasks/jskit_rails_tasks.rake +0 -4
- data/spec/dummy/README.rdoc +0 -28
- data/spec/dummy/Rakefile +0 -6
- data/spec/dummy/app/assets/javascripts/application.js +0 -1
- data/spec/dummy/app/controllers/application_controller.rb +0 -5
- data/spec/dummy/app/controllers/pages_controller.rb +0 -5
- data/spec/dummy/app/views/layouts/application.html.erb +0 -16
- data/spec/dummy/app/views/pages/index.html.erb +0 -1
- data/spec/dummy/bin/bundle +0 -3
- data/spec/dummy/bin/rails +0 -4
- data/spec/dummy/bin/rake +0 -4
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/config/application.rb +0 -29
- data/spec/dummy/config/boot.rb +0 -5
- data/spec/dummy/config/database.yml +0 -25
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -37
- data/spec/dummy/config/environments/production.rb +0 -82
- data/spec/dummy/config/environments/test.rb +0 -39
- data/spec/dummy/config/initializers/assets.rb +0 -8
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy/config/initializers/inflections.rb +0 -16
- data/spec/dummy/config/initializers/mime_types.rb +0 -4
- data/spec/dummy/config/initializers/session_store.rb +0 -3
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/locales/en.yml +0 -23
- data/spec/dummy/config/routes.rb +0 -3
- data/spec/dummy/config/secrets.yml +0 -22
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +0 -16
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -440
- data/spec/dummy/log/test.log +0 -133
- data/spec/dummy/public/404.html +0 -67
- data/spec/dummy/public/422.html +0 -67
- data/spec/dummy/public/500.html +0 -66
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/17638b36dd2d326da8bbe19e3187b4aa +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1b3ab54570489ef40fe6bcfcb75732a4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3951bba7f7c83ef217caf196767a87b4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7716514c24387d3b649c2d1db2fb57cf +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/8f2db0e64688316c3e652e3f7cfec01f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/aa59802eb5ce4da01106d1b80af0b061 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b472917185e15a1cc040f2665247d7fe +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c5012fc346216a5b77cf508656d4be05 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cc6d6668e906cadd9045f8059626e51f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cf750916991c005f72c5986edb1c5e34 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cfd1216ad7ba24f298bc865c6b92d581 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cf750916991c005f72c5986edb1c5e34 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-33-19.355.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-31.074.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-50.695.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.html +0 -12
- data/spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.png +0 -0
- data/spec/rails_helper.rb +0 -50
- data/spec/spec_helper.rb +0 -78
data/spec/dummy/log/test.log
DELETED
@@ -1,133 +0,0 @@
|
|
1
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
3
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:30:08 -0500
|
5
|
-
Processing by PagesController#index as HTML
|
6
|
-
Rendered pages/index.html.erb within layouts/application (1.0ms)
|
7
|
-
Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.0ms)
|
8
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
9
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:30:15 -0500
|
11
|
-
Processing by PagesController#index as HTML
|
12
|
-
Rendered pages/index.html.erb within layouts/application (0.9ms)
|
13
|
-
Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)
|
14
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
15
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
17
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
19
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:33:19 -0500
|
21
|
-
Processing by PagesController#index as HTML
|
22
|
-
Rendered pages/index.html.erb within layouts/application (1.8ms)
|
23
|
-
Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)
|
24
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:33:19 -0500
|
25
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:33:19 -0500
|
26
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
27
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
28
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:34:30 -0500
|
29
|
-
Processing by PagesController#index as HTML
|
30
|
-
Rendered pages/index.html.erb within layouts/application (1.1ms)
|
31
|
-
Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
32
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:34:31 -0500
|
33
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:34:31 -0500
|
34
|
-
[1m[35m (0.2ms)[0m rollback transaction
|
35
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
36
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:34:50 -0500
|
37
|
-
Processing by PagesController#index as HTML
|
38
|
-
Rendered pages/index.html.erb within layouts/application (1.0ms)
|
39
|
-
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms)
|
40
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:34:50 -0500
|
41
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:34:50 -0500
|
42
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
43
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
44
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:35:19 -0500
|
45
|
-
Processing by PagesController#index as HTML
|
46
|
-
Rendered pages/index.html.erb within layouts/application (1.1ms)
|
47
|
-
Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms)
|
48
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:35:19 -0500
|
49
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:35:19 -0500
|
50
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
51
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:37:28 -0500
|
53
|
-
Processing by PagesController#index as HTML
|
54
|
-
Rendered pages/index.html.erb within layouts/application (1.4ms)
|
55
|
-
Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.0ms)
|
56
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:37:28 -0500
|
57
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:37:28 -0500
|
58
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
59
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
60
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:37:43 -0500
|
61
|
-
Processing by PagesController#index as HTML
|
62
|
-
Rendered pages/index.html.erb within layouts/application (1.1ms)
|
63
|
-
Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms)
|
64
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:37:43 -0500
|
65
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:37:43 -0500
|
66
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
67
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
68
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:38:34 -0500
|
69
|
-
Processing by PagesController#index as HTML
|
70
|
-
Rendered pages/index.html.erb within layouts/application (1.3ms)
|
71
|
-
Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)
|
72
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:38:34 -0500
|
73
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:38:34 -0500
|
74
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
75
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:41:35 -0500
|
76
|
-
Processing by PagesController#index as HTML
|
77
|
-
Rendered pages/index.html.erb within layouts/application (1.0ms)
|
78
|
-
Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)
|
79
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:41:35 -0500
|
80
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:41:35 -0500
|
81
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
82
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
83
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:42:14 -0500
|
84
|
-
Processing by PagesController#index as HTML
|
85
|
-
Rendered pages/index.html.erb within layouts/application (2.0ms)
|
86
|
-
Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
|
87
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:42:14 -0500
|
88
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:42:14 -0500
|
89
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
90
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
91
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:42:40 -0500
|
92
|
-
Processing by PagesController#index as HTML
|
93
|
-
Rendered pages/index.html.erb within layouts/application (1.2ms)
|
94
|
-
Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms)
|
95
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:42:40 -0500
|
96
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:42:40 -0500
|
97
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
98
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
99
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:51:54 -0500
|
100
|
-
Processing by PagesController#index as HTML
|
101
|
-
Rendered pages/index.html.erb within layouts/application (1.0ms)
|
102
|
-
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
103
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:51:54 -0500
|
104
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:51:54 -0500
|
105
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
106
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
107
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
108
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
109
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:56:36 -0500
|
110
|
-
Processing by PagesController#index as HTML
|
111
|
-
Rendered pages/index.html.erb within layouts/application (0.9ms)
|
112
|
-
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
|
113
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:56:36 -0500
|
114
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:56:36 -0500
|
115
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
116
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
117
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
118
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
119
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:57:57 -0500
|
120
|
-
Processing by PagesController#index as HTML
|
121
|
-
Rendered pages/index.html.erb within layouts/application (1.0ms)
|
122
|
-
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
|
123
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-08-15 11:57:57 -0500
|
124
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-08-15 11:57:57 -0500
|
125
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
126
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
127
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
128
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
129
|
-
[1m[35m (0.1ms)[0m begin transaction
|
130
|
-
Started GET "/" for 127.0.0.1 at 2014-09-04 09:46:47 -0500
|
131
|
-
Processing by PagesController#index as HTML
|
132
|
-
Completed 500 Internal Server Error in 1ms
|
133
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
data/spec/dummy/public/404.html
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
-
<style>
|
7
|
-
body {
|
8
|
-
background-color: #EFEFEF;
|
9
|
-
color: #2E2F30;
|
10
|
-
text-align: center;
|
11
|
-
font-family: arial, sans-serif;
|
12
|
-
margin: 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
div.dialog {
|
16
|
-
width: 95%;
|
17
|
-
max-width: 33em;
|
18
|
-
margin: 4em auto 0;
|
19
|
-
}
|
20
|
-
|
21
|
-
div.dialog > div {
|
22
|
-
border: 1px solid #CCC;
|
23
|
-
border-right-color: #999;
|
24
|
-
border-left-color: #999;
|
25
|
-
border-bottom-color: #BBB;
|
26
|
-
border-top: #B00100 solid 4px;
|
27
|
-
border-top-left-radius: 9px;
|
28
|
-
border-top-right-radius: 9px;
|
29
|
-
background-color: white;
|
30
|
-
padding: 7px 12% 0;
|
31
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
-
}
|
33
|
-
|
34
|
-
h1 {
|
35
|
-
font-size: 100%;
|
36
|
-
color: #730E15;
|
37
|
-
line-height: 1.5em;
|
38
|
-
}
|
39
|
-
|
40
|
-
div.dialog > p {
|
41
|
-
margin: 0 0 1em;
|
42
|
-
padding: 1em;
|
43
|
-
background-color: #F7F7F7;
|
44
|
-
border: 1px solid #CCC;
|
45
|
-
border-right-color: #999;
|
46
|
-
border-left-color: #999;
|
47
|
-
border-bottom-color: #999;
|
48
|
-
border-bottom-left-radius: 4px;
|
49
|
-
border-bottom-right-radius: 4px;
|
50
|
-
border-top-color: #DADADA;
|
51
|
-
color: #666;
|
52
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
-
}
|
54
|
-
</style>
|
55
|
-
</head>
|
56
|
-
|
57
|
-
<body>
|
58
|
-
<!-- This file lives in public/404.html -->
|
59
|
-
<div class="dialog">
|
60
|
-
<div>
|
61
|
-
<h1>The page you were looking for doesn't exist.</h1>
|
62
|
-
<p>You may have mistyped the address or the page may have moved.</p>
|
63
|
-
</div>
|
64
|
-
<p>If you are the application owner check the logs for more information.</p>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
data/spec/dummy/public/422.html
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>The change you wanted was rejected (422)</title>
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
-
<style>
|
7
|
-
body {
|
8
|
-
background-color: #EFEFEF;
|
9
|
-
color: #2E2F30;
|
10
|
-
text-align: center;
|
11
|
-
font-family: arial, sans-serif;
|
12
|
-
margin: 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
div.dialog {
|
16
|
-
width: 95%;
|
17
|
-
max-width: 33em;
|
18
|
-
margin: 4em auto 0;
|
19
|
-
}
|
20
|
-
|
21
|
-
div.dialog > div {
|
22
|
-
border: 1px solid #CCC;
|
23
|
-
border-right-color: #999;
|
24
|
-
border-left-color: #999;
|
25
|
-
border-bottom-color: #BBB;
|
26
|
-
border-top: #B00100 solid 4px;
|
27
|
-
border-top-left-radius: 9px;
|
28
|
-
border-top-right-radius: 9px;
|
29
|
-
background-color: white;
|
30
|
-
padding: 7px 12% 0;
|
31
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
-
}
|
33
|
-
|
34
|
-
h1 {
|
35
|
-
font-size: 100%;
|
36
|
-
color: #730E15;
|
37
|
-
line-height: 1.5em;
|
38
|
-
}
|
39
|
-
|
40
|
-
div.dialog > p {
|
41
|
-
margin: 0 0 1em;
|
42
|
-
padding: 1em;
|
43
|
-
background-color: #F7F7F7;
|
44
|
-
border: 1px solid #CCC;
|
45
|
-
border-right-color: #999;
|
46
|
-
border-left-color: #999;
|
47
|
-
border-bottom-color: #999;
|
48
|
-
border-bottom-left-radius: 4px;
|
49
|
-
border-bottom-right-radius: 4px;
|
50
|
-
border-top-color: #DADADA;
|
51
|
-
color: #666;
|
52
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
-
}
|
54
|
-
</style>
|
55
|
-
</head>
|
56
|
-
|
57
|
-
<body>
|
58
|
-
<!-- This file lives in public/422.html -->
|
59
|
-
<div class="dialog">
|
60
|
-
<div>
|
61
|
-
<h1>The change you wanted was rejected.</h1>
|
62
|
-
<p>Maybe you tried to change something you didn't have access to.</p>
|
63
|
-
</div>
|
64
|
-
<p>If you are the application owner check the logs for more information.</p>
|
65
|
-
</div>
|
66
|
-
</body>
|
67
|
-
</html>
|
data/spec/dummy/public/500.html
DELETED
@@ -1,66 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>We're sorry, but something went wrong (500)</title>
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
-
<style>
|
7
|
-
body {
|
8
|
-
background-color: #EFEFEF;
|
9
|
-
color: #2E2F30;
|
10
|
-
text-align: center;
|
11
|
-
font-family: arial, sans-serif;
|
12
|
-
margin: 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
div.dialog {
|
16
|
-
width: 95%;
|
17
|
-
max-width: 33em;
|
18
|
-
margin: 4em auto 0;
|
19
|
-
}
|
20
|
-
|
21
|
-
div.dialog > div {
|
22
|
-
border: 1px solid #CCC;
|
23
|
-
border-right-color: #999;
|
24
|
-
border-left-color: #999;
|
25
|
-
border-bottom-color: #BBB;
|
26
|
-
border-top: #B00100 solid 4px;
|
27
|
-
border-top-left-radius: 9px;
|
28
|
-
border-top-right-radius: 9px;
|
29
|
-
background-color: white;
|
30
|
-
padding: 7px 12% 0;
|
31
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
-
}
|
33
|
-
|
34
|
-
h1 {
|
35
|
-
font-size: 100%;
|
36
|
-
color: #730E15;
|
37
|
-
line-height: 1.5em;
|
38
|
-
}
|
39
|
-
|
40
|
-
div.dialog > p {
|
41
|
-
margin: 0 0 1em;
|
42
|
-
padding: 1em;
|
43
|
-
background-color: #F7F7F7;
|
44
|
-
border: 1px solid #CCC;
|
45
|
-
border-right-color: #999;
|
46
|
-
border-left-color: #999;
|
47
|
-
border-bottom-color: #999;
|
48
|
-
border-bottom-left-radius: 4px;
|
49
|
-
border-bottom-right-radius: 4px;
|
50
|
-
border-top-color: #DADADA;
|
51
|
-
color: #666;
|
52
|
-
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
-
}
|
54
|
-
</style>
|
55
|
-
</head>
|
56
|
-
|
57
|
-
<body>
|
58
|
-
<!-- This file lives in public/500.html -->
|
59
|
-
<div class="dialog">
|
60
|
-
<div>
|
61
|
-
<h1>We're sorry, but something went wrong.</h1>
|
62
|
-
</div>
|
63
|
-
<p>If you are the application owner check the logs for more information.</p>
|
64
|
-
</div>
|
65
|
-
</body>
|
66
|
-
</html>
|
File without changes
|
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
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html><html><head>
|
2
|
-
<title>Dummy</title>
|
3
|
-
<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
|
4
|
-
<script data-turbolinks-track="true" src="/assets/application.js"></script>
|
5
|
-
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
|
9
|
-
Hello
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</body></html>
|
Binary file
|
Binary file
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html><html><head>
|
2
|
-
<title>Dummy</title>
|
3
|
-
<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
|
4
|
-
<script data-turbolinks-track="true" src="/assets/application.js"></script>
|
5
|
-
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
|
9
|
-
Hello
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</body></html>
|
Binary file
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html><html><head>
|
2
|
-
<title>Dummy</title>
|
3
|
-
<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
|
4
|
-
<script data-turbolinks-track="true" src="/assets/application.js"></script>
|
5
|
-
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
|
9
|
-
Hello
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</body></html>
|