.codeclimate.yml | |
|
|
.github/workflows/ruby.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.travis.yml | |
|
|
Dockerfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/abilities/ability.rb | 19 | A 0 mins |
|
app/abilities/admin_factory.rb | 5 | A 0 mins |
|
app/abilities/guest_factory.rb | 5 | A 0 mins |
|
app/abilities/mentor_factory.rb | 9 | A 0 mins |
|
app/abilities/organization_factory.rb | 9 | A 0 mins |
|
app/assets/config/manifest.js | 1 | A 0 mins |
|
app/channels/application_cable/channel.rb | 4 | A 0 mins |
|
app/channels/application_cable/connection.rb | 4 | A 0 mins |
|
app/channels/chat_channel.rb | 22 | A 0 mins |
|
app/channels/message_channel.rb | 38 | A 0 mins |
|
app/controllers/api/base_controller.rb | 42 | A 0 mins |
|
app/controllers/api/v1/contacts_controller.rb | 28 | A 0 mins |
|
app/controllers/api/v1/contexts_controller.rb | 63 | A 0 mins |
|
app/controllers/api/v1/mentors_controller.rb | 62 | A 0 mins |
|
app/controllers/api/v1/organizations_controller.rb | 52 | A 0 mins |
|
app/controllers/api/v1/proposals_controller.rb | 67 | A 0 mins |
|
app/controllers/api/v1/sessions_controller.rb | 22 | A 0 mins |
|
app/controllers/api/v1/skills_controller.rb | 44 | A 0 mins |
|
app/controllers/api/v1/users_controller.rb | 69 | A 0 mins |
|
app/controllers/application_controller.rb | 2 | A 0 mins |
|
app/controllers/concerns/authenticable.rb | 24 | A 0 mins |
|
app/jobs/application_job.rb | 2 | A 0 mins |
|
app/jobs/message_broadcast_job.rb | 6 | A 0 mins |
|
app/mailers/application_mailer.rb | 25 | A 0 mins |
|
app/mailers/contact_mailer.rb | 9 | A 0 mins |
|
app/mailers/invitations_mailer.rb | 15 | A 0 mins |
|
app/mailers/mentors_mailer.rb | 26 | A 0 mins |
|
app/mailers/organizations_mailer.rb | 20 | A 0 mins |
|
app/mailers/proposals_mailer.rb | 9 | A 0 mins |
|
app/models/application_record.rb | 4 | A 0 mins |
|
app/models/context.rb | 87 | A 0 mins |
|
app/models/mentor.rb | 21 | A 0 mins |
|
app/models/message.rb | 32 | A 0 mins |
|
app/models/organization.rb | 6 | A 0 mins |
|
app/models/proposal.rb | 61 | A 0 mins |
|
app/models/role.rb | 44 | A 0 mins |
|
app/models/role_assignment.rb | 5 | A 0 mins |
|
app/models/skill.rb | 11 | A 0 mins |
|
app/models/skill_assignment.rb | 4 | A 0 mins |
|