jameshawkinsjr/hype

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/controllers/api/users_controller.rb35
A
0 mins
app/controllers/application_controller.rb20
A
0 mins
app/controllers/static_pages_controller.rb4
A
0 mins
app/helpers/api/chatrooms_helper.rb2
A
0 mins
app/helpers/api/messages_helper.rb2
A
0 mins
app/helpers/api/sessions_helper.rb2
A
0 mins
app/helpers/api/users_helper.rb2
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/messages_helper.rb2
A
0 mins
app/helpers/static_pages_helper.rb2
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/chatroom.rb14
A
0 mins
app/models/chatroom_subscription.rb6
A
0 mins
app/models/message.rb7
A
0 mins
app/models/user.rb35
A
0 mins
app/views/api/chatroom_subscriptions/show.json.jbuilder
app/views/api/chatrooms/_chatroom.json.jbuilder
app/views/api/chatrooms/index.json.jbuilder
app/views/api/chatrooms/show.json.jbuilder
app/views/api/messages/_message.json.jbuilder
app/views/api/messages/_show.json.jbuilder
app/views/api/messages/all.json.jbuilder
app/views/api/messages/index.json.jbuilder
app/views/api/users/_user.json.jbuilder
app/views/api/users/index.json.jbuilder
app/views/api/users/show.json.jbuilder
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/static_pages/root.html.erb
bin/bundle
bin/rails
bin/rake
bin/setup
bin/spring
bin/update
bin/yarn
config.ru
docs/gifs/hype-chatting.gif
docs/gifs/hype-demo.gif
docs/gifs/hype-direct-message.gif
frontend/actions/chatrooms_actions.js78
C
1 day
frontend/actions/messages_actions.js56
B
5 hrs
frontend/actions/modal_actions.js9
A
0 mins
frontend/actions/session_actions.js42
A
2 hrs
frontend/actions/users_actions.js27
A
1 hr
frontend/components/App.jsx25
A
0 mins
frontend/components/chat/chat.jsx30
A
0 mins