.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/PULL_REQUEST_TEMPLATE/gem_release_template.md | |
|
|
.github/pull_request_template.md | |
|
|
.github/workflows/main.yml | |
|
|
.github/workflows/push_gem.yml | |
|
|
.gitignore | |
|
|
.rubocop.yml | |
|
|
.yardopts | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
SECURITY.md | |
|
|
lib/generators/pundit/install/USAGE | |
|
|
lib/generators/pundit/install/install_generator.rb | 10 | A 0 mins | A 100% |
lib/generators/pundit/install/templates/application_policy.rb.tt | |
|
|
lib/generators/pundit/policy/USAGE | |
|
|
lib/generators/pundit/policy/policy_generator.rb | 11 | A 0 mins | A 100% |
lib/generators/pundit/policy/templates/policy.rb.tt | |
|
|
lib/generators/rspec/policy_generator.rb | 10 | A 0 mins |
|
lib/generators/rspec/templates/policy_spec.rb.tt | |
|
|
lib/generators/test_unit/policy_generator.rb | 10 | A 0 mins |
|
lib/generators/test_unit/templates/policy_test.rb.tt | |
|
|
lib/pundit.rb | 69 | A 25 mins | A 100% |
lib/pundit/authorization.rb | 75 | A 0 mins | A 100% |
lib/pundit/cache_store/legacy_store.rb | 13 | A 0 mins | A 100% |
lib/pundit/cache_store/null_store.rb | 13 | A 0 mins | A 100% |
lib/pundit/context.rb | 64 | A 25 mins | A 100% |
lib/pundit/policy_finder.rb | 62 | A 0 mins | A 100% |
lib/pundit/rspec.rb | 100 | A 0 mins | A 100% |
lib/pundit/version.rb | 3 | A 0 mins |
|
pundit.gemspec | |
|
|