.codeclimate.json | |
|
|
.editorconfig | |
|
|
.githooks/pre-commit | |
|
|
.github/FUNDING.yml | |
|
|
.gitignore | |
|
|
.rails-version | |
|
|
.rubocop.yml | |
|
|
.ruby-gemset | |
|
|
.ruby-version | |
|
|
.travis.yml | |
|
|
.yardopts | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/views/layouts/rest_framework.html.erb | |
|
|
app/views/rest_framework/_head.html.erb | |
|
|
app/views/rest_framework/_route.html.erb | |
|
|
app/views/rest_framework/_routes.html.erb | |
|
|
bin/heroku_release | |
|
|
bin/rails | |
|
|
bump_version.sh | |
|
|
docs/CNAME | |
|
|
docs/_config.yml | |
|
|
docs/_guide/1_routers.md | |
|
|
docs/_guide/2_controller_mixins.md | |
|
|
docs/_guide/3_serializers.md | |
|
|
docs/_guide/4_filtering_and_ordering.md | |
|
|
docs/_guide/5_pagination.md | |
|
|
docs/_includes/anchor_headings.html | |
|
|
docs/_includes/head.html | |
|
|
docs/_includes/header.html | |
|
|
docs/_layouts/default.html | |
|
|
docs/assets/images/favicon.ico | |
|
|
docs/assets/javascripts/headers-table.js | 23 | A 0 mins |
|
docs/assets/stylesheets/rest_framework.scss | |
|
|
docs/index.md | |
|
|
lib/rest_framework.rb | 11 | A 0 mins |
|
lib/rest_framework/controller_mixins.rb | 4 | A 0 mins |
|
lib/rest_framework/controller_mixins/base.rb | 150 | A 3 hrs |
|
lib/rest_framework/controller_mixins/models.rb | 208 | A 1 hr |
|
lib/rest_framework/engine.rb | 2 | A 0 mins |
|
lib/rest_framework/errors.rb | 13 | A 0 mins |
|
lib/rest_framework/filters.rb | 68 | A 1 hr |
|
lib/rest_framework/generators.rb | 3 | A 0 mins |
|
lib/rest_framework/generators/controller_generator.rb | 46 | A 0 mins |
|
lib/rest_framework/paginators.rb | 64 | A 1 hr |
|