v-kolesnikov/emilito

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.dockerignore
.env.development
.gitignore
.rspec
.rubocop.yml
.rubocop_todo.yml
.ruby-version
.travis.yml
CHANGELOG.md
Dockerfile
Gemfile
Gemfile.lock
Makefile
README.md
Rakefile
Vagrantfile
api/api.raml
api/documentation/01_overview.md
api/documentation/02_authentication.md
api/examples/ticket_example_01.json
api/examples/workspace_example_01.json
api/examples/workspace_example_02.json
api/resourceTypes/collection.raml
api/resourceTypes/collection_item.raml
api/securitySchemes/oauth_2_0.raml
api/traits/pageable.raml
app.json
app/assets/config/manifest.js0
A
0 mins
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/cable.js4
A
0 mins
app/assets/stylesheets/application.scss
app/assets/stylesheets/web/application.scss
app/assets/stylesheets/web/sessions/new.scss
app/assets/stylesheets/web/sign_up_form.scss
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/concepts/account/contract/base.rb6
A
0 mins
app/concepts/account/contract/create.rb6
A
0 mins
app/concepts/account/operation/create.rb11
A
0 mins
app/concepts/account/representer/show.rb8
A
0 mins
app/concepts/session/operation/sign_in.rb40
A
0 mins
app/concepts/ticket/contract/base.rb13
A
0 mins
app/concepts/ticket/operation/create.rb12
A
0 mins
app/concepts/ticket/operation/delete.rb6
A
0 mins
app/concepts/ticket/operation/index.rb8
A
0 mins
app/concepts/ticket/operation/show.rb6
A
0 mins
app/concepts/ticket/operation/update.rb7
A
0 mins
app/concepts/ticket/representer/index.rb8
A
0 mins
app/concepts/ticket/representer/show.rb11
A
0 mins