sapience 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/sapience/extensions/grape/middleware/logging.rb +4 -11
  4. data/lib/sapience/extensions/grape/notifications.rb +4 -1
  5. data/lib/sapience/extensions/grape/request_format_helper.rb +12 -0
  6. data/lib/sapience/version.rb +1 -1
  7. data/sapience.gemspec +1 -1
  8. metadata +3 -115
  9. data/test_apps/grape/.gitignore +0 -41
  10. data/test_apps/grape/.rspec +0 -1
  11. data/test_apps/grape/.simplecov +0 -25
  12. data/test_apps/grape/Appraisals +0 -9
  13. data/test_apps/grape/Gemfile +0 -31
  14. data/test_apps/grape/Rakefile +0 -8
  15. data/test_apps/grape/config.ru +0 -5
  16. data/test_apps/grape/gemfiles/grape_0.16.2.gemfile +0 -26
  17. data/test_apps/grape/gemfiles/grape_0.16.2.gemfile.lock +0 -140
  18. data/test_apps/grape/gemfiles/grape_0.17.0.gemfile +0 -25
  19. data/test_apps/grape/gemfiles/grape_0.17.0.gemfile.lock +0 -138
  20. data/test_apps/grape/lib/ping/api.rb +0 -21
  21. data/test_apps/grape/lib/ping.rb +0 -3
  22. data/test_apps/grape/spec/lib/ping/api_spec.rb +0 -81
  23. data/test_apps/grape/spec/spec_helper.rb +0 -26
  24. data/test_apps/rails/.gitignore +0 -37
  25. data/test_apps/rails/.rspec +0 -1
  26. data/test_apps/rails/.ruby-version +0 -1
  27. data/test_apps/rails/.simplecov +0 -25
  28. data/test_apps/rails/Gemfile +0 -48
  29. data/test_apps/rails/README.md +0 -24
  30. data/test_apps/rails/Rakefile +0 -12
  31. data/test_apps/rails/app/assets/config/manifest.js +0 -2
  32. data/test_apps/rails/app/assets/images/.keep +0 -0
  33. data/test_apps/rails/app/assets/javascripts/posts.js +0 -2
  34. data/test_apps/rails/app/assets/stylesheets/application.css +0 -15
  35. data/test_apps/rails/app/assets/stylesheets/posts.css +0 -4
  36. data/test_apps/rails/app/assets/stylesheets/scaffold.css +0 -84
  37. data/test_apps/rails/app/channels/application_cable/channel.rb +0 -4
  38. data/test_apps/rails/app/channels/application_cable/connection.rb +0 -4
  39. data/test_apps/rails/app/controllers/application_controller.rb +0 -3
  40. data/test_apps/rails/app/controllers/concerns/.keep +0 -0
  41. data/test_apps/rails/app/controllers/posts_controller.rb +0 -59
  42. data/test_apps/rails/app/helpers/application_helper.rb +0 -2
  43. data/test_apps/rails/app/helpers/posts_helper.rb +0 -2
  44. data/test_apps/rails/app/jobs/application_job.rb +0 -2
  45. data/test_apps/rails/app/jobs/test_job.rb +0 -12
  46. data/test_apps/rails/app/mailers/application_mailer.rb +0 -4
  47. data/test_apps/rails/app/models/application_record.rb +0 -3
  48. data/test_apps/rails/app/models/concerns/.keep +0 -0
  49. data/test_apps/rails/app/models/post.rb +0 -3
  50. data/test_apps/rails/app/models/user.rb +0 -3
  51. data/test_apps/rails/app/views/layouts/application.html.erb +0 -13
  52. data/test_apps/rails/app/views/layouts/mailer.html.erb +0 -13
  53. data/test_apps/rails/app/views/layouts/mailer.text.erb +0 -1
  54. data/test_apps/rails/app/views/posts/_form.html.slim +0 -18
  55. data/test_apps/rails/app/views/posts/edit.html.slim +0 -8
  56. data/test_apps/rails/app/views/posts/index.html.slim +0 -25
  57. data/test_apps/rails/app/views/posts/new.html.slim +0 -5
  58. data/test_apps/rails/app/views/posts/show.html.slim +0 -15
  59. data/test_apps/rails/app/workers/test_worker.rb +0 -17
  60. data/test_apps/rails/bin/bundle +0 -3
  61. data/test_apps/rails/bin/rails +0 -4
  62. data/test_apps/rails/bin/rake +0 -4
  63. data/test_apps/rails/bin/setup +0 -34
  64. data/test_apps/rails/bin/sneakers +0 -10
  65. data/test_apps/rails/bin/update +0 -29
  66. data/test_apps/rails/config/application.rb +0 -25
  67. data/test_apps/rails/config/boot.rb +0 -3
  68. data/test_apps/rails/config/cable.yml +0 -9
  69. data/test_apps/rails/config/database.yml +0 -24
  70. data/test_apps/rails/config/environment.rb +0 -5
  71. data/test_apps/rails/config/environments/development.rb +0 -49
  72. data/test_apps/rails/config/environments/production.rb +0 -78
  73. data/test_apps/rails/config/environments/test.rb +0 -42
  74. data/test_apps/rails/config/initializers/application_controller_renderer.rb +0 -6
  75. data/test_apps/rails/config/initializers/backtrace_silencers.rb +0 -7
  76. data/test_apps/rails/config/initializers/cookies_serializer.rb +0 -5
  77. data/test_apps/rails/config/initializers/filter_parameter_logging.rb +0 -4
  78. data/test_apps/rails/config/initializers/inflections.rb +0 -16
  79. data/test_apps/rails/config/initializers/mime_types.rb +0 -4
  80. data/test_apps/rails/config/initializers/new_framework_defaults.rb +0 -24
  81. data/test_apps/rails/config/initializers/session_store.rb +0 -3
  82. data/test_apps/rails/config/initializers/sneakers.rb +0 -14
  83. data/test_apps/rails/config/initializers/wrap_parameters.rb +0 -14
  84. data/test_apps/rails/config/locales/en.yml +0 -23
  85. data/test_apps/rails/config/puma.rb +0 -45
  86. data/test_apps/rails/config/routes.rb +0 -3
  87. data/test_apps/rails/config/sapience_example.yml +0 -24
  88. data/test_apps/rails/config/secrets.yml +0 -22
  89. data/test_apps/rails/config.ru +0 -5
  90. data/test_apps/rails/db/migrate/20160812092236_create_users.rb +0 -13
  91. data/test_apps/rails/db/migrate/20160902141445_create_posts.rb +0 -17
  92. data/test_apps/rails/db/schema.rb +0 -37
  93. data/test_apps/rails/db/seeds.rb +0 -7
  94. data/test_apps/rails/lib/assets/.keep +0 -0
  95. data/test_apps/rails/lib/external_sneaker.rb +0 -46
  96. data/test_apps/rails/lib/tasks/.keep +0 -0
  97. data/test_apps/rails/lib/tasks/sneakers.rake +0 -21
  98. data/test_apps/rails/public/404.html +0 -67
  99. data/test_apps/rails/public/422.html +0 -67
  100. data/test_apps/rails/public/500.html +0 -66
  101. data/test_apps/rails/public/apple-touch-icon-precomposed.png +0 -0
  102. data/test_apps/rails/public/apple-touch-icon.png +0 -0
  103. data/test_apps/rails/public/favicon.ico +0 -0
  104. data/test_apps/rails/public/robots.txt +0 -5
  105. data/test_apps/rails/spec/controllers/posts_controller_spec.rb +0 -7
  106. data/test_apps/rails/spec/factories/posts.rb +0 -7
  107. data/test_apps/rails/spec/factories/users.rb +0 -8
  108. data/test_apps/rails/spec/fixtures/sapience.yml +0 -15
  109. data/test_apps/rails/spec/integration/sapience_spec.rb +0 -14
  110. data/test_apps/rails/spec/jobs/test_job_spec.rb +0 -36
  111. data/test_apps/rails/spec/models/post_spec.rb +0 -14
  112. data/test_apps/rails/spec/rails_helper.rb +0 -45
  113. data/test_apps/rails/spec/requests/posts_spec.rb +0 -44
  114. data/test_apps/rails/spec/routing/posts_routing_spec.rb +0 -37
  115. data/test_apps/rails/spec/spec_helper.rb +0 -16
  116. data/test_apps/rails/spec/views/posts/edit.html.slim_spec.rb +0 -17
  117. data/test_apps/rails/spec/views/posts/index.html.slim_spec.rb +0 -17
  118. data/test_apps/rails/spec/views/posts/new.html.slim_spec.rb +0 -17
  119. data/test_apps/rails/spec/views/posts/show.html.slim_spec.rb +0 -14
  120. data/test_apps/rails/spec/workers/test_worker_spec.rb +0 -41
  121. data/test_apps/rails/vendor/assets/stylesheets/.keep +0 -0
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>TestApp</title>
5
- <%= csrf_meta_tags %>
6
-
7
- <%= stylesheet_link_tag 'application', media: 'all' %>
8
- </head>
9
-
10
- <body>
11
- <%= yield %>
12
- </body>
13
- </html>
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <style>
6
- /* Email styles need to be inline */
7
- </style>
8
- </head>
9
-
10
- <body>
11
- <%= yield %>
12
- </body>
13
- </html>
@@ -1 +0,0 @@
1
- <%= yield %>
@@ -1,18 +0,0 @@
1
- = form_for @post do |f|
2
- - if @post.errors.any?
3
- #error_explanation
4
- h2 = "#{pluralize(@post.errors.count, "error")} prohibited this post from being saved:"
5
- ul
6
- - @post.errors.full_messages.each do |message|
7
- li = message
8
-
9
- .field
10
- = f.label :title
11
- = f.text_field :title
12
- .field
13
- = f.label :body
14
- = f.text_field :body
15
- .field
16
- = f.label :author
17
- = f.text_field :author
18
- .actions = f.submit
@@ -1,8 +0,0 @@
1
- h1 Editing post
2
-
3
- == render 'form'
4
-
5
- = link_to 'Show', @post
6
- '|
7
- = link_to 'Back', posts_path
8
-
@@ -1,25 +0,0 @@
1
- h1 Listing posts
2
-
3
- table
4
- thead
5
- tr
6
- th Title
7
- th Body
8
- th Author
9
- th
10
- th
11
- th
12
-
13
- tbody
14
- - @posts.each do |post|
15
- tr
16
- td = post.title
17
- td = post.body
18
- td = post.author
19
- td = link_to 'Show', post
20
- td = link_to 'Edit', edit_post_path(post)
21
- td = link_to 'Destroy', post, data: { confirm: 'Are you sure?' }, method: :delete
22
-
23
- br
24
-
25
- = link_to 'New Post', new_post_path
@@ -1,5 +0,0 @@
1
- h1 New post
2
-
3
- == render 'form'
4
-
5
- = link_to 'Back', posts_path
@@ -1,15 +0,0 @@
1
- p#notice = notice
2
-
3
- p
4
- strong Title:
5
- = @post.title
6
- p
7
- strong Body:
8
- = @post.body
9
- p
10
- strong Author:
11
- = @post.author
12
-
13
- = link_to 'Edit', edit_post_path(@post)
14
- '|
15
- = link_to 'Back', posts_path
@@ -1,17 +0,0 @@
1
- require_relative "../../../../spec/support/file_helper"
2
-
3
- class TestWorker
4
- QUEUE_NAME = :sneakers_queue
5
- ROUTING_KEY = :sneakers_routing_key
6
- VERIFICATION_FILE = Rails.root.join("tmp/test_worker.verified")
7
-
8
- include Sneakers::Worker
9
- include FileHelper
10
-
11
- from_queue QUEUE_NAME, routing_key: ROUTING_KEY
12
-
13
- def work(_message)
14
- create_file(VERIFICATION_FILE)
15
- ack!
16
- end
17
- end
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
3
- load Gem.bin_path("bundler", "bundle")
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- APP_PATH = File.expand_path("../config/application", __dir__)
3
- require_relative "../config/boot"
4
- require "rails/commands"
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require_relative "../config/boot"
3
- require "rake"
4
- Rake.application.run
@@ -1,34 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require "pathname"
3
- require "fileutils"
4
- include FileUtils
5
-
6
- # path to your application root.
7
- APP_ROOT = Pathname.new File.expand_path("../../", __FILE__)
8
-
9
- def system!(*args)
10
- system(*args) || abort("\n== Command #{args} failed ==")
11
- end
12
-
13
- chdir APP_ROOT do
14
- # This script is a starting point to setup your application.
15
- # Add necessary setup steps to this file.
16
-
17
- puts "== Installing dependencies =="
18
- system! "gem install bundler --conservative"
19
- system("bundle check") || system!("bundle install")
20
-
21
- # puts "\n== Copying sample files =="
22
- # unless File.exist?('config/database.yml')
23
- # cp 'config/database.yml.sample', 'config/database.yml'
24
- # end
25
-
26
- puts "\n== Preparing database =="
27
- system! "bin/rails db:setup"
28
-
29
- puts "\n== Removing old logs and tempfiles =="
30
- system! "bin/rails log:clear tmp:clear"
31
-
32
- puts "\n== Restarting application server =="
33
- system! "bin/rails restart"
34
- end
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require "bundler/setup"
3
- require "serverengine"
4
- require "sneakers"
5
- require "sneakers/runner"
6
- require_relative "../app/workers/test_worker"
7
- require_relative "../config/initializers/sneakers"
8
-
9
- runner = Sneakers::Runner.new([TestWorker])
10
- runner.run
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require "pathname"
3
- require "fileutils"
4
- include FileUtils
5
-
6
- # path to your application root.
7
- APP_ROOT = Pathname.new File.expand_path("../../", __FILE__)
8
-
9
- def system!(*args)
10
- system(*args) || abort("\n== Command #{args} failed ==")
11
- end
12
-
13
- chdir APP_ROOT do
14
- # This script is a way to update your development environment automatically.
15
- # Add necessary update steps to this file.
16
-
17
- puts "== Installing dependencies =="
18
- system! "gem install bundler --conservative"
19
- system("bundle check") || system!("bundle install")
20
-
21
- puts "\n== Updating database =="
22
- system! "bin/rails db:migrate"
23
-
24
- puts "\n== Removing old logs and tempfiles =="
25
- system! "bin/rails log:clear tmp:clear"
26
-
27
- puts "\n== Restarting application server =="
28
- system! "bin/rails restart"
29
- end
@@ -1,25 +0,0 @@
1
- require_relative "boot"
2
-
3
- require "rails"
4
- # Pick the frameworks you want:
5
- require "active_model/railtie"
6
- require "active_job/railtie"
7
- require "active_record/railtie"
8
- require "action_controller/railtie"
9
- require "action_mailer/railtie"
10
- require "action_view/railtie"
11
- require "action_cable/engine"
12
- # require "sprockets/railtie"
13
- # require "rails/test_unit/railtie"
14
-
15
- # Require the gems listed in Gemfile, including any gems
16
- # you've limited to :test, :development, or :production.
17
- Bundler.require(*Rails.groups)
18
-
19
- module TestApp
20
- class Application < Rails::Application
21
- # Settings in config/environments/* take precedence over those specified here.
22
- # Application configuration should go into files in config/initializers
23
- # -- all .rb files in that directory are automatically loaded.
24
- end
25
- end
@@ -1,3 +0,0 @@
1
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
2
-
3
- require "bundler/setup" # Set up gems listed in the Gemfile.
@@ -1,9 +0,0 @@
1
- development:
2
- adapter: async
3
-
4
- test:
5
- adapter: async
6
-
7
- production:
8
- adapter: redis
9
- url: redis://localhost:6379/1
@@ -1,24 +0,0 @@
1
- # SQLite version 3.x
2
- # gem install sqlite3
3
- #
4
- # Ensure the SQLite 3 gem is defined in your Gemfile
5
- # gem 'sqlite3'
6
- #
7
- default: &default
8
- adapter: postgresql
9
- host: <%= ENV.fetch('POSTGRES_HOST') { "localhost" } %>
10
- username: <%= ENV.fetch('POSTGRES_USER') { `whoami` } %>
11
- password: <%= ENV.fetch('POSTGRES_PASSWORD') { nil } %>
12
- pool: 5
13
- timeout: 5000
14
-
15
- development:
16
- <<: *default
17
- database: rails_app_dev
18
-
19
- # Warning: The database defined as "test" will be erased and
20
- # re-generated from your development database when you run "rake".
21
- # Do not set this db to the same as development or production.
22
- test:
23
- <<: *default
24
- database: rails_app_test
@@ -1,5 +0,0 @@
1
- # Load the Rails application.
2
- require_relative "application"
3
-
4
- # Initialize the Rails application.
5
- Rails.application.initialize!
@@ -1,49 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # In the development environment your application's code is reloaded on
5
- # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the web server when you make code changes.
7
- config.cache_classes = false
8
-
9
- # Do not eager load code on boot.
10
- config.eager_load = false
11
-
12
- # Show full error reports.
13
- config.consider_all_requests_local = true
14
-
15
- # Enable/disable caching. By default caching is disabled.
16
- if Rails.root.join("tmp/caching-dev.txt").exist?
17
- config.action_controller.perform_caching = true
18
-
19
- config.cache_store = :memory_store
20
- config.public_file_server.headers = {
21
- "Cache-Control" => "public, max-age=172800",
22
- }
23
- else
24
- config.action_controller.perform_caching = false
25
-
26
- config.cache_store = :null_store
27
- end
28
-
29
- # Don't care if the mailer can't send.
30
- config.action_mailer.raise_delivery_errors = false
31
-
32
- config.action_mailer.perform_caching = false
33
-
34
- # Print deprecation notices to the Rails logger.
35
- config.active_support.deprecation = :log
36
-
37
- # Raise an error on page load if there are pending migrations.
38
- config.active_record.migration_error = :page_load
39
-
40
-
41
- # Raises error for missing translations
42
- # config.action_view.raise_on_missing_translations = true
43
-
44
- # Use an evented file watcher to asynchronously detect changes in source code,
45
- # routes, locales, etc. This feature depends on the listen gem.
46
- config.file_watcher = ActiveSupport::EventedFileUpdateChecker
47
- config.colorize_logging = false
48
- config.log_level = :debug
49
- end
@@ -1,78 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # Code is not reloaded between requests.
5
- config.cache_classes = true
6
-
7
- # Eager load code on boot. This eager loads most of Rails and
8
- # your application in memory, allowing both threaded web servers
9
- # and those relying on copy on write to perform better.
10
- # Rake tasks automatically ignore this option for performance.
11
- config.eager_load = true
12
-
13
- # Full error reports are disabled and caching is turned on.
14
- config.consider_all_requests_local = false
15
- config.action_controller.perform_caching = true
16
-
17
- # Disable serving static files from the `/public` folder by default since
18
- # Apache or NGINX already handles this.
19
- config.public_file_server.enabled = ENV["RAILS_SERVE_STATIC_FILES"].present?
20
-
21
-
22
- # Enable serving of images, stylesheets, and JavaScripts from an asset server.
23
- # config.action_controller.asset_host = 'http://assets.example.com'
24
-
25
- # Specifies the header that your server uses for sending files.
26
- # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
27
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
28
-
29
- # Mount Action Cable outside main process or domain
30
- # config.action_cable.mount_path = nil
31
- # config.action_cable.url = 'wss://example.com/cable'
32
- # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
33
-
34
- # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
35
- # config.force_ssl = true
36
-
37
- # Use the lowest log level to ensure availability of diagnostic information
38
- # when problems arise.
39
- config.log_level = :debug
40
-
41
- # Prepend all log lines with the following tags.
42
- config.log_tags = [:request_id]
43
-
44
- # Use a different cache store in production.
45
- # config.cache_store = :mem_cache_store
46
-
47
- # Use a real queuing backend for Active Job (and separate queues per environment)
48
- # config.active_job.queue_adapter = :resque
49
- # config.active_job.queue_name_prefix = "test_app_#{Rails.env}"
50
- config.action_mailer.perform_caching = false
51
-
52
- # Ignore bad email addresses and do not raise email delivery errors.
53
- # Set this to true and configure the email server for immediate delivery to raise delivery errors.
54
- # config.action_mailer.raise_delivery_errors = false
55
-
56
- # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
57
- # the I18n.default_locale when a translation cannot be found).
58
- config.i18n.fallbacks = true
59
-
60
- # Send deprecation notices to registered listeners.
61
- config.active_support.deprecation = :notify
62
-
63
- # Use default logging formatter so that PID and timestamp are not suppressed.
64
- config.log_formatter = ::Logger::Formatter.new
65
-
66
- # Use a different logger for distributed setups.
67
- # require 'syslog/logger'
68
- # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
69
-
70
- if ENV["RAILS_LOG_TO_STDOUT"].present?
71
- logger = ActiveSupport::Logger.new(STDOUT)
72
- logger.formatter = config.log_formatter
73
- config.logger = ActiveSupport::TaggedLogging.new(logger)
74
- end
75
-
76
- # Do not dump schema after migrations.
77
- config.active_record.dump_schema_after_migration = false
78
- end
@@ -1,42 +0,0 @@
1
- Rails.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 public file server for tests with Cache-Control for performance.
16
- config.public_file_server.enabled = true
17
- config.public_file_server.headers = {
18
- "Cache-Control" => "public, max-age=3600",
19
- }
20
-
21
- # Show full error reports and disable caching.
22
- config.consider_all_requests_local = true
23
- config.action_controller.perform_caching = false
24
-
25
- # Raise exceptions instead of rendering exception templates.
26
- config.action_dispatch.show_exceptions = false
27
-
28
- # Disable request forgery protection in test environment.
29
- config.action_controller.allow_forgery_protection = false
30
- config.action_mailer.perform_caching = false
31
-
32
- # Tell Action Mailer not to deliver emails to the real world.
33
- # The :test delivery method accumulates sent emails in the
34
- # ActionMailer::Base.deliveries array.
35
- config.action_mailer.delivery_method = :test
36
-
37
- # Print deprecation notices to the stderr.
38
- config.active_support.deprecation = :stderr
39
-
40
- # Raises error for missing translations
41
- # config.action_view.raise_on_missing_translations = true
42
- end
@@ -1,6 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # ApplicationController.renderer.defaults.merge!(
4
- # http_host: 'example.org',
5
- # https: false
6
- # )
@@ -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,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Specify a serializer for the signed and encrypted cookie jars.
4
- # Valid options are :json, :marshal, and :hybrid.
5
- Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -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,4 +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
@@ -1,24 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
- #
3
- # This file contains migration options to ease your Rails 5.0 upgrade.
4
- #
5
- # Read the Rails 5.0 release notes for more info on each option.
6
-
7
- # Enable per-form CSRF tokens. Previous versions had false.
8
- Rails.application.config.action_controller.per_form_csrf_tokens = true
9
-
10
- # Enable origin-checking CSRF mitigation. Previous versions had false.
11
- Rails.application.config.action_controller.forgery_protection_origin_check = true
12
-
13
- # Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`.
14
- # Previous versions had false.
15
- ActiveSupport.to_time_preserves_timezone = true
16
-
17
- # Require `belongs_to` associations by default. Previous versions had false.
18
- Rails.application.config.active_record.belongs_to_required_by_default = true
19
-
20
- # Do not halt callback chains when a callback returns false. Previous versions had true.
21
- ActiveSupport.halt_callback_chains_on_return_false = false
22
-
23
- # Configure SSL options to enable HSTS with subdomains. Previous versions had false.
24
- Rails.application.config.ssl_options = { hsts: { subdomains: true } }
@@ -1,3 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- Rails.application.config.session_store :cookie_store, key: "_test_app_session"
@@ -1,14 +0,0 @@
1
- require "serverengine"
2
- require "sneakers"
3
- require "sapience"
4
-
5
- Sneakers.configure(
6
- amqp: ENV.fetch("AMQP") { "amqp://guest:guest@localhost:5672" },
7
- exchange_type: :direct,
8
- log: Sapience[Sneakers], # Log file
9
- exchange: "sapience", # AMQP exchange
10
- durable: false, # Is queue durable?
11
- ack: true, # Must we acknowledge?
12
- metrics: Sapience.metrics,
13
- heartbeat: nil,
14
- )
@@ -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
- # 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,45 +0,0 @@
1
- # Puma can serve each request in a thread from an internal thread pool.
2
- # The `threads` method setting takes two numbers a minimum and maximum.
3
- # Any libraries that use thread pools should be configured to match
4
- # the maximum value specified for Puma. Default is set to 5 threads for minimum
5
- # and maximum, this matches the default thread size of Active Record.
6
- #
7
- threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i
8
- threads threads_count, threads_count
9
-
10
- # Specifies the `port` that Puma will listen on to receive requests, default is 3000.
11
- #
12
- port ENV.fetch("PORT") { 3000 }
13
-
14
- # Specifies the `environment` that Puma will run in.
15
- #
16
- environment ENV.fetch("RAILS_ENV") { "development" }
17
-
18
- # Specifies the number of `workers` to boot in clustered mode.
19
- # Workers are forked webserver processes. If using threads and workers together
20
- # the concurrency of the application would be max `threads` * `workers`.
21
- #
22
- # workers ENV.fetch("WEB_CONCURRENCY") { 2 }
23
-
24
- # Use the `preload_app!` method when specifying a `workers` number.
25
- # This directive tells Puma to first boot the application and load code
26
- # before forking the application. This takes advantage of Copy On Write
27
- # process behavior so workers use less memory. If you use this option
28
- # you need to make sure to reconnect any threads in the `on_worker_boot`
29
- # block.
30
- #
31
- # preload_app!
32
-
33
- # The code in the `on_worker_boot` will be called if you are using
34
- # clustered mode by specifying a number of `workers`. After each worker
35
- # process is booted this block will be run, if you are using `preload_app!`
36
- # option you will want to use this block to reconnect to any threads
37
- # or connections that may have been created at application boot, Ruby
38
- # cannot share connections between processes.
39
- #
40
- # on_worker_boot do
41
- # ActiveRecord::Base.establish_connection if defined?(ActiveRecord)
42
- # end
43
-
44
- # Allow puma to be restarted by `rails restart` command.
45
- plugin :tmp_restart
@@ -1,3 +0,0 @@
1
- Rails.application.routes.draw do
2
- resources :posts
3
- end