.codeclimate.json | |
|
|
.editorconfig | |
|
|
.githooks/pre-commit | |
|
|
.github/FUNDING.yml | |
|
|
.github/workflows/pipeline.yml | |
|
|
.gitignore | |
|
|
.prettierignore | |
|
|
.prettierrc.json | |
|
|
.rails-version | |
|
|
.rubocop.yml | |
|
|
.ruby-gemset | |
|
|
.ruby-version | |
|
|
.yardopts | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/views/layouts/rest_framework.html.erb | |
|
|
app/views/rest_framework/_breadcrumbs.html.erb | |
|
|
app/views/rest_framework/_head.html.erb | |
|
|
app/views/rest_framework/_header.html.erb | |
|
|
app/views/rest_framework/_heading.html.erb | |
|
|
app/views/rest_framework/_payloads.html.erb | |
|
|
app/views/rest_framework/_request_metadata.html.erb | |
|
|
app/views/rest_framework/_routes_and_forms.html.erb | |
|
|
app/views/rest_framework/head/_external.html.erb | |
|
|
app/views/rest_framework/header/_mode.html.erb | |
|
|
app/views/rest_framework/heading/_actions.html.erb | |
|
|
app/views/rest_framework/routes_and_forms/_html_form.html.erb | |
|
|
app/views/rest_framework/routes_and_forms/_raw_form.html.erb | |
|
|
app/views/rest_framework/routes_and_forms/_routes.html.erb | |
|
|
app/views/rest_framework/routes_and_forms/routes/_route.html.erb | |
|
|
bin/rails | |
|
|
bin/setup | |
|
|
bump_version.sh | |
|
|
guide/1_routers/index.md | |
|
|
guide/2_controllers/index.md | |
|
|
guide/3_serializers/index.md | |
|
|
guide/4_filtering_and_ordering/index.md | |
|
|
guide/5_pagination/index.md | |
|
|
guide/README.md | |
|
|
lib/rest_framework.rb | 149 | A 0 mins |
|
lib/rest_framework/engine.rb | 13 | A 0 mins |
|
lib/rest_framework/errors.rb | 5 | A 0 mins |
|
lib/rest_framework/errors/base_error.rb | 3 | A 0 mins |
|
lib/rest_framework/errors/nil_passed_to_api_response_error.rb | 12 | A 0 mins |
|
lib/rest_framework/errors/unknown_model_error.rb | 15 | A 0 mins |
|
lib/rest_framework/filters.rb | 7 | A 0 mins |
|