rails_ember_templates 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rails_ember_templates/version.rb +1 -1
  3. metadata +2 -120
  4. data/test/dummy/README.rdoc +0 -28
  5. data/test/dummy/Rakefile +0 -6
  6. data/test/dummy/app/assets/javascripts/application.js +0 -18
  7. data/test/dummy/app/assets/javascripts/templates/application.hbs +0 -1
  8. data/test/dummy/app/assets/stylesheets/application.css +0 -13
  9. data/test/dummy/app/controllers/application_controller.rb +0 -5
  10. data/test/dummy/app/controllers/default_controller.rb +0 -5
  11. data/test/dummy/app/helpers/application_helper.rb +0 -2
  12. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  13. data/test/dummy/bin/bundle +0 -3
  14. data/test/dummy/bin/rails +0 -4
  15. data/test/dummy/bin/rake +0 -4
  16. data/test/dummy/config.ru +0 -4
  17. data/test/dummy/config/application.rb +0 -23
  18. data/test/dummy/config/boot.rb +0 -5
  19. data/test/dummy/config/database.yml +0 -25
  20. data/test/dummy/config/environment.rb +0 -5
  21. data/test/dummy/config/environments/development.rb +0 -29
  22. data/test/dummy/config/environments/production.rb +0 -80
  23. data/test/dummy/config/environments/test.rb +0 -36
  24. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  25. data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  26. data/test/dummy/config/initializers/inflections.rb +0 -16
  27. data/test/dummy/config/initializers/mime_types.rb +0 -5
  28. data/test/dummy/config/initializers/secret_token.rb +0 -12
  29. data/test/dummy/config/initializers/session_store.rb +0 -3
  30. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  31. data/test/dummy/config/locales/en.yml +0 -23
  32. data/test/dummy/config/routes.rb +0 -3
  33. data/test/dummy/db/development.sqlite3 +0 -0
  34. data/test/dummy/log/development.log +0 -158
  35. data/test/dummy/public/404.html +0 -58
  36. data/test/dummy/public/422.html +0 -58
  37. data/test/dummy/public/500.html +0 -57
  38. data/test/dummy/public/favicon.ico +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  41. data/test/dummy/tmp/cache/assets/development/sprockets/3289d9e35a604d5e815722647b5930e8 +0 -0
  42. data/test/dummy/tmp/cache/assets/development/sprockets/337d223e9569f801279500576532f92a +0 -0
  43. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  44. data/test/dummy/tmp/cache/assets/development/sprockets/3974934d26aa882e57bec8f4cafe1c07 +0 -0
  45. data/test/dummy/tmp/cache/assets/development/sprockets/407f795c955a463d5ff329a0d5d07138 +0 -0
  46. data/test/dummy/tmp/cache/assets/development/sprockets/59a2c7240a2c065bc645a6923baf3ee1 +0 -0
  47. data/test/dummy/tmp/cache/assets/development/sprockets/85e607ee98efeb30cd09a8c91e13a952 +0 -0
  48. data/test/dummy/tmp/cache/assets/development/sprockets/9c8261dceca8912e60f5f00521ef6933 +0 -0
  49. data/test/dummy/tmp/cache/assets/development/sprockets/a16a456a86e5dc3d3892cb8c4c747a2a +0 -0
  50. data/test/dummy/tmp/cache/assets/development/sprockets/b52ab7fc1acb2181ee71cdbd75178bab +0 -0
  51. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  52. data/test/dummy/tmp/cache/assets/development/sprockets/d240b6153981624cbcd5aa9542ca24a2 +0 -0
  53. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sprockets/e1658f6900cfc0ba388976a2fd25f94f +0 -0
  55. data/test/dummy/tmp/cache/assets/development/sprockets/e44f5ebcd8f42995512e64b96b63c9cf +0 -0
  56. data/test/dummy/tmp/cache/assets/development/sprockets/e8aa57b28c86586b8b7344feb891c43f +0 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/fc989a04090f315502a167c3de74e24e +0 -0
  59. data/test/dummy/vendor/assets/javascripts/ember.js +0 -41803
  60. data/test/dummy/vendor/assets/javascripts/handlebars.js +0 -2746
  61. data/test/rails_ember_templates_test.rb +0 -7
  62. data/test/test_helper.rb +0 -15
@@ -1,36 +0,0 @@
1
- Dummy::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Do not eager load code on boot. This avoids loading your whole application
11
- # just for the purpose of running a single test. If you are using a tool that
12
- # preloads Rails for running tests, you may have to set it to true.
13
- config.eager_load = false
14
-
15
- # Configure static asset server for tests with Cache-Control for performance.
16
- config.serve_static_assets = true
17
- config.static_cache_control = "public, max-age=3600"
18
-
19
- # Show full error reports and disable caching.
20
- config.consider_all_requests_local = true
21
- config.action_controller.perform_caching = false
22
-
23
- # Raise exceptions instead of rendering exception templates.
24
- config.action_dispatch.show_exceptions = false
25
-
26
- # Disable request forgery protection in test environment.
27
- config.action_controller.allow_forgery_protection = false
28
-
29
- # Tell Action Mailer not to deliver emails to the real world.
30
- # The :test delivery method accumulates sent emails in the
31
- # ActionMailer::Base.deliveries array.
32
- config.action_mailer.delivery_method = :test
33
-
34
- # Print deprecation notices to the stderr.
35
- config.active_support.deprecation = :stderr
36
- end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
- # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
-
6
- # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
- # Rails.backtrace_cleaner.remove_silencers!
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure sensitive parameters which will be filtered from the log file.
4
- Rails.application.config.filter_parameters += [:password]
@@ -1,16 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format. Inflections
4
- # are locale specific, and you may define rules for as many different
5
- # locales as you wish. All of these examples are active by default:
6
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
- # inflect.plural /^(ox)$/i, '\1en'
8
- # inflect.singular /^(ox)en/i, '\1'
9
- # inflect.irregular 'person', 'people'
10
- # inflect.uncountable %w( fish sheep )
11
- # end
12
-
13
- # These inflection rules are supported but not enabled by default:
14
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
- # inflect.acronym 'RESTful'
16
- # end
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
5
- # Mime::Type.register_alias "text/html", :iphone
@@ -1,12 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key is used for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
-
6
- # Make sure the secret is at least 30 characters and all random,
7
- # no regular words or you'll be exposed to dictionary attacks.
8
- # You can use `rake secret` to generate a secure secret key.
9
-
10
- # Make sure your secret_key_base is kept private
11
- # if you're sharing your code publicly.
12
- Dummy::Application.config.secret_key_base = '2944e7513054b9abd2bde7b2c829821b4282187d6a2206661be6a9ceb19ac2a40b17a8be1441cf04dae05e419ebb67d09c587711738a8fbed941bdd94d94905c'
@@ -1,3 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
- end
10
-
11
- # To enable root element in JSON for ActiveRecord objects.
12
- # ActiveSupport.on_load(:active_record) do
13
- # self.include_root_in_json = true
14
- # end
@@ -1,23 +0,0 @@
1
- # Files in the config/locales directory are used for internationalization
2
- # and are automatically loaded by Rails. If you want to use locales other
3
- # than English, add the necessary files in this directory.
4
- #
5
- # To use the locales, use `I18n.t`:
6
- #
7
- # I18n.t 'hello'
8
- #
9
- # In views, this is aliased to just `t`:
10
- #
11
- # <%= t('hello') %>
12
- #
13
- # To use a different locale, set it with `I18n.locale`:
14
- #
15
- # I18n.locale = :es
16
- #
17
- # This would use the information in config/locales/es.yml.
18
- #
19
- # To learn more, please read the Rails Internationalization guide
20
- # available at http://guides.rubyonrails.org/i18n.html.
21
-
22
- en:
23
- hello: "Hello world"
@@ -1,3 +0,0 @@
1
- Dummy::Application.routes.draw do
2
- root to: 'default#empty'
3
- end
File without changes
@@ -1,158 +0,0 @@
1
-
2
-
3
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:30:44 +0200
4
- Processing by Rails::WelcomeController#index as HTML
5
- Rendered /Users/ori/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/bundler/gems/rails-c0a783610f5c/railties/lib/rails/templates/rails/welcome/index.html.erb (8.0ms)
6
- Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
7
-
8
-
9
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:32:22 +0200
10
- Processing by DefaultController#empty as HTML
11
- Rendered text template within layouts/application (0.0ms)
12
- Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms)
13
-
14
-
15
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-13 01:32:22 +0200
16
-
17
-
18
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:32:22 +0200
19
-
20
-
21
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:34:42 +0200
22
- Processing by DefaultController#empty as HTML
23
- Rendered text template within layouts/application (0.0ms)
24
- Completed 200 OK in 69ms (Views: 68.8ms | ActiveRecord: 0.0ms)
25
-
26
-
27
- Started GET "/assets/ember.js?body=1" for 127.0.0.1 at 2014-03-13 01:34:42 +0200
28
-
29
-
30
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-13 01:34:42 +0200
31
-
32
-
33
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:34:42 +0200
34
-
35
-
36
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:35:42 +0200
37
- Processing by DefaultController#empty as HTML
38
- Rendered text template within layouts/application (0.0ms)
39
- Completed 200 OK in 172ms (Views: 171.4ms | ActiveRecord: 0.0ms)
40
-
41
-
42
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-13 01:35:42 +0200
43
-
44
-
45
- Started GET "/assets/ember.js?body=1" for 127.0.0.1 at 2014-03-13 01:35:42 +0200
46
-
47
-
48
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:35:42 +0200
49
-
50
-
51
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:36:10 +0200
52
- Processing by DefaultController#empty as HTML
53
- Rendered text template within layouts/application (0.0ms)
54
- Completed 500 Internal Server Error in 15ms
55
-
56
- ActionView::Template::Error (couldn't find file 'jquery'
57
- (in /Users/ori/Code/rails_ember_templates/test/dummy/app/assets/javascripts/application.js:13)):
58
- 3: <head>
59
- 4: <title>Dummy</title>
60
- 5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
61
- 6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
62
- 7: <%= csrf_meta_tags %>
63
- 8: </head>
64
- 9: <body>
65
- app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__2112551877885566436_70247748010660'
66
- app/controllers/default_controller.rb:3:in `empty'
67
-
68
-
69
- Rendered /Users/ori/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/bundler/gems/rails-c0a783610f5c/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
70
- Rendered /Users/ori/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/bundler/gems/rails-c0a783610f5c/actionpack/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
71
- Rendered /Users/ori/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/bundler/gems/rails-c0a783610f5c/actionpack/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.5ms)
72
-
73
-
74
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:36:39 +0200
75
- Processing by DefaultController#empty as HTML
76
- Rendered text template within layouts/application (0.0ms)
77
- Completed 200 OK in 78ms (Views: 77.7ms | ActiveRecord: 0.0ms)
78
-
79
-
80
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-13 01:36:39 +0200
81
-
82
-
83
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-13 01:36:39 +0200
84
-
85
-
86
- Started GET "/assets/ember.js?body=1" for 127.0.0.1 at 2014-03-13 01:36:39 +0200
87
-
88
-
89
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:36:39 +0200
90
-
91
-
92
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:38:12 +0200
93
- Processing by DefaultController#empty as HTML
94
- Rendered text template within layouts/application (0.0ms)
95
- Completed 200 OK in 70ms (Views: 70.1ms | ActiveRecord: 0.0ms)
96
-
97
-
98
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-13 01:38:12 +0200
99
-
100
-
101
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-13 01:38:12 +0200
102
-
103
-
104
- Started GET "/assets/handlebars.js?body=1" for 127.0.0.1 at 2014-03-13 01:38:12 +0200
105
-
106
-
107
- Started GET "/assets/ember.js?body=1" for 127.0.0.1 at 2014-03-13 01:38:12 +0200
108
-
109
-
110
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:38:12 +0200
111
-
112
-
113
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:42:08 +0200
114
- Processing by DefaultController#empty as HTML
115
- Rendered text template within layouts/application (0.0ms)
116
- Completed 200 OK in 144ms (Views: 144.0ms | ActiveRecord: 0.0ms)
117
-
118
-
119
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-13 01:42:08 +0200
120
-
121
-
122
- Started GET "/assets/handlebars.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:08 +0200
123
-
124
-
125
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:08 +0200
126
-
127
-
128
- Started GET "/assets/templates/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:08 +0200
129
-
130
-
131
- Started GET "/assets/ember.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:08 +0200
132
-
133
-
134
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:08 +0200
135
-
136
-
137
- Started GET "/" for 127.0.0.1 at 2014-03-13 01:42:27 +0200
138
- Processing by DefaultController#empty as HTML
139
- Rendered text template within layouts/application (0.0ms)
140
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
141
-
142
-
143
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-13 01:42:27 +0200
144
-
145
-
146
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:27 +0200
147
-
148
-
149
- Started GET "/assets/handlebars.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:27 +0200
150
-
151
-
152
- Started GET "/assets/templates/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:27 +0200
153
-
154
-
155
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:27 +0200
156
-
157
-
158
- Started GET "/assets/ember.js?body=1" for 127.0.0.1 at 2014-03-13 01:42:27 +0200
@@ -1,58 +0,0 @@
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>
@@ -1,58 +0,0 @@
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>
@@ -1,57 +0,0 @@
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>