atzorvas/ccradio

View on GitHub

Showing 218 of 218 total issues

Use the new Ruby 1.9 hash syntax.
Open

sign_in_and_redirect @user, :event => :authentication #this will throw if @user is not activated

Use the new Ruby 1.9 hash syntax.
Open

:password => 'secretpass',
Severity: Minor
Found in test/models/user_test.rb by rubocop

Line is too long. [84/80]
Open

gem 'omniauth-wordpress_hosted', github: 'atzorvas/omniauth-wordpress-oauth2-plugin'
Severity: Minor
Found in Gemfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

history: @stream.playlist_items.order("created_at DESC")

Missing top-level class documentation comment.
Open

class StreamWorker
Severity: Minor
Found in app/workers/stream_worker.rb by rubocop

Use the new Ruby 1.9 hash syntax.
Open

user = User.create!(:email => 'user@example.com',
Severity: Minor
Found in test/models/user_test.rb by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

assert_equal bootstrap_class_for("alert"), "alert-warning"

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem spring should appear before web-console.
Open

gem 'spring'
Severity: Minor
Found in Gemfile by rubocop

Avoid using {...} for multi-line blocks.
Open

format.json {

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

test "bootstrap class helper" do

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

assert_equal bootstrap_class_for("error"), "alert-danger"

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem bootstrap-sass should appear before slim-rails.
Open

gem 'bootstrap-sass'
Severity: Minor
Found in Gemfile by rubocop

Line exceeds maximum allowed length
Open

$(this).jPlayer("setMedia", stream).jPlayer "play" if ready and event.jPlayer.error.type is $.jPlayer.error.URL_NOT_SET

Use %i or %I for an array of symbols.
Open

except: [:show, :index, :playlist, :current_song, :subscription]

Use nested module/class definitions instead of compact style.
Open

class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController

Line is too long. [83/80]
Open

format.json { render json: { song: item.song, created_at: item.created_at } }

Missing space after #.
Open

sign_in_and_redirect @user, :event => :authentication #this will throw if @user is not activated

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

session["devise.wordpress_hosted_data"] = request.env["omniauth.auth"]
Severity
Category
Status
Source
Language