jordifierro/rails-api-base

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.rspec
.rubocop.yml
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/views/pages/privacy.html.erb
app/views/pages/terms.html.erb
app/views/user_mailer/ask_email_confirmation.html.erb
app/views/user_mailer/ask_email_confirmation.text.erb
app/views/user_mailer/ask_reset_password.html.erb
app/views/user_mailer/ask_reset_password.text.erb
app/views/users/confirmed.html.erb
app/views/users/invalid_confirmation.html.erb
app/views/users/invalid_reset_confirmation.html.erb
app/views/users/reset_confirmed.html.erb
bin/bundle
bin/create_psql_user
bin/rails
bin/rake
bin/remove_notes
bin/rename_project
bin/reset_git
bin/setup
bin/spring
bin/update
config.ru
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
app/channels/application_cable/channel.rb4
app/channels/application_cable/connection.rb4
app/controllers/api/v1/api_controller.rb11
app/controllers/api/v1/concerns/authenticator.rb22
app/controllers/api/v1/concerns/error_handler.rb20
app/controllers/api/v1/concerns/internationalizator.rb24
app/controllers/api/v1/concerns/version_expiration_handler.rb33
A
25 mins
app/controllers/api/v1/notes_controller.rb37
app/controllers/api/v1/sessions_controller.rb29
app/controllers/api/v1/users_controller.rb54
app/controllers/api/v1/versions_controller.rb10
app/controllers/application_controller.rb2
app/controllers/pages_controller.rb6
app/controllers/users_controller.rb25
app/controllers/view_controller.rb3