atzorvas/ccradio

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
CHANGELOG.md
Gemfile
Gemfile.lock
LICENSE
Procfile
Rakefile
VERSION
app.json
app/assets/javascripts/application.js36
A
0 mins
app/assets/javascripts/streams.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/streams.scss
app/controllers/application_controller.rb6
A
0 mins
app/controllers/streams_controller.rb90
A
0 mins
app/controllers/users/omniauth_callbacks_controller.rb12
A
0 mins
app/helpers/application_helper.rb11
A
0 mins
app/models/playlist_item.rb12
A
0 mins
app/models/role.rb3
A
0 mins
app/models/stream.rb43
A
0 mins
app/models/user.rb20
A
0 mins
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.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
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/layouts/_footer.html.slim
app/views/layouts/_nav.html.slim
app/views/layouts/_nav_account.html.slim
app/views/layouts/_player.html.erb
app/views/layouts/application.html.slim
app/views/streams/_form.html.slim
app/views/streams/edit.html.slim
app/views/streams/index.html.slim
app/views/streams/index.json.jbuilder
app/views/streams/new.html.slim
app/views/streams/show.html.slim
app/views/streams/show.json.jbuilder
app/workers/stream_worker.rb6
A
0 mins
config.ru
dump.rdb
public/404.html