rack-action_logger 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (152) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +39 -4
  4. data/lib/rack/action_logger/emit_adapter.rb +12 -0
  5. data/lib/rack/action_logger/version.rb +1 -1
  6. data/lib/rack/action_logger.rb +0 -2
  7. data/rack-action_logger.gemspec +1 -1
  8. metadata +2 -145
  9. data/docs/action_log.png +0 -0
  10. data/docs/attributed_log.png +0 -0
  11. data/docs/request_log.png +0 -0
  12. data/docs/sample_log.png +0 -0
  13. data/example/rails4/.generators +0 -8
  14. data/example/rails4/.gitignore +0 -48
  15. data/example/rails4/.rakeTasks +0 -7
  16. data/example/rails4/Gemfile +0 -53
  17. data/example/rails4/Gemfile.lock +0 -192
  18. data/example/rails4/README.rdoc +0 -28
  19. data/example/rails4/Rakefile +0 -6
  20. data/example/rails4/app/assets/images/.keep +0 -0
  21. data/example/rails4/app/assets/javascripts/application.js +0 -16
  22. data/example/rails4/app/assets/javascripts/hello.coffee +0 -3
  23. data/example/rails4/app/assets/stylesheets/application.css +0 -15
  24. data/example/rails4/app/assets/stylesheets/hello.scss +0 -3
  25. data/example/rails4/app/controllers/application_controller.rb +0 -7
  26. data/example/rails4/app/controllers/concerns/.keep +0 -0
  27. data/example/rails4/app/controllers/hello_controller.rb +0 -6
  28. data/example/rails4/app/helpers/application_helper.rb +0 -2
  29. data/example/rails4/app/helpers/hello_helper.rb +0 -2
  30. data/example/rails4/app/mailers/.keep +0 -0
  31. data/example/rails4/app/models/.keep +0 -0
  32. data/example/rails4/app/models/concerns/.keep +0 -0
  33. data/example/rails4/app/views/hello/index.html.erb +0 -2
  34. data/example/rails4/app/views/layouts/application.html.erb +0 -14
  35. data/example/rails4/bin/bundle +0 -3
  36. data/example/rails4/bin/rails +0 -4
  37. data/example/rails4/bin/rake +0 -4
  38. data/example/rails4/bin/rspec +0 -17
  39. data/example/rails4/bin/setup +0 -29
  40. data/example/rails4/config/application.rb +0 -37
  41. data/example/rails4/config/boot.rb +0 -3
  42. data/example/rails4/config/database.yml +0 -25
  43. data/example/rails4/config/environment.rb +0 -5
  44. data/example/rails4/config/environments/development.rb +0 -41
  45. data/example/rails4/config/environments/production.rb +0 -79
  46. data/example/rails4/config/environments/test.rb +0 -42
  47. data/example/rails4/config/initializers/assets.rb +0 -11
  48. data/example/rails4/config/initializers/backtrace_silencers.rb +0 -7
  49. data/example/rails4/config/initializers/cookies_serializer.rb +0 -3
  50. data/example/rails4/config/initializers/filter_parameter_logging.rb +0 -4
  51. data/example/rails4/config/initializers/fluent_logger.rb +0 -1
  52. data/example/rails4/config/initializers/inflections.rb +0 -16
  53. data/example/rails4/config/initializers/mime_types.rb +0 -4
  54. data/example/rails4/config/initializers/rack-action_logger.rb +0 -6
  55. data/example/rails4/config/initializers/session_store.rb +0 -3
  56. data/example/rails4/config/initializers/wrap_parameters.rb +0 -14
  57. data/example/rails4/config/locales/en.yml +0 -23
  58. data/example/rails4/config/routes.rb +0 -3
  59. data/example/rails4/config/secrets.yml +0 -22
  60. data/example/rails4/config.ru +0 -4
  61. data/example/rails4/db/schema.rb +0 -16
  62. data/example/rails4/db/seeds.rb +0 -7
  63. data/example/rails4/lib/assets/.keep +0 -0
  64. data/example/rails4/lib/tasks/.keep +0 -0
  65. data/example/rails4/public/404.html +0 -67
  66. data/example/rails4/public/422.html +0 -67
  67. data/example/rails4/public/500.html +0 -66
  68. data/example/rails4/public/favicon.ico +0 -0
  69. data/example/rails4/public/robots.txt +0 -5
  70. data/example/rails4/spec/controllers/hello_controller_spec.rb +0 -10
  71. data/example/rails4/spec/rails_helper.rb +0 -57
  72. data/example/rails4/spec/spec_helper.rb +0 -99
  73. data/example/rails4/vendor/assets/javascripts/.keep +0 -0
  74. data/example/rails4/vendor/assets/stylesheets/.keep +0 -0
  75. data/example/rails5/.generators +0 -8
  76. data/example/rails5/.gitignore +0 -48
  77. data/example/rails5/.rakeTasks +0 -7
  78. data/example/rails5/Gemfile +0 -54
  79. data/example/rails5/Gemfile.lock +0 -205
  80. data/example/rails5/README.md +0 -24
  81. data/example/rails5/Rakefile +0 -6
  82. data/example/rails5/app/assets/config/manifest.js +0 -3
  83. data/example/rails5/app/assets/images/.keep +0 -0
  84. data/example/rails5/app/assets/javascripts/application.js +0 -16
  85. data/example/rails5/app/assets/javascripts/cable.js +0 -13
  86. data/example/rails5/app/assets/javascripts/channels/.keep +0 -0
  87. data/example/rails5/app/assets/javascripts/hello.coffee +0 -3
  88. data/example/rails5/app/assets/stylesheets/application.css +0 -15
  89. data/example/rails5/app/assets/stylesheets/hello.scss +0 -3
  90. data/example/rails5/app/channels/application_cable/channel.rb +0 -4
  91. data/example/rails5/app/channels/application_cable/connection.rb +0 -4
  92. data/example/rails5/app/controllers/application_controller.rb +0 -5
  93. data/example/rails5/app/controllers/concerns/.keep +0 -0
  94. data/example/rails5/app/controllers/hello_controller.rb +0 -6
  95. data/example/rails5/app/helpers/application_helper.rb +0 -2
  96. data/example/rails5/app/helpers/hello_helper.rb +0 -2
  97. data/example/rails5/app/jobs/application_job.rb +0 -2
  98. data/example/rails5/app/mailers/application_mailer.rb +0 -4
  99. data/example/rails5/app/models/application_record.rb +0 -3
  100. data/example/rails5/app/models/concerns/.keep +0 -0
  101. data/example/rails5/app/views/hello/index.html.erb +0 -2
  102. data/example/rails5/app/views/layouts/application.html.erb +0 -14
  103. data/example/rails5/app/views/layouts/mailer.html.erb +0 -13
  104. data/example/rails5/app/views/layouts/mailer.text.erb +0 -1
  105. data/example/rails5/bin/bundle +0 -3
  106. data/example/rails5/bin/rails +0 -4
  107. data/example/rails5/bin/rake +0 -17
  108. data/example/rails5/bin/rspec +0 -17
  109. data/example/rails5/bin/setup +0 -34
  110. data/example/rails5/bin/update +0 -29
  111. data/example/rails5/config/application.rb +0 -13
  112. data/example/rails5/config/boot.rb +0 -3
  113. data/example/rails5/config/cable.yml +0 -9
  114. data/example/rails5/config/database.yml +0 -25
  115. data/example/rails5/config/environment.rb +0 -5
  116. data/example/rails5/config/environments/development.rb +0 -54
  117. data/example/rails5/config/environments/production.rb +0 -86
  118. data/example/rails5/config/environments/test.rb +0 -42
  119. data/example/rails5/config/initializers/application_controller_renderer.rb +0 -6
  120. data/example/rails5/config/initializers/assets.rb +0 -11
  121. data/example/rails5/config/initializers/backtrace_silencers.rb +0 -7
  122. data/example/rails5/config/initializers/cookies_serializer.rb +0 -5
  123. data/example/rails5/config/initializers/filter_parameter_logging.rb +0 -4
  124. data/example/rails5/config/initializers/fluent_logger.rb +0 -1
  125. data/example/rails5/config/initializers/inflections.rb +0 -16
  126. data/example/rails5/config/initializers/mime_types.rb +0 -4
  127. data/example/rails5/config/initializers/new_framework_defaults.rb +0 -24
  128. data/example/rails5/config/initializers/rack-action_logger.rb +0 -6
  129. data/example/rails5/config/initializers/session_store.rb +0 -3
  130. data/example/rails5/config/initializers/wrap_parameters.rb +0 -14
  131. data/example/rails5/config/locales/en.yml +0 -23
  132. data/example/rails5/config/puma.rb +0 -47
  133. data/example/rails5/config/routes.rb +0 -3
  134. data/example/rails5/config/secrets.yml +0 -22
  135. data/example/rails5/config/spring.rb +0 -6
  136. data/example/rails5/config.ru +0 -5
  137. data/example/rails5/db/schema.rb +0 -15
  138. data/example/rails5/db/seeds.rb +0 -7
  139. data/example/rails5/lib/assets/.keep +0 -0
  140. data/example/rails5/lib/tasks/.keep +0 -0
  141. data/example/rails5/public/404.html +0 -67
  142. data/example/rails5/public/422.html +0 -67
  143. data/example/rails5/public/500.html +0 -66
  144. data/example/rails5/public/apple-touch-icon-precomposed.png +0 -0
  145. data/example/rails5/public/apple-touch-icon.png +0 -0
  146. data/example/rails5/public/favicon.ico +0 -0
  147. data/example/rails5/public/robots.txt +0 -5
  148. data/example/rails5/spec/controllers/hello_controller_spec.rb +0 -10
  149. data/example/rails5/spec/rails_helper.rb +0 -57
  150. data/example/rails5/spec/spec_helper.rb +0 -99
  151. data/example/rails5/vendor/assets/javascripts/.keep +0 -0
  152. data/example/rails5/vendor/assets/stylesheets/.keep +0 -0
@@ -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>
@@ -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
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/robotstxt.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,10 +0,0 @@
1
- require 'rails_helper'
2
-
3
- RSpec.describe HelloController, type: :controller do
4
- describe 'GET #index' do
5
- it 'returns http success' do
6
- get :index
7
- expect(response).to have_http_status(:success)
8
- end
9
- end
10
- end
@@ -1,57 +0,0 @@
1
- # This file is copied to spec/ when you run 'rails generate rspec:install'
2
- ENV['RAILS_ENV'] ||= 'test'
3
- require File.expand_path('../../config/environment', __FILE__)
4
- # Prevent database truncation if the environment is production
5
- abort("The Rails environment is running in production mode!") if Rails.env.production?
6
- require 'spec_helper'
7
- require 'rspec/rails'
8
- # Add additional requires below this line. Rails is not loaded until this point!
9
-
10
- # Requires supporting ruby files with custom matchers and macros, etc, in
11
- # spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
12
- # run as spec files by default. This means that files in spec/support that end
13
- # in _spec.rb will both be required and run as specs, causing the specs to be
14
- # run twice. It is recommended that you do not name files matching this glob to
15
- # end with _spec.rb. You can configure this pattern with the --pattern
16
- # option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
17
- #
18
- # The following line is provided for convenience purposes. It has the downside
19
- # of increasing the boot-up time by auto-requiring all files in the support
20
- # directory. Alternatively, in the individual `*_spec.rb` files, manually
21
- # require only the support files necessary.
22
- #
23
- # Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
24
-
25
- # Checks for pending migration and applies them before tests are run.
26
- # If you are not using ActiveRecord, you can remove this line.
27
- ActiveRecord::Migration.maintain_test_schema!
28
-
29
- RSpec.configure do |config|
30
- # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
31
- config.fixture_path = "#{::Rails.root}/spec/fixtures"
32
-
33
- # If you're not using ActiveRecord, or you'd prefer not to run each of your
34
- # examples within a transaction, remove the following line or assign false
35
- # instead of true.
36
- config.use_transactional_fixtures = true
37
-
38
- # RSpec Rails can automatically mix in different behaviours to your tests
39
- # based on their file location, for example enabling you to call `get` and
40
- # `post` in specs under `spec/controllers`.
41
- #
42
- # You can disable this behaviour by removing the line below, and instead
43
- # explicitly tag your specs with their type, e.g.:
44
- #
45
- # RSpec.describe UsersController, :type => :controller do
46
- # # ...
47
- # end
48
- #
49
- # The different available types are documented in the features, such as in
50
- # https://relishapp.com/rspec/rspec-rails/docs
51
- config.infer_spec_type_from_file_location!
52
-
53
- # Filter lines from Rails gems in backtraces.
54
- config.filter_rails_from_backtrace!
55
- # arbitrary gems may also be filtered via:
56
- # config.filter_gems_from_backtrace("gem name")
57
- end
@@ -1,99 +0,0 @@
1
- # This file was generated by the `rails generate rspec:install` command. Conventionally, all
2
- # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3
- # The generated `.rspec` file contains `--require spec_helper` which will cause
4
- # this file to always be loaded, without a need to explicitly require it in any
5
- # files.
6
- #
7
- # Given that it is always loaded, you are encouraged to keep this file as
8
- # light-weight as possible. Requiring heavyweight dependencies from this file
9
- # will add to the boot time of your test suite on EVERY test run, even for an
10
- # individual file that may not need all of that loaded. Instead, consider making
11
- # a separate helper file that requires the additional dependencies and performs
12
- # the additional setup, and require it from the spec files that actually need
13
- # it.
14
- #
15
- # The `.rspec` file also contains a few flags that are not defaults but that
16
- # users commonly want.
17
- #
18
- # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
19
- RSpec.configure do |config|
20
- # rspec-expectations config goes here. You can use an alternate
21
- # assertion/expectation library such as wrong or the stdlib/minitest
22
- # assertions if you prefer.
23
- config.expect_with :rspec do |expectations|
24
- # This option will default to `true` in RSpec 4. It makes the `description`
25
- # and `failure_message` of custom matchers include text for helper methods
26
- # defined using `chain`, e.g.:
27
- # be_bigger_than(2).and_smaller_than(4).description
28
- # # => "be bigger than 2 and smaller than 4"
29
- # ...rather than:
30
- # # => "be bigger than 2"
31
- expectations.include_chain_clauses_in_custom_matcher_descriptions = true
32
- end
33
-
34
- # rspec-mocks config goes here. You can use an alternate test double
35
- # library (such as bogus or mocha) by changing the `mock_with` option here.
36
- config.mock_with :rspec do |mocks|
37
- # Prevents you from mocking or stubbing a method that does not exist on
38
- # a real object. This is generally recommended, and will default to
39
- # `true` in RSpec 4.
40
- mocks.verify_partial_doubles = true
41
- end
42
-
43
- # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
44
- # have no way to turn it off -- the option exists only for backwards
45
- # compatibility in RSpec 3). It causes shared context metadata to be
46
- # inherited by the metadata hash of host groups and examples, rather than
47
- # triggering implicit auto-inclusion in groups with matching metadata.
48
- config.shared_context_metadata_behavior = :apply_to_host_groups
49
-
50
- # The settings below are suggested to provide a good initial experience
51
- # with RSpec, but feel free to customize to your heart's content.
52
- =begin
53
- # This allows you to limit a spec run to individual examples or groups
54
- # you care about by tagging them with `:focus` metadata. When nothing
55
- # is tagged with `:focus`, all examples get run. RSpec also provides
56
- # aliases for `it`, `describe`, and `context` that include `:focus`
57
- # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
58
- config.filter_run_when_matching :focus
59
-
60
- # Allows RSpec to persist some state between runs in order to support
61
- # the `--only-failures` and `--next-failure` CLI options. We recommend
62
- # you configure your source control system to ignore this file.
63
- config.example_status_persistence_file_path = "spec/examples.txt"
64
-
65
- # Limits the available syntax to the non-monkey patched syntax that is
66
- # recommended. For more details, see:
67
- # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
68
- # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
69
- # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
70
- config.disable_monkey_patching!
71
-
72
- # Many RSpec users commonly either run the entire suite or an individual
73
- # file, and it's useful to allow more verbose output when running an
74
- # individual spec file.
75
- if config.files_to_run.one?
76
- # Use the documentation formatter for detailed output,
77
- # unless a formatter has already been configured
78
- # (e.g. via a command-line flag).
79
- config.default_formatter = 'doc'
80
- end
81
-
82
- # Print the 10 slowest examples and example groups at the
83
- # end of the spec run, to help surface which specs are running
84
- # particularly slow.
85
- config.profile_examples = 10
86
-
87
- # Run specs in random order to surface order dependencies. If you find an
88
- # order dependency and want to debug it, you can fix the order by providing
89
- # the seed, which is printed after each run.
90
- # --seed 1234
91
- config.order = :random
92
-
93
- # Seed global randomization in this process using the `--seed` CLI option.
94
- # Setting this allows you to use `--seed` to deterministically reproduce
95
- # test failures related to randomization by passing the same `--seed` value
96
- # as the one that triggered the failure.
97
- Kernel.srand config.seed
98
- =end
99
- end
File without changes
File without changes
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Settings><!--This file was automatically generated by Ruby plugin.
3
- You are allowed to:
4
- 1. Reorder generators
5
- 2. Remove generators
6
- 3. Add installed generators
7
- To add new installed generators automatically delete this file and reload the project.
8
- --><GeneratorsGroup><Generator name="assets" /><Generator name="channel" /><Generator name="coffee:assets" /><Generator name="controller" /><Generator name="generator" /><Generator name="helper" /><Generator name="integration_test" /><Generator name="jbuilder" /><Generator name="job" /><Generator name="js:assets" /><Generator name="mailer" /><Generator name="migration" /><Generator name="model" /><Generator name="resource" /><Generator name="scaffold" /><Generator name="scaffold_controller" /><Generator name="task" /><Generator name="test_unit:generator" /><Generator name="test_unit:plugin" /></GeneratorsGroup></Settings>
@@ -1,48 +0,0 @@
1
-
2
- # Created by https://www.gitignore.io/api/rails
3
-
4
- ### Rails ###
5
- *.rbc
6
- capybara-*.html
7
- .rspec
8
- /log
9
- /tmp
10
- /db/*.sqlite3
11
- /db/*.sqlite3-journal
12
- /public/system
13
- /coverage/
14
- /spec/tmp
15
- **.orig
16
- rerun.txt
17
- pickle-email-*.html
18
-
19
- # TODO Comment out this rule if you are OK with secrets being uploaded to the repo
20
- config/initializers/secret_token.rb
21
-
22
- # Only include if you have production secrets in this file, which is no longer a Rails default
23
- # config/secrets.yml
24
-
25
- # dotenv
26
- # TODO Comment out this rule if environment variables can be committed
27
- .env
28
-
29
- ## Environment normalization:
30
- /.bundle
31
- /vendor/bundle
32
-
33
- # these should all be checked in to normalize the environment:
34
- # Gemfile.lock, .ruby-version, .ruby-gemset
35
-
36
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
37
- .rvmrc
38
-
39
- # if using bower-rails ignore default bower_components path bower.json files
40
- /vendor/assets/bower_components
41
- *.bowerrc
42
- bower.json
43
-
44
- # Ignore pow environment settings
45
- .powenv
46
-
47
- # Ignore Byebug command history file.
48
- .byebug_history
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Settings><!--This file was automatically generated by Ruby plugin.
3
- You are allowed to:
4
- 1. Remove rake task
5
- 2. Add existing rake tasks
6
- To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
@@ -1,54 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Install developed gem
4
- gem 'rack-action_logger', path: '../..'
5
-
6
- gem 'fluent-logger'
7
-
8
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9
- gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
10
- # Use sqlite3 as the database for Active Record
11
- gem 'sqlite3'
12
- # Use Puma as the app server
13
- gem 'puma', '~> 3.0'
14
- # Use SCSS for stylesheets
15
- gem 'sass-rails', '~> 5.0'
16
- # Use Uglifier as compressor for JavaScript assets
17
- gem 'uglifier', '>= 1.3.0'
18
- # Use CoffeeScript for .coffee assets and views
19
- gem 'coffee-rails', '~> 4.2'
20
- # See https://github.com/rails/execjs#readme for more supported runtimes
21
- # gem 'therubyracer', platforms: :ruby
22
-
23
- # Use jquery as the JavaScript library
24
- gem 'jquery-rails'
25
- # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
26
- gem 'turbolinks', '~> 5'
27
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
28
- gem 'jbuilder', '~> 2.5'
29
- # Use Redis adapter to run Action Cable in production
30
- # gem 'redis', '~> 3.0'
31
- # Use ActiveModel has_secure_password
32
- # gem 'bcrypt', '~> 3.1.7'
33
-
34
- # Use Capistrano for deployment
35
- # gem 'capistrano-rails', group: :development
36
-
37
- group :development, :test do
38
- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
39
- gem 'byebug', platform: :mri
40
-
41
- gem 'rspec-rails'
42
- end
43
-
44
- group :development do
45
- # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
46
- gem 'web-console'
47
- gem 'listen', '~> 3.0.5'
48
- # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
49
- gem 'spring'
50
- gem 'spring-watcher-listen', '~> 2.0.0'
51
- end
52
-
53
- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
54
- gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
@@ -1,205 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- rack-action_logger (0.1.0)
5
- activesupport
6
- fluent-logger (~> 0.5)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.0.0.1)
12
- actionpack (= 5.0.0.1)
13
- nio4r (~> 1.2)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.0.1)
16
- actionpack (= 5.0.0.1)
17
- actionview (= 5.0.0.1)
18
- activejob (= 5.0.0.1)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.0.0.1)
22
- actionview (= 5.0.0.1)
23
- activesupport (= 5.0.0.1)
24
- rack (~> 2.0)
25
- rack-test (~> 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.0.1)
29
- activesupport (= 5.0.0.1)
30
- builder (~> 3.1)
31
- erubis (~> 2.7.0)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- activejob (5.0.0.1)
35
- activesupport (= 5.0.0.1)
36
- globalid (>= 0.3.6)
37
- activemodel (5.0.0.1)
38
- activesupport (= 5.0.0.1)
39
- activerecord (5.0.0.1)
40
- activemodel (= 5.0.0.1)
41
- activesupport (= 5.0.0.1)
42
- arel (~> 7.0)
43
- activesupport (5.0.0.1)
44
- concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (~> 0.7)
46
- minitest (~> 5.1)
47
- tzinfo (~> 1.1)
48
- arel (7.1.4)
49
- builder (3.2.2)
50
- byebug (9.0.6)
51
- coffee-rails (4.2.1)
52
- coffee-script (>= 2.2.0)
53
- railties (>= 4.0.0, < 5.2.x)
54
- coffee-script (2.4.1)
55
- coffee-script-source
56
- execjs
57
- coffee-script-source (1.10.0)
58
- concurrent-ruby (1.0.2)
59
- debug_inspector (0.0.2)
60
- diff-lcs (1.2.5)
61
- erubis (2.7.0)
62
- execjs (2.7.0)
63
- ffi (1.9.14)
64
- fluent-logger (0.6.1)
65
- msgpack (>= 0.5.6, < 2)
66
- globalid (0.3.7)
67
- activesupport (>= 4.1.0)
68
- i18n (0.7.0)
69
- jbuilder (2.6.0)
70
- activesupport (>= 3.0.0, < 5.1)
71
- multi_json (~> 1.2)
72
- jquery-rails (4.2.1)
73
- rails-dom-testing (>= 1, < 3)
74
- railties (>= 4.2.0)
75
- thor (>= 0.14, < 2.0)
76
- listen (3.0.8)
77
- rb-fsevent (~> 0.9, >= 0.9.4)
78
- rb-inotify (~> 0.9, >= 0.9.7)
79
- loofah (2.0.3)
80
- nokogiri (>= 1.5.9)
81
- mail (2.6.4)
82
- mime-types (>= 1.16, < 4)
83
- method_source (0.8.2)
84
- mime-types (3.1)
85
- mime-types-data (~> 3.2015)
86
- mime-types-data (3.2016.0521)
87
- mini_portile2 (2.1.0)
88
- minitest (5.9.1)
89
- msgpack (1.0.2)
90
- multi_json (1.12.1)
91
- nio4r (1.2.1)
92
- nokogiri (1.6.8.1)
93
- mini_portile2 (~> 2.1.0)
94
- puma (3.6.0)
95
- rack (2.0.1)
96
- rack-test (0.6.3)
97
- rack (>= 1.0)
98
- rails (5.0.0.1)
99
- actioncable (= 5.0.0.1)
100
- actionmailer (= 5.0.0.1)
101
- actionpack (= 5.0.0.1)
102
- actionview (= 5.0.0.1)
103
- activejob (= 5.0.0.1)
104
- activemodel (= 5.0.0.1)
105
- activerecord (= 5.0.0.1)
106
- activesupport (= 5.0.0.1)
107
- bundler (>= 1.3.0, < 2.0)
108
- railties (= 5.0.0.1)
109
- sprockets-rails (>= 2.0.0)
110
- rails-dom-testing (2.0.1)
111
- activesupport (>= 4.2.0, < 6.0)
112
- nokogiri (~> 1.6.0)
113
- rails-html-sanitizer (1.0.3)
114
- loofah (~> 2.0)
115
- railties (5.0.0.1)
116
- actionpack (= 5.0.0.1)
117
- activesupport (= 5.0.0.1)
118
- method_source
119
- rake (>= 0.8.7)
120
- thor (>= 0.18.1, < 2.0)
121
- rake (11.3.0)
122
- rb-fsevent (0.9.8)
123
- rb-inotify (0.9.7)
124
- ffi (>= 0.5.0)
125
- rspec-core (3.5.4)
126
- rspec-support (~> 3.5.0)
127
- rspec-expectations (3.5.0)
128
- diff-lcs (>= 1.2.0, < 2.0)
129
- rspec-support (~> 3.5.0)
130
- rspec-mocks (3.5.0)
131
- diff-lcs (>= 1.2.0, < 2.0)
132
- rspec-support (~> 3.5.0)
133
- rspec-rails (3.5.2)
134
- actionpack (>= 3.0)
135
- activesupport (>= 3.0)
136
- railties (>= 3.0)
137
- rspec-core (~> 3.5.0)
138
- rspec-expectations (~> 3.5.0)
139
- rspec-mocks (~> 3.5.0)
140
- rspec-support (~> 3.5.0)
141
- rspec-support (3.5.0)
142
- sass (3.4.22)
143
- sass-rails (5.0.6)
144
- railties (>= 4.0.0, < 6)
145
- sass (~> 3.1)
146
- sprockets (>= 2.8, < 4.0)
147
- sprockets-rails (>= 2.0, < 4.0)
148
- tilt (>= 1.1, < 3)
149
- spring (2.0.0)
150
- activesupport (>= 4.2)
151
- spring-watcher-listen (2.0.1)
152
- listen (>= 2.7, < 4.0)
153
- spring (>= 1.2, < 3.0)
154
- sprockets (3.7.0)
155
- concurrent-ruby (~> 1.0)
156
- rack (> 1, < 3)
157
- sprockets-rails (3.2.0)
158
- actionpack (>= 4.0)
159
- activesupport (>= 4.0)
160
- sprockets (>= 3.0.0)
161
- sqlite3 (1.3.12)
162
- thor (0.19.1)
163
- thread_safe (0.3.5)
164
- tilt (2.0.5)
165
- turbolinks (5.0.1)
166
- turbolinks-source (~> 5)
167
- turbolinks-source (5.0.0)
168
- tzinfo (1.2.2)
169
- thread_safe (~> 0.1)
170
- uglifier (3.0.3)
171
- execjs (>= 0.3.0, < 3)
172
- web-console (3.4.0)
173
- actionview (>= 5.0)
174
- activemodel (>= 5.0)
175
- debug_inspector
176
- railties (>= 5.0)
177
- websocket-driver (0.6.4)
178
- websocket-extensions (>= 0.1.0)
179
- websocket-extensions (0.1.2)
180
-
181
- PLATFORMS
182
- ruby
183
-
184
- DEPENDENCIES
185
- byebug
186
- coffee-rails (~> 4.2)
187
- fluent-logger
188
- jbuilder (~> 2.5)
189
- jquery-rails
190
- listen (~> 3.0.5)
191
- puma (~> 3.0)
192
- rack-action_logger!
193
- rails (~> 5.0.0, >= 5.0.0.1)
194
- rspec-rails
195
- sass-rails (~> 5.0)
196
- spring
197
- spring-watcher-listen (~> 2.0.0)
198
- sqlite3
199
- turbolinks (~> 5)
200
- tzinfo-data
201
- uglifier (>= 1.3.0)
202
- web-console
203
-
204
- BUNDLED WITH
205
- 1.13.6
@@ -1,24 +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
- * ...
@@ -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_relative 'config/application'
5
-
6
- Rails.application.load_tasks
@@ -1,3 +0,0 @@
1
- //= link_tree ../images
2
- //= link_directory ../javascripts .js
3
- //= link_directory ../stylesheets .css
File without changes