vitals 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (190) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +23 -3
  4. data/lib/vitals/utils.rb +4 -3
  5. data/lib/vitals/version.rb +1 -1
  6. data/lib/vitals.rb +13 -0
  7. data/vitals.gemspec +1 -1
  8. metadata +2 -184
  9. data/integration/multiverse/grape-on-rack/.gitignore +0 -7
  10. data/integration/multiverse/grape-on-rack/.rspec +0 -2
  11. data/integration/multiverse/grape-on-rack/.rubocop.yml +0 -2
  12. data/integration/multiverse/grape-on-rack/.rubocop_todo.yml +0 -50
  13. data/integration/multiverse/grape-on-rack/.travis.yml +0 -12
  14. data/integration/multiverse/grape-on-rack/Gemfile +0 -28
  15. data/integration/multiverse/grape-on-rack/Gemfile.lock +0 -187
  16. data/integration/multiverse/grape-on-rack/Guardfile +0 -8
  17. data/integration/multiverse/grape-on-rack/LICENSE +0 -21
  18. data/integration/multiverse/grape-on-rack/README.md +0 -88
  19. data/integration/multiverse/grape-on-rack/Rakefile +0 -27
  20. data/integration/multiverse/grape-on-rack/api/content_type.rb +0 -18
  21. data/integration/multiverse/grape-on-rack/api/entities.rb +0 -28
  22. data/integration/multiverse/grape-on-rack/api/get_json.rb +0 -24
  23. data/integration/multiverse/grape-on-rack/api/header_versioning.rb +0 -9
  24. data/integration/multiverse/grape-on-rack/api/path_versioning.rb +0 -9
  25. data/integration/multiverse/grape-on-rack/api/ping.rb +0 -8
  26. data/integration/multiverse/grape-on-rack/api/post_json.rb +0 -11
  27. data/integration/multiverse/grape-on-rack/api/post_put.rb +0 -24
  28. data/integration/multiverse/grape-on-rack/api/rescue_from.rb +0 -11
  29. data/integration/multiverse/grape-on-rack/api/upload_file.rb +0 -22
  30. data/integration/multiverse/grape-on-rack/api/wrap_response.rb +0 -14
  31. data/integration/multiverse/grape-on-rack/api/wrap_response_decorator.rb +0 -15
  32. data/integration/multiverse/grape-on-rack/app/acme_app.rb +0 -49
  33. data/integration/multiverse/grape-on-rack/app/api.rb +0 -18
  34. data/integration/multiverse/grape-on-rack/config/application.rb +0 -23
  35. data/integration/multiverse/grape-on-rack/config/boot.rb +0 -2
  36. data/integration/multiverse/grape-on-rack/config/environment.rb +0 -3
  37. data/integration/multiverse/grape-on-rack/config/newrelic.yml +0 -255
  38. data/integration/multiverse/grape-on-rack/config.ru +0 -11
  39. data/integration/multiverse/grape-on-rack/public/errors/404.html +0 -15
  40. data/integration/multiverse/grape-on-rack/public/errors/500.html +0 -15
  41. data/integration/multiverse/grape-on-rack/public/images/index.html +0 -1
  42. data/integration/multiverse/grape-on-rack/public/images/rack-logo.png +0 -0
  43. data/integration/multiverse/grape-on-rack/public/index.html +0 -23
  44. data/integration/multiverse/grape-on-rack/public/scripts/jquery-1.7.1.min.js +0 -4
  45. data/integration/multiverse/grape-on-rack/public/scripts/ring.js +0 -17
  46. data/integration/multiverse/grape-on-rack/spec/api/post_put_spec.rb +0 -21
  47. data/integration/multiverse/grape-on-rack/spec/fixtures/grape_logo.png +0 -0
  48. data/integration/multiverse/grape-on-rack/spec/spec_helper.rb +0 -24
  49. data/integration/multiverse/grape-on-rails/.gitignore +0 -16
  50. data/integration/multiverse/grape-on-rails/.rspec +0 -2
  51. data/integration/multiverse/grape-on-rails/.rubocop.yml +0 -6
  52. data/integration/multiverse/grape-on-rails/.rubocop_todo.yml +0 -33
  53. data/integration/multiverse/grape-on-rails/.travis.yml +0 -17
  54. data/integration/multiverse/grape-on-rails/Gemfile +0 -22
  55. data/integration/multiverse/grape-on-rails/Gemfile.lock +0 -238
  56. data/integration/multiverse/grape-on-rails/README.md +0 -29
  57. data/integration/multiverse/grape-on-rails/Rakefile +0 -16
  58. data/integration/multiverse/grape-on-rails/app/api/acme/ping.rb +0 -8
  59. data/integration/multiverse/grape-on-rails/app/api/acme/post.rb +0 -10
  60. data/integration/multiverse/grape-on-rails/app/api/acme/protected.rb +0 -13
  61. data/integration/multiverse/grape-on-rails/app/api/acme/raise.rb +0 -8
  62. data/integration/multiverse/grape-on-rails/app/api/api.rb +0 -8
  63. data/integration/multiverse/grape-on-rails/app/assets/images/rails.png +0 -0
  64. data/integration/multiverse/grape-on-rails/app/assets/javascripts/application.js +0 -15
  65. data/integration/multiverse/grape-on-rails/app/assets/javascripts/welcome.js.coffee +0 -3
  66. data/integration/multiverse/grape-on-rails/app/assets/stylesheets/application.css +0 -13
  67. data/integration/multiverse/grape-on-rails/app/assets/stylesheets/welcome.css.scss +0 -3
  68. data/integration/multiverse/grape-on-rails/app/controllers/application_controller.rb +0 -3
  69. data/integration/multiverse/grape-on-rails/app/controllers/welcome_controller.rb +0 -4
  70. data/integration/multiverse/grape-on-rails/app/helpers/application_helper.rb +0 -2
  71. data/integration/multiverse/grape-on-rails/app/helpers/welcome_helper.rb +0 -2
  72. data/integration/multiverse/grape-on-rails/app/mailers/.gitkeep +0 -0
  73. data/integration/multiverse/grape-on-rails/app/models/.gitkeep +0 -0
  74. data/integration/multiverse/grape-on-rails/app/views/layouts/application.html.erb +0 -14
  75. data/integration/multiverse/grape-on-rails/app/views/welcome/index.html.erb +0 -6
  76. data/integration/multiverse/grape-on-rails/bin/bundle +0 -3
  77. data/integration/multiverse/grape-on-rails/bin/rails +0 -4
  78. data/integration/multiverse/grape-on-rails/bin/rake +0 -4
  79. data/integration/multiverse/grape-on-rails/config/application.rb +0 -65
  80. data/integration/multiverse/grape-on-rails/config/boot.rb +0 -6
  81. data/integration/multiverse/grape-on-rails/config/database.travis.yml +0 -4
  82. data/integration/multiverse/grape-on-rails/config/database.yml +0 -16
  83. data/integration/multiverse/grape-on-rails/config/environment.rb +0 -5
  84. data/integration/multiverse/grape-on-rails/config/environments/development.rb +0 -29
  85. data/integration/multiverse/grape-on-rails/config/environments/production.rb +0 -65
  86. data/integration/multiverse/grape-on-rails/config/environments/test.rb +0 -33
  87. data/integration/multiverse/grape-on-rails/config/initializers/backtrace_silencers.rb +0 -7
  88. data/integration/multiverse/grape-on-rails/config/initializers/inflections.rb +0 -15
  89. data/integration/multiverse/grape-on-rails/config/initializers/mime_types.rb +0 -5
  90. data/integration/multiverse/grape-on-rails/config/initializers/reload_api.rb +0 -13
  91. data/integration/multiverse/grape-on-rails/config/initializers/secret_token.rb +0 -1
  92. data/integration/multiverse/grape-on-rails/config/initializers/session_store.rb +0 -8
  93. data/integration/multiverse/grape-on-rails/config/initializers/vitals.rb +0 -8
  94. data/integration/multiverse/grape-on-rails/config/initializers/wrap_parameters.rb +0 -14
  95. data/integration/multiverse/grape-on-rails/config/locales/en.yml +0 -5
  96. data/integration/multiverse/grape-on-rails/config/routes.rb +0 -5
  97. data/integration/multiverse/grape-on-rails/config.ru +0 -4
  98. data/integration/multiverse/grape-on-rails/db/schema.rb +0 -16
  99. data/integration/multiverse/grape-on-rails/db/seeds.rb +0 -7
  100. data/integration/multiverse/grape-on-rails/doc/README_FOR_APP +0 -2
  101. data/integration/multiverse/grape-on-rails/lib/assets/.gitkeep +0 -0
  102. data/integration/multiverse/grape-on-rails/lib/tasks/.gitkeep +0 -0
  103. data/integration/multiverse/grape-on-rails/log/.gitkeep +0 -0
  104. data/integration/multiverse/grape-on-rails/public/404.html +0 -26
  105. data/integration/multiverse/grape-on-rails/public/422.html +0 -26
  106. data/integration/multiverse/grape-on-rails/public/500.html +0 -25
  107. data/integration/multiverse/grape-on-rails/public/favicon.ico +0 -0
  108. data/integration/multiverse/grape-on-rails/public/robots.txt +0 -5
  109. data/integration/multiverse/grape-on-rails/script/rails +0 -6
  110. data/integration/multiverse/grape-on-rails/spec/api/ping_spec.rb +0 -15
  111. data/integration/multiverse/grape-on-rails/spec/spec_helper.rb +0 -15
  112. data/integration/multiverse/rails42_app/.gitignore +0 -18
  113. data/integration/multiverse/rails42_app/Gemfile +0 -49
  114. data/integration/multiverse/rails42_app/Gemfile.lock +0 -167
  115. data/integration/multiverse/rails42_app/README.rdoc +0 -28
  116. data/integration/multiverse/rails42_app/Rakefile +0 -6
  117. data/integration/multiverse/rails42_app/app/assets/images/.keep +0 -0
  118. data/integration/multiverse/rails42_app/app/assets/javascripts/application.js +0 -16
  119. data/integration/multiverse/rails42_app/app/assets/javascripts/posts.coffee +0 -3
  120. data/integration/multiverse/rails42_app/app/assets/stylesheets/application.css +0 -15
  121. data/integration/multiverse/rails42_app/app/assets/stylesheets/posts.scss +0 -3
  122. data/integration/multiverse/rails42_app/app/assets/stylesheets/scaffolds.scss +0 -73
  123. data/integration/multiverse/rails42_app/app/controllers/application_controller.rb +0 -5
  124. data/integration/multiverse/rails42_app/app/controllers/concerns/.keep +0 -0
  125. data/integration/multiverse/rails42_app/app/controllers/posts_controller.rb +0 -75
  126. data/integration/multiverse/rails42_app/app/helpers/application_helper.rb +0 -2
  127. data/integration/multiverse/rails42_app/app/helpers/posts_helper.rb +0 -2
  128. data/integration/multiverse/rails42_app/app/jobs/foobar_cleanup_job.rb +0 -7
  129. data/integration/multiverse/rails42_app/app/mailers/.keep +0 -0
  130. data/integration/multiverse/rails42_app/app/models/.keep +0 -0
  131. data/integration/multiverse/rails42_app/app/models/concerns/.keep +0 -0
  132. data/integration/multiverse/rails42_app/app/models/post.rb +0 -2
  133. data/integration/multiverse/rails42_app/app/views/layouts/application.html.erb +0 -14
  134. data/integration/multiverse/rails42_app/app/views/posts/_form.html.erb +0 -21
  135. data/integration/multiverse/rails42_app/app/views/posts/edit.html.erb +0 -6
  136. data/integration/multiverse/rails42_app/app/views/posts/index.html.erb +0 -27
  137. data/integration/multiverse/rails42_app/app/views/posts/index.json.jbuilder +0 -4
  138. data/integration/multiverse/rails42_app/app/views/posts/new.html.erb +0 -5
  139. data/integration/multiverse/rails42_app/app/views/posts/show.html.erb +0 -9
  140. data/integration/multiverse/rails42_app/app/views/posts/show.json.jbuilder +0 -1
  141. data/integration/multiverse/rails42_app/bin/bundle +0 -3
  142. data/integration/multiverse/rails42_app/bin/rails +0 -9
  143. data/integration/multiverse/rails42_app/bin/rake +0 -9
  144. data/integration/multiverse/rails42_app/bin/setup +0 -29
  145. data/integration/multiverse/rails42_app/bin/spring +0 -15
  146. data/integration/multiverse/rails42_app/config/application.rb +0 -26
  147. data/integration/multiverse/rails42_app/config/boot.rb +0 -3
  148. data/integration/multiverse/rails42_app/config/database.yml +0 -25
  149. data/integration/multiverse/rails42_app/config/environment.rb +0 -5
  150. data/integration/multiverse/rails42_app/config/environments/development.rb +0 -41
  151. data/integration/multiverse/rails42_app/config/environments/production.rb +0 -79
  152. data/integration/multiverse/rails42_app/config/environments/test.rb +0 -42
  153. data/integration/multiverse/rails42_app/config/initializers/assets.rb +0 -11
  154. data/integration/multiverse/rails42_app/config/initializers/backtrace_silencers.rb +0 -7
  155. data/integration/multiverse/rails42_app/config/initializers/cookies_serializer.rb +0 -3
  156. data/integration/multiverse/rails42_app/config/initializers/filter_parameter_logging.rb +0 -4
  157. data/integration/multiverse/rails42_app/config/initializers/inflections.rb +0 -16
  158. data/integration/multiverse/rails42_app/config/initializers/mime_types.rb +0 -4
  159. data/integration/multiverse/rails42_app/config/initializers/session_store.rb +0 -3
  160. data/integration/multiverse/rails42_app/config/initializers/vitals.rb +0 -15
  161. data/integration/multiverse/rails42_app/config/initializers/wrap_parameters.rb +0 -14
  162. data/integration/multiverse/rails42_app/config/locales/en.yml +0 -23
  163. data/integration/multiverse/rails42_app/config/routes.rb +0 -57
  164. data/integration/multiverse/rails42_app/config/secrets.yml +0 -22
  165. data/integration/multiverse/rails42_app/config.ru +0 -4
  166. data/integration/multiverse/rails42_app/db/migrate/20160321140358_create_posts.rb +0 -9
  167. data/integration/multiverse/rails42_app/db/schema.rb +0 -22
  168. data/integration/multiverse/rails42_app/db/seeds.rb +0 -7
  169. data/integration/multiverse/rails42_app/lib/assets/.keep +0 -0
  170. data/integration/multiverse/rails42_app/lib/tasks/.keep +0 -0
  171. data/integration/multiverse/rails42_app/log/.keep +0 -0
  172. data/integration/multiverse/rails42_app/public/404.html +0 -67
  173. data/integration/multiverse/rails42_app/public/422.html +0 -67
  174. data/integration/multiverse/rails42_app/public/500.html +0 -66
  175. data/integration/multiverse/rails42_app/public/favicon.ico +0 -0
  176. data/integration/multiverse/rails42_app/public/robots.txt +0 -5
  177. data/integration/multiverse/rails42_app/test/controllers/.keep +0 -0
  178. data/integration/multiverse/rails42_app/test/controllers/posts_controller_test.rb +0 -49
  179. data/integration/multiverse/rails42_app/test/fixtures/.keep +0 -0
  180. data/integration/multiverse/rails42_app/test/fixtures/posts.yml +0 -7
  181. data/integration/multiverse/rails42_app/test/helpers/.keep +0 -0
  182. data/integration/multiverse/rails42_app/test/integration/.keep +0 -0
  183. data/integration/multiverse/rails42_app/test/integration/vitals_flow_test.rb +0 -96
  184. data/integration/multiverse/rails42_app/test/jobs/foobar_cleanup_job_test.rb +0 -7
  185. data/integration/multiverse/rails42_app/test/mailers/.keep +0 -0
  186. data/integration/multiverse/rails42_app/test/models/.keep +0 -0
  187. data/integration/multiverse/rails42_app/test/models/post_test.rb +0 -7
  188. data/integration/multiverse/rails42_app/test/test_helper.rb +0 -11
  189. data/integration/multiverse_helper.rb +0 -16
  190. data/integration/multiverse_spec.rb +0 -40
@@ -1,33 +0,0 @@
1
- GrapeOnRails::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- config.eager_load = false
5
-
6
- # The test environment is used exclusively to run your application's
7
- # test suite. You never need to work with it otherwise. Remember that
8
- # your test database is "scratch space" for the test suite and is wiped
9
- # and recreated between test runs. Don't rely on the data there!
10
- config.cache_classes = true
11
-
12
- # Configure static asset server for tests with Cache-Control for performance
13
- config.serve_static_files = true
14
- config.static_cache_control = 'public, max-age=3600'
15
-
16
- # Show full error reports and disable caching
17
- config.consider_all_requests_local = true
18
- config.action_controller.perform_caching = false
19
-
20
- # Raise exceptions instead of rendering exception templates
21
- config.action_dispatch.show_exceptions = true
22
-
23
- # Disable request forgery protection in test environment
24
- config.action_controller.allow_forgery_protection = false
25
-
26
- # Tell Action Mailer not to deliver emails to the real world.
27
- # The :test delivery method accumulates sent emails in the
28
- # ActionMailer::Base.deliveries array.
29
- config.action_mailer.delivery_method = :test
30
-
31
- # Print deprecation notices to the stderr
32
- config.active_support.deprecation = :stderr
33
- 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,15 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format
4
- # (all these examples are active by default):
5
- # ActiveSupport::Inflector.inflections do |inflect|
6
- # inflect.plural /^(ox)$/i, '\1en'
7
- # inflect.singular /^(ox)en/i, '\1'
8
- # inflect.irregular 'person', 'people'
9
- # inflect.uncountable %w( fish sheep )
10
- # end
11
- #
12
- # These inflection rules are supported but not enabled by default:
13
- # ActiveSupport::Inflector.inflections do |inflect|
14
- # inflect.acronym 'RESTful'
15
- # 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,13 +0,0 @@
1
- api_dir = "#{Rails.root}/app/api"
2
- file_ext = 'rb'
3
-
4
- api_files = Dir["#{api_dir}/**/*.#{file_ext}"]
5
-
6
- api_reloader = ActiveSupport::FileUpdateChecker.new(api_files, api_dir => file_ext) do
7
- Rails.logger.info 'Reload routes for changed api files'
8
- Rails.application.reload_routes!
9
- end
10
-
11
- ActionDispatch::Reloader.to_prepare do
12
- api_reloader.execute_if_updated
13
- end
@@ -1 +0,0 @@
1
- GrapeOnRails::Application.config.secret_key_base = 'secret'
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- GrapeOnRails::Application.config.session_store :cookie_store, key: '_grape-on-rails_session'
4
-
5
- # Use the database for sessions instead of the cookie-based default,
6
- # which shouldn't be used to store highly confidential information
7
- # (create the session table with "rails generate session_migration")
8
- # GrapeOnRails::Application.config.session_store :active_record_store
@@ -1,8 +0,0 @@
1
- require 'vitals'
2
- Vitals.configure! do |c|
3
- c.facility = 'grape_app'
4
- end
5
-
6
- require 'vitals/integrations/notifications/grape'
7
- Vitals::Integrations::Notifications::Grape.subscribe!
8
-
@@ -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]
9
- end
10
-
11
- # Disable root element in JSON by default.
12
- ActiveSupport.on_load(:active_record) do
13
- self.include_root_in_json = false
14
- end
@@ -1,5 +0,0 @@
1
- # Sample localization file for English. Add more files in this directory for other locales.
2
- # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
-
4
- en:
5
- hello: "Hello world"
@@ -1,5 +0,0 @@
1
- GrapeOnRails::Application.routes.draw do
2
- get 'welcome/index'
3
- mount API => '/'
4
- root 'welcome#index'
5
- end
@@ -1,4 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require ::File.expand_path('../config/environment', __FILE__)
4
- run GrapeOnRails::Application
@@ -1,16 +0,0 @@
1
- # encoding: UTF-8
2
- # This file is auto-generated from the current state of the database. Instead
3
- # of editing this file, please use the migrations feature of Active Record to
4
- # incrementally modify your database, and then regenerate this schema definition.
5
- #
6
- # Note that this schema.rb definition is the authoritative source for your
7
- # database schema. If you need to create the application database on another
8
- # system, you should be using db:schema:load, not running all the migrations
9
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
- # you'll amass, the slower it'll run and the greater likelihood for issues).
11
- #
12
- # It's strongly recommended that you check this file into your version control system.
13
-
14
- ActiveRecord::Schema.define(version: 0) do
15
-
16
- end
@@ -1,7 +0,0 @@
1
- # This file should contain all the record creation needed to seed the database with its default values.
2
- # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
3
- #
4
- # Examples:
5
- #
6
- # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
7
- # Mayor.create(name: 'Emanuel', city: cities.first)
@@ -1,2 +0,0 @@
1
- Use this README file to introduce your application and point to useful places in the API for learning more.
2
- Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
File without changes
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/404.html -->
21
- <div class="dialog">
22
- <h1>The page you were looking for doesn't exist.</h1>
23
- <p>You may have mistyped the address or the page may have moved.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/422.html -->
21
- <div class="dialog">
22
- <h1>The change you wanted was rejected.</h1>
23
- <p>Maybe you tried to change something you didn't have access to.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/500.html -->
21
- <div class="dialog">
22
- <h1>We're sorry, but something went wrong.</h1>
23
- </div>
24
- </body>
25
- </html>
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2
- #
3
- # To ban all spiders from the entire site uncomment the next two lines:
4
- # User-Agent: *
5
- # Disallow: /
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
- APP_PATH = File.expand_path('../../config/application', __FILE__)
5
- require File.expand_path('../../config/boot', __FILE__)
6
- require 'rails/commands'
@@ -1,15 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Acme::Ping do
4
- before do
5
- Vitals.reporter.flush
6
- end
7
- it 'ping' do
8
- get '/api/ping'
9
- metrics = %w{
10
- grape.api.ping_get.200.all
11
- }
12
- assert_timings Vitals.reporter.reports, metrics, [0]
13
- expect(response.body).to eq({ ping: 'pong' }.to_json)
14
- end
15
- end
@@ -1,15 +0,0 @@
1
- require 'rubygems'
2
-
3
- ENV['RAILS_ENV'] = 'test'
4
-
5
- require File.expand_path('../../config/environment', __FILE__)
6
-
7
- require 'rspec/rails'
8
- RSpec.configure do |config|
9
- config.mock_with :rspec
10
- config.expect_with :rspec
11
- config.include RSpec::Rails::RequestExampleGroup, type: :request, file_path: /spec\/api/
12
- end
13
-
14
- require 'capybara/rspec'
15
- require File.expand_path( '../../../multiverse_helper', File.dirname(__FILE__))
@@ -1,18 +0,0 @@
1
- # See https://help.github.com/articles/ignoring-files for more about ignoring files.
2
- #
3
- # If you find yourself ignoring temporary files generated by your text editor
4
- # or operating system, you probably want to add a global ignore instead:
5
- # git config --global core.excludesfile '~/.gitignore_global'
6
-
7
- # Ignore bundler config.
8
- /.bundle
9
-
10
- # Ignore the default SQLite database.
11
- /db/*.sqlite3
12
- /db/*.sqlite3-journal
13
-
14
- # Ignore all logfiles and tempfiles.
15
- /log/*
16
- !/log/.keep
17
- /tmp
18
- vendor/
@@ -1,49 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
-
4
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5
- gem 'rails', '4.2.5'
6
- # Use sqlite3 as the database for Active Record
7
- gem 'sqlite3'
8
- # Use SCSS for stylesheets
9
- gem 'sass-rails', '~> 5.0'
10
- # Use Uglifier as compressor for JavaScript assets
11
- gem 'uglifier', '>= 1.3.0'
12
- # Use CoffeeScript for .coffee assets and views
13
- gem 'coffee-rails', '~> 4.1.0'
14
- # See https://github.com/rails/execjs#readme for more supported runtimes
15
- # gem 'therubyracer', platforms: :ruby
16
-
17
- # Use jquery as the JavaScript library
18
- gem 'jquery-rails'
19
- # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
20
- gem 'turbolinks'
21
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
22
- gem 'jbuilder', '~> 2.0'
23
- # bundle exec rake doc:rails generates the API under doc/api.
24
- gem 'sdoc', '~> 0.4.0', group: :doc
25
-
26
- # Use ActiveModel has_secure_password
27
- # gem 'bcrypt', '~> 3.1.7'
28
-
29
- # Use Unicorn as the app server
30
- # gem 'unicorn'
31
-
32
- # Use Capistrano for deployment
33
- # gem 'capistrano-rails', group: :development
34
-
35
- group :development, :test do
36
- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
37
- gem 'byebug'
38
- end
39
-
40
- group :development do
41
- # Access an IRB console on exception pages or by using <%= console %> in views
42
- gem 'web-console', '~> 2.0'
43
-
44
- # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
45
- gem 'spring'
46
- end
47
-
48
- gem 'vitals', path: '../../../'
49
-
@@ -1,167 +0,0 @@
1
- PATH
2
- remote: ../../../
3
- specs:
4
- vitals (0.3.0)
5
- statsd-ruby (~> 1.3.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (4.2.5)
11
- actionpack (= 4.2.5)
12
- actionview (= 4.2.5)
13
- activejob (= 4.2.5)
14
- mail (~> 2.5, >= 2.5.4)
15
- rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.5)
17
- actionview (= 4.2.5)
18
- activesupport (= 4.2.5)
19
- rack (~> 1.6)
20
- rack-test (~> 0.6.2)
21
- rails-dom-testing (~> 1.0, >= 1.0.5)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.5)
24
- activesupport (= 4.2.5)
25
- builder (~> 3.1)
26
- erubis (~> 2.7.0)
27
- rails-dom-testing (~> 1.0, >= 1.0.5)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- activejob (4.2.5)
30
- activesupport (= 4.2.5)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.5)
33
- activesupport (= 4.2.5)
34
- builder (~> 3.1)
35
- activerecord (4.2.5)
36
- activemodel (= 4.2.5)
37
- activesupport (= 4.2.5)
38
- arel (~> 6.0)
39
- activesupport (4.2.5)
40
- i18n (~> 0.7)
41
- json (~> 1.7, >= 1.7.7)
42
- minitest (~> 5.1)
43
- thread_safe (~> 0.3, >= 0.3.4)
44
- tzinfo (~> 1.1)
45
- arel (6.0.3)
46
- binding_of_caller (0.7.2)
47
- debug_inspector (>= 0.0.1)
48
- builder (3.2.2)
49
- byebug (8.2.2)
50
- coffee-rails (4.1.1)
51
- coffee-script (>= 2.2.0)
52
- railties (>= 4.0.0, < 5.1.x)
53
- coffee-script (2.4.1)
54
- coffee-script-source
55
- execjs
56
- coffee-script-source (1.10.0)
57
- concurrent-ruby (1.0.1)
58
- debug_inspector (0.0.2)
59
- erubis (2.7.0)
60
- execjs (2.6.0)
61
- globalid (0.3.6)
62
- activesupport (>= 4.1.0)
63
- i18n (0.7.0)
64
- jbuilder (2.4.1)
65
- activesupport (>= 3.0.0, < 5.1)
66
- multi_json (~> 1.2)
67
- jquery-rails (4.1.1)
68
- rails-dom-testing (>= 1, < 3)
69
- railties (>= 4.2.0)
70
- thor (>= 0.14, < 2.0)
71
- json (1.8.3)
72
- loofah (2.0.3)
73
- nokogiri (>= 1.5.9)
74
- mail (2.6.3)
75
- mime-types (>= 1.16, < 3)
76
- mime-types (2.99.1)
77
- mini_portile2 (2.0.0)
78
- minitest (5.8.4)
79
- multi_json (1.11.2)
80
- nokogiri (1.6.7.2)
81
- mini_portile2 (~> 2.0.0.rc2)
82
- rack (1.6.4)
83
- rack-test (0.6.3)
84
- rack (>= 1.0)
85
- rails (4.2.5)
86
- actionmailer (= 4.2.5)
87
- actionpack (= 4.2.5)
88
- actionview (= 4.2.5)
89
- activejob (= 4.2.5)
90
- activemodel (= 4.2.5)
91
- activerecord (= 4.2.5)
92
- activesupport (= 4.2.5)
93
- bundler (>= 1.3.0, < 2.0)
94
- railties (= 4.2.5)
95
- sprockets-rails
96
- rails-deprecated_sanitizer (1.0.3)
97
- activesupport (>= 4.2.0.alpha)
98
- rails-dom-testing (1.0.7)
99
- activesupport (>= 4.2.0.beta, < 5.0)
100
- nokogiri (~> 1.6.0)
101
- rails-deprecated_sanitizer (>= 1.0.1)
102
- rails-html-sanitizer (1.0.3)
103
- loofah (~> 2.0)
104
- railties (4.2.5)
105
- actionpack (= 4.2.5)
106
- activesupport (= 4.2.5)
107
- rake (>= 0.8.7)
108
- thor (>= 0.18.1, < 2.0)
109
- rake (11.1.1)
110
- rdoc (4.2.2)
111
- json (~> 1.4)
112
- sass (3.4.21)
113
- sass-rails (5.0.4)
114
- railties (>= 4.0.0, < 5.0)
115
- sass (~> 3.1)
116
- sprockets (>= 2.8, < 4.0)
117
- sprockets-rails (>= 2.0, < 4.0)
118
- tilt (>= 1.1, < 3)
119
- sdoc (0.4.1)
120
- json (~> 1.7, >= 1.7.7)
121
- rdoc (~> 4.0)
122
- spring (1.6.4)
123
- sprockets (3.5.2)
124
- concurrent-ruby (~> 1.0)
125
- rack (> 1, < 3)
126
- sprockets-rails (3.0.4)
127
- actionpack (>= 4.0)
128
- activesupport (>= 4.0)
129
- sprockets (>= 3.0.0)
130
- sqlite3 (1.3.11)
131
- statsd-ruby (1.3.0)
132
- thor (0.19.1)
133
- thread_safe (0.3.5)
134
- tilt (2.0.2)
135
- turbolinks (2.5.3)
136
- coffee-rails
137
- tzinfo (1.2.2)
138
- thread_safe (~> 0.1)
139
- uglifier (2.7.2)
140
- execjs (>= 0.3.0)
141
- json (>= 1.8.0)
142
- web-console (2.3.0)
143
- activemodel (>= 4.0)
144
- binding_of_caller (>= 0.7.2)
145
- railties (>= 4.0)
146
- sprockets-rails (>= 2.0, < 4.0)
147
-
148
- PLATFORMS
149
- ruby
150
-
151
- DEPENDENCIES
152
- byebug
153
- coffee-rails (~> 4.1.0)
154
- jbuilder (~> 2.0)
155
- jquery-rails
156
- rails (= 4.2.5)
157
- sass-rails (~> 5.0)
158
- sdoc (~> 0.4.0)
159
- spring
160
- sqlite3
161
- turbolinks
162
- uglifier (>= 1.3.0)
163
- vitals!
164
- web-console (~> 2.0)
165
-
166
- BUNDLED WITH
167
- 1.11.2
@@ -1,28 +0,0 @@
1
- == README
2
-
3
- This README would normally document whatever steps are necessary to get the
4
- application up and running.
5
-
6
- Things you may want to cover:
7
-
8
- * Ruby version
9
-
10
- * System dependencies
11
-
12
- * Configuration
13
-
14
- * Database creation
15
-
16
- * Database initialization
17
-
18
- * How to run the test suite
19
-
20
- * Services (job queues, cache servers, search engines, etc.)
21
-
22
- * Deployment instructions
23
-
24
- * ...
25
-
26
-
27
- Please feel free to use a different markup language if you do not plan to run
28
- <tt>rake doc:app</tt>.
@@ -1,6 +0,0 @@
1
- # Add your own tasks in files placed in lib/tasks ending in .rake,
2
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
-
4
- require File.expand_path('../config/application', __FILE__)
5
-
6
- Rails.application.load_tasks
@@ -1,16 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file.
9
- //
10
- // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require jquery
14
- //= require jquery_ujs
15
- //= require turbolinks
16
- //= require_tree .
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://coffeescript.org/
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any styles
10
- * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
- * file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the Posts controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/