json_errors 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7cdc3177ab2716955fe5b508b537af26376724b40b3a637d6ddf157b826a4526
4
+ data.tar.gz: 841367d8cab569af54ecea2abbfee47ebdfedd9fad0b4d72398e0eb8e20b5005
5
+ SHA512:
6
+ metadata.gz: e23778be3a5a40ebdbfe98efa22d1dd9f74c4e732827793d7f8ac8092da676ccedaed49336628bbc2ab3fd4dc1da237fe15f6f25702a53c185cf5d8b464959f1
7
+ data.tar.gz: 0fac03157c291d08b64d96406382186f637aa90e2c74634d05c7fc0af933be63640ac19fd850d1408f23776fe8746334be76cc26d2faa0babfceb189dfa98999
@@ -0,0 +1,19 @@
1
+ name: Ruby
2
+
3
+ on: [push,pull_request]
4
+
5
+ jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - name: Set up Ruby
11
+ uses: ruby/setup-ruby@v1
12
+ with:
13
+ ruby-version: 3.0.1
14
+ - name: Run the default task
15
+ run: |
16
+ gem install bundler -v 2.2.15
17
+ bundle install
18
+ bundle exec rake rubocop
19
+ bundle exec rake
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
12
+ workspace.code-workspace
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,12 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.0
3
+ NewCops: enable
4
+
5
+ Layout/LineLength:
6
+ Max: 120
7
+
8
+ Metrics/BlockLength:
9
+ Enabled: true
10
+ Exclude:
11
+ - spec/**/*
12
+ - config/**/*
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2021-07-21
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at l.pajak@nomtek.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in json_errors.gemspec
6
+ gemspec
7
+
8
+ gem 'pry', '~> 0.13.1'
9
+
10
+ gem 'rails', '~> 6.1.0'
11
+
12
+ gem 'rake', '~> 13.0'
13
+
14
+ gem 'rspec', '~> 3.0'
15
+ gem 'rspec-rails'
16
+
17
+ gem 'rubocop', '~> 1.7'
18
+ gem 'rubocop-rake'
19
+ gem 'rubocop-rspec'
data/Gemfile.lock ADDED
@@ -0,0 +1,201 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ json_errors (0.1.0)
5
+ activesupport (>= 4.2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.1.4)
11
+ actionpack (= 6.1.4)
12
+ activesupport (= 6.1.4)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (6.1.4)
16
+ actionpack (= 6.1.4)
17
+ activejob (= 6.1.4)
18
+ activerecord (= 6.1.4)
19
+ activestorage (= 6.1.4)
20
+ activesupport (= 6.1.4)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.1.4)
23
+ actionpack (= 6.1.4)
24
+ actionview (= 6.1.4)
25
+ activejob (= 6.1.4)
26
+ activesupport (= 6.1.4)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.1.4)
30
+ actionview (= 6.1.4)
31
+ activesupport (= 6.1.4)
32
+ rack (~> 2.0, >= 2.0.9)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (6.1.4)
37
+ actionpack (= 6.1.4)
38
+ activerecord (= 6.1.4)
39
+ activestorage (= 6.1.4)
40
+ activesupport (= 6.1.4)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.1.4)
43
+ activesupport (= 6.1.4)
44
+ builder (~> 3.1)
45
+ erubi (~> 1.4)
46
+ rails-dom-testing (~> 2.0)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.1.4)
49
+ activesupport (= 6.1.4)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.1.4)
52
+ activesupport (= 6.1.4)
53
+ activerecord (6.1.4)
54
+ activemodel (= 6.1.4)
55
+ activesupport (= 6.1.4)
56
+ activestorage (6.1.4)
57
+ actionpack (= 6.1.4)
58
+ activejob (= 6.1.4)
59
+ activerecord (= 6.1.4)
60
+ activesupport (= 6.1.4)
61
+ marcel (~> 1.0.0)
62
+ mini_mime (>= 1.1.0)
63
+ activesupport (6.1.4)
64
+ concurrent-ruby (~> 1.0, >= 1.0.2)
65
+ i18n (>= 1.6, < 2)
66
+ minitest (>= 5.1)
67
+ tzinfo (~> 2.0)
68
+ zeitwerk (~> 2.3)
69
+ ast (2.4.2)
70
+ builder (3.2.4)
71
+ coderay (1.1.3)
72
+ concurrent-ruby (1.1.9)
73
+ crass (1.0.6)
74
+ diff-lcs (1.4.4)
75
+ erubi (1.10.0)
76
+ globalid (0.4.2)
77
+ activesupport (>= 4.2.0)
78
+ i18n (1.8.10)
79
+ concurrent-ruby (~> 1.0)
80
+ loofah (2.10.0)
81
+ crass (~> 1.0.2)
82
+ nokogiri (>= 1.5.9)
83
+ mail (2.7.1)
84
+ mini_mime (>= 0.1.1)
85
+ marcel (1.0.1)
86
+ method_source (1.0.0)
87
+ mini_mime (1.1.0)
88
+ minitest (5.14.4)
89
+ nio4r (2.5.7)
90
+ nokogiri (1.11.7-x86_64-darwin)
91
+ racc (~> 1.4)
92
+ parallel (1.20.1)
93
+ parser (3.0.2.0)
94
+ ast (~> 2.4.1)
95
+ pry (0.13.1)
96
+ coderay (~> 1.1)
97
+ method_source (~> 1.0)
98
+ racc (1.5.2)
99
+ rack (2.2.3)
100
+ rack-test (1.1.0)
101
+ rack (>= 1.0, < 3)
102
+ rails (6.1.4)
103
+ actioncable (= 6.1.4)
104
+ actionmailbox (= 6.1.4)
105
+ actionmailer (= 6.1.4)
106
+ actionpack (= 6.1.4)
107
+ actiontext (= 6.1.4)
108
+ actionview (= 6.1.4)
109
+ activejob (= 6.1.4)
110
+ activemodel (= 6.1.4)
111
+ activerecord (= 6.1.4)
112
+ activestorage (= 6.1.4)
113
+ activesupport (= 6.1.4)
114
+ bundler (>= 1.15.0)
115
+ railties (= 6.1.4)
116
+ sprockets-rails (>= 2.0.0)
117
+ rails-dom-testing (2.0.3)
118
+ activesupport (>= 4.2.0)
119
+ nokogiri (>= 1.6)
120
+ rails-html-sanitizer (1.3.0)
121
+ loofah (~> 2.3)
122
+ railties (6.1.4)
123
+ actionpack (= 6.1.4)
124
+ activesupport (= 6.1.4)
125
+ method_source
126
+ rake (>= 0.13)
127
+ thor (~> 1.0)
128
+ rainbow (3.0.0)
129
+ rake (13.0.6)
130
+ regexp_parser (2.1.1)
131
+ rexml (3.2.5)
132
+ rspec (3.10.0)
133
+ rspec-core (~> 3.10.0)
134
+ rspec-expectations (~> 3.10.0)
135
+ rspec-mocks (~> 3.10.0)
136
+ rspec-core (3.10.1)
137
+ rspec-support (~> 3.10.0)
138
+ rspec-expectations (3.10.1)
139
+ diff-lcs (>= 1.2.0, < 2.0)
140
+ rspec-support (~> 3.10.0)
141
+ rspec-mocks (3.10.2)
142
+ diff-lcs (>= 1.2.0, < 2.0)
143
+ rspec-support (~> 3.10.0)
144
+ rspec-rails (4.0.2)
145
+ actionpack (>= 4.2)
146
+ activesupport (>= 4.2)
147
+ railties (>= 4.2)
148
+ rspec-core (~> 3.10)
149
+ rspec-expectations (~> 3.10)
150
+ rspec-mocks (~> 3.10)
151
+ rspec-support (~> 3.10)
152
+ rspec-support (3.10.2)
153
+ rubocop (1.18.3)
154
+ parallel (~> 1.10)
155
+ parser (>= 3.0.0.0)
156
+ rainbow (>= 2.2.2, < 4.0)
157
+ regexp_parser (>= 1.8, < 3.0)
158
+ rexml
159
+ rubocop-ast (>= 1.7.0, < 2.0)
160
+ ruby-progressbar (~> 1.7)
161
+ unicode-display_width (>= 1.4.0, < 3.0)
162
+ rubocop-ast (1.8.0)
163
+ parser (>= 3.0.1.1)
164
+ rubocop-rake (0.6.0)
165
+ rubocop (~> 1.0)
166
+ rubocop-rspec (2.4.0)
167
+ rubocop (~> 1.0)
168
+ rubocop-ast (>= 1.1.0)
169
+ ruby-progressbar (1.11.0)
170
+ sprockets (4.0.2)
171
+ concurrent-ruby (~> 1.0)
172
+ rack (> 1, < 3)
173
+ sprockets-rails (3.2.2)
174
+ actionpack (>= 4.0)
175
+ activesupport (>= 4.0)
176
+ sprockets (>= 3.0.0)
177
+ thor (1.1.0)
178
+ tzinfo (2.0.4)
179
+ concurrent-ruby (~> 1.0)
180
+ unicode-display_width (2.0.0)
181
+ websocket-driver (0.7.5)
182
+ websocket-extensions (>= 0.1.0)
183
+ websocket-extensions (0.1.5)
184
+ zeitwerk (2.4.2)
185
+
186
+ PLATFORMS
187
+ x86_64-darwin-19
188
+
189
+ DEPENDENCIES
190
+ json_errors!
191
+ pry (~> 0.13.1)
192
+ rails (~> 6.1.0)
193
+ rake (~> 13.0)
194
+ rspec (~> 3.0)
195
+ rspec-rails
196
+ rubocop (~> 1.7)
197
+ rubocop-rake
198
+ rubocop-rspec
199
+
200
+ BUNDLED WITH
201
+ 2.2.15
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Łukasz Pająk
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,151 @@
1
+ # JsonErrors
2
+
3
+ Welcome to Ruby on Rails gem for handling the JSON API errors.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'json_errors'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle install
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install json_errors
20
+
21
+ ___
22
+ ## Usage
23
+ ### Basic usage
24
+
25
+ First, run the `json_errors:install` generator:
26
+ ```
27
+ > rails g json_errors:install
28
+ create config/initializers/json_errors.rb
29
+ ```
30
+
31
+ It creates the initializer file with config. Check out the file and uncomment what you need.
32
+
33
+ Then include `JsonErrors::Rescuer` to your JSON API controller and start raising errors.
34
+ ```ruby
35
+ class UsersController < ApplicationController
36
+ include JsonErrors::Rescuer
37
+
38
+ def create
39
+ user = User.create!(params.require(:name))
40
+
41
+ head :created
42
+ end
43
+ end
44
+ ```
45
+ Be sure to use error throwing methods everywhere, like `create!`, `save!`, `find_by!`, etc. The gem will rescue from any exception and respond with a properly formatted JSON body with a custom error code.
46
+
47
+ No need for `rescue_from` or rendering the JSON error body. Every error is rescued, logged, formatted and rendered. The client application will receive a JSON body like this:
48
+
49
+ ```json
50
+ {
51
+ "code":1010,
52
+ "message":"The parameter 'name' is missing or value is empty",
53
+ "payload":[]
54
+ }
55
+ ```
56
+
57
+ ### Custom codes
58
+
59
+ The initializer file defines custom error codes and error dictionary:
60
+ ```ruby
61
+ JsonErrors.configure do |config|
62
+ config.custom_codes = {
63
+ general_error: { code: 1001, http_status: 500 },
64
+ not_found: { code: 1002, http_status: 404 },
65
+ database_error: { code: 1003, http_status: 500 },
66
+ parameter_missing: { code: 1010, http_status: 400 },
67
+ validation_failed: { code: 1020, http_status: 422 },
68
+ internal_server_error: { code: 1000, http_status: 500 }
69
+ }
70
+
71
+ config.error_dictionary = {
72
+ ActiveRecord::RecordInvalid => :validation_failed,
73
+ ActionController::ParameterMissing => :parameter_missing,
74
+ ActiveRecord::RecordNotFound => :not_found,
75
+ ActiveRecord::ActiveRecordError => :database_error,
76
+ StandardError => :internal_server_error
77
+ }
78
+ end
79
+ ```
80
+
81
+ The `custom_codes` hash assigns the error label to the error code and HTTP status code of the response.
82
+ So, the error labelled with `:general_error` will be considered as `1001` code under the HTTP `500 Internal Server Error` response.
83
+ Codes are customizable. They can be either numeric or string.
84
+
85
+ The `error_dictionary` hash defines what error classes are connected to which error codes.
86
+
87
+ You can create different custom codes and connect them to your error classes.
88
+ Lets say you have authentication and you want to respond with HTTP `403 Forbidden` whenever someone is unauthenticated. You can do it 2 ways:
89
+
90
+ ### **1. By handling custom error class**
91
+
92
+ Add new label to the `custom_codes`
93
+ ```ruby
94
+ unauthenticated: { code: 2001, http_status: 403 }
95
+ ```
96
+ and your error class to the `error_dictionary`:
97
+ ```ruby
98
+ Unauthenticated => :unauthenticated
99
+ ```
100
+
101
+ Then just raise the error while checking the authentication.
102
+
103
+ ```ruby
104
+ Unauthenticated = Class.new(StandardError)
105
+
106
+ raise Unauthenticated, 'Authentication needed'
107
+ ```
108
+
109
+
110
+ ### **2. By raising error by label**
111
+ Add new label to the `custom_codes`
112
+ ```ruby
113
+ unauthenticated: { code: 2001, http_status: 403 }
114
+ ```
115
+ Then just raise the error while checking the authentication.
116
+
117
+ ```ruby
118
+ raise JsonErrors::ApplicationError.unauthenticated('Authentication needed')
119
+ ```
120
+
121
+ Both cases you will get the HTTP `403 Forbidden` response with JSON formatted body:
122
+
123
+ ```json
124
+ {
125
+ "code":2001,
126
+ "message":"Authentication needed",
127
+ "payload":[]
128
+ }
129
+ ```
130
+ ___
131
+
132
+ ## Development
133
+
134
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
135
+
136
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
137
+
138
+ ___
139
+ ## Contributing
140
+
141
+ Bug reports and pull requests are welcome on GitHub at https://github.com/nomtek/json_errors. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/nomtek/json_errors/blob/main/CODE_OF_CONDUCT.md).
142
+
143
+ ___
144
+ ## License
145
+
146
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
147
+
148
+ ___
149
+ ## Code of Conduct
150
+
151
+ Everyone interacting in the JsonErrors project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/nomtek/json_errors/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require 'rubocop/rake_task'
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'bundler/setup'
5
+ require 'json_errors'
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require 'irb'
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lib/json_errors/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'json_errors'
7
+ spec.version = JsonErrors::VERSION
8
+ spec.authors = ['Łukasz Pająk', 'Nomtek']
9
+ spec.email = ['l.pajak@nomtek.com']
10
+
11
+ spec.summary = 'RoR JSON API errors handling gem'
12
+ spec.description = 'Ruby on Rails gem for handling errors in the JSON API'
13
+ spec.homepage = 'https://github.com/nomtek/JsonErrors'
14
+ spec.license = 'MIT'
15
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.0.0')
16
+
17
+ spec.metadata['homepage_uri'] = spec.homepage
18
+ spec.metadata['source_code_uri'] = 'https://github.com/nomtek/JsonErrors'
19
+ spec.metadata['changelog_uri'] = 'https://github.com/nomtek/JsonErrors/CHANGELOG.md'
20
+
21
+ # Specify which files should be added to the gem when it is released.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
25
+ end
26
+ spec.bindir = 'exe'
27
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
28
+ spec.require_paths = ['lib']
29
+
30
+ spec.add_dependency 'activesupport', '>= 4.2.0'
31
+
32
+ # For more information and examples about making a new gem, checkout our
33
+ # guide at: https://bundler.io/guides/creating_gem.html
34
+ end
@@ -0,0 +1,8 @@
1
+ Description:
2
+ It creates initializer file with basic config.
3
+
4
+ Example:
5
+ rails generate json_errors:install
6
+
7
+ This will create:
8
+ config/initializers/json_errors.rb
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'rails/generators'
4
+
5
+ module JsonErrors
6
+ module Generators
7
+ # Main generator class
8
+ class InstallGenerator < Rails::Generators::Base
9
+ source_root File.expand_path('templates', __dir__)
10
+
11
+ def create_initializer_file
12
+ copy_file 'json_errors.rb', 'config/initializers/json_errors.rb'
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+
3
+ JsonErrors.configure do |config|
4
+ config.custom_codes = {
5
+ # general_error: { code: 1001, http_status: 500 },
6
+ # not_found: { code: 1002, http_status: 404 },
7
+ # database_error: { code: 1003, http_status: 500 },
8
+ # parameter_missing: { code: 1010, http_status: 400 },
9
+ # validation_failed: { code: 1020, http_status: 422 },
10
+ internal_server_error: { code: 1000, http_status: 500 }
11
+ }
12
+
13
+ config.error_dictionary = {
14
+ # Uncomment the following lines according to needs.
15
+ # They are caught and rescued in a cascade manned top to bottom.
16
+
17
+ # ActiveRecord::RecordInvalid => :validation_failed,
18
+ # ActionController::ParameterMissing => :parameter_missing,
19
+ # ActiveRecord::RecordNotFound => :not_found,
20
+ # ActiveRecord::ActiveRecordError => :database_error,
21
+ StandardError => :internal_server_error
22
+ }
23
+ end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'json_errors/version'
4
+ require_relative 'json_errors/config'
5
+ require_relative 'json_errors/application_error'
6
+ require_relative 'json_errors/rescuer'
7
+
8
+ # Main module
9
+ module JsonErrors
10
+ def self.configure
11
+ yield(config)
12
+ end
13
+
14
+ def self.config
15
+ Config.instance
16
+ end
17
+ end
@@ -0,0 +1,58 @@
1
+ # frozen_string_literal: true
2
+
3
+ module JsonErrors
4
+ # Main error class to be rescued from
5
+ class ApplicationError < StandardError
6
+ attr_reader :code, :payload
7
+
8
+ def initialize(msg, name, payload = [])
9
+ raise 'Wrong name' unless name.in?(codes.keys)
10
+
11
+ @code = codes[name][:code]
12
+ @name = name
13
+ @payload = payload
14
+ super(msg)
15
+ end
16
+
17
+ def self.method_missing(name, *args)
18
+ error = args.first
19
+ return super if error.nil?
20
+ return super unless name.in?(codes.keys)
21
+ return new(error.to_s, name) unless error.respond_to?(:record)
22
+
23
+ validation_payload = []
24
+ error.record.errors.each do |key, messages|
25
+ validation_payload << { key => messages }
26
+ end
27
+ new(error.to_s, name, validation_payload)
28
+ end
29
+
30
+ def self.respond_to_missing?(name, _respond_to_private = false)
31
+ name.in?(codes.keys) || super
32
+ end
33
+
34
+ def self.codes
35
+ JsonErrors.config.custom_codes
36
+ end
37
+
38
+ def to_json(_options = nil)
39
+ {
40
+ code: code,
41
+ message: message,
42
+ payload: payload
43
+ }.to_json
44
+ end
45
+
46
+ def http_status
47
+ codes[name][:http_status]
48
+ end
49
+
50
+ private
51
+
52
+ attr_reader :name
53
+
54
+ def codes
55
+ self.class.codes
56
+ end
57
+ end
58
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'singleton'
4
+
5
+ module JsonErrors
6
+ class Config
7
+ include Singleton
8
+
9
+ attr_accessor :error_dictionary, :custom_codes
10
+ end
11
+ end
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'active_support'
4
+
5
+ module JsonErrors
6
+ # Main concern module to be included to the controller
7
+ module Rescuer
8
+ extend ActiveSupport::Concern
9
+
10
+ included do
11
+ error_dictionary = JsonErrors.config.error_dictionary
12
+ error_dictionary.keys.reverse.each do |error_class|
13
+ rescue_from error_class do |error|
14
+ log_error(error)
15
+ render_error ApplicationError.send(error_dictionary[error_class], error)
16
+ end
17
+ end
18
+
19
+ rescue_from ApplicationError do |error|
20
+ log_error(error)
21
+ render_error(error)
22
+ end
23
+ end
24
+
25
+ def render_error(error)
26
+ render json: error, status: error.http_status
27
+ end
28
+
29
+ def log_error(error)
30
+ Rails.logger.error "#{error.class}: #{error}"
31
+ Rails.logger.debug error.backtrace.join("\n")
32
+ end
33
+ end
34
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module JsonErrors
4
+ VERSION = '0.1.0'
5
+ end
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: json_errors
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Łukasz Pająk
8
+ - Nomtek
9
+ autorequire:
10
+ bindir: exe
11
+ cert_chain: []
12
+ date: 2021-07-27 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: activesupport
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: 4.2.0
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: 4.2.0
28
+ description: Ruby on Rails gem for handling errors in the JSON API
29
+ email:
30
+ - l.pajak@nomtek.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ".github/workflows/main.yml"
36
+ - ".gitignore"
37
+ - ".rspec"
38
+ - ".rubocop.yml"
39
+ - CHANGELOG.md
40
+ - CODE_OF_CONDUCT.md
41
+ - Gemfile
42
+ - Gemfile.lock
43
+ - LICENSE.txt
44
+ - README.md
45
+ - Rakefile
46
+ - bin/console
47
+ - bin/setup
48
+ - json_errors.gemspec
49
+ - lib/generators/json_errors/install/USAGE
50
+ - lib/generators/json_errors/install/install_generator.rb
51
+ - lib/generators/json_errors/install/templates/json_errors.rb
52
+ - lib/json_errors.rb
53
+ - lib/json_errors/application_error.rb
54
+ - lib/json_errors/config.rb
55
+ - lib/json_errors/rescuer.rb
56
+ - lib/json_errors/version.rb
57
+ homepage: https://github.com/nomtek/JsonErrors
58
+ licenses:
59
+ - MIT
60
+ metadata:
61
+ homepage_uri: https://github.com/nomtek/JsonErrors
62
+ source_code_uri: https://github.com/nomtek/JsonErrors
63
+ changelog_uri: https://github.com/nomtek/JsonErrors/CHANGELOG.md
64
+ post_install_message:
65
+ rdoc_options: []
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.0.0
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ requirements: []
79
+ rubygems_version: 3.2.15
80
+ signing_key:
81
+ specification_version: 4
82
+ summary: RoR JSON API errors handling gem
83
+ test_files: []