vochicong/rails-json-api

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.circleci/config.yml
.codeclimate.json
.gitignore
.rspec
Gemfile
Gemfile.lock
README.md
Rakefile
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/controllers/application_controller.rb6
A
0 mins
app/controllers/posts_controller.rb33
A
0 mins
app/controllers/users_controller.rb34
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/post.rb3
A
0 mins
app/models/user.rb3
A
0 mins
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/posts/_post.json.jbuilder
app/views/posts/index.json.jbuilder
app/views/posts/show.json.jbuilder
app/views/users/_user.json.jbuilder
app/views/users/index.json.jbuilder
app/views/users/show.json.jbuilder
bin/_guard-core
bin/bundle
bin/guard
bin/rails
bin/rake
bin/rspec
bin/setup
bin/update
config.ru
config/Guardfile
public/robots.txt
spec/api/user_post_spec.rb28
A
0 mins
spec/factories/users.rb6
A
0 mins
spec/rails_helper.rb16
A
0 mins
spec/spec_helper.rb20
A
0 mins
spec/support/json_response_helper.rb7
A
0 mins