aidengleave/acebook-desk-warriors

View on GitHub
Branch: development(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.ruby-version
.travis.yml
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
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/javascripts/channels/chat.js13
A
0 mins
app/assets/javascripts/home.js0
A
0 mins
app/assets/javascripts/messges.js0
A
0 mins
app/assets/javascripts/walls.js0
A
0 mins
app/assets/stylesheets/application.scss
app/assets/stylesheets/home.scss
app/assets/stylesheets/messges.scss
app/assets/stylesheets/walls.scss
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/channels/chat_channel.rb7
A
0 mins
app/controllers/application_controller.rb13
A
0 mins
app/controllers/home_controller.rb4
A
0 mins
app/controllers/messges_controller.rb16
A
0 mins
app/controllers/posts_controller.rb48
A
0 mins
app/controllers/walls_controller.rb11
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/home_helper.rb2
A
0 mins
app/helpers/messges_helper.rb2
A
0 mins
app/helpers/walls_helper.rb2
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/jobs/message_broadcast_job.rb17
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/messge.rb6
A
0 mins
app/models/post.rb31
A
2 hrs
app/models/user.rb6
A
0 mins
app/models/wall.rb2
A
0 mins
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/email_changed.html.erb
app/views/devise/mailer/password_change.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb