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
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use the new Ruby 1.9 hash syntax. Open
:password => 'secretpass',
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [84/80] Open
gem 'omniauth-wordpress_hosted', github: 'atzorvas/omniauth-wordpress-oauth2-plugin'
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
history: @stream.playlist_items.order("created_at DESC")
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing top-level class documentation comment. Open
class StreamWorker
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use the new Ruby 1.9 hash syntax. Open
user = User.create!(:email => 'user@example.com',
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
assert_equal bootstrap_class_for("alert"), "alert-warning"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem spring
should appear before web-console
. Open
gem 'spring'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Avoid using {...}
for multi-line blocks. Open
format.json {
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
test "bootstrap class helper" do
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
assert_equal bootstrap_class_for("error"), "alert-danger"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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
- Create a ticketCreate a ticket
- Exclude checks
Use %i
or %I
for an array of symbols. Open
except: [:show, :index, :playlist, :current_song, :subscription]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use nested module/class definitions instead of compact style. Open
class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [83/80] Open
format.json { render json: { song: item.song, created_at: item.created_at } }
- Create a ticketCreate a ticket
- Exclude checks
Missing space after #
. Open
sign_in_and_redirect @user, :event => :authentication #this will throw if @user is not activated
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
session["devise.wordpress_hosted_data"] = request.env["omniauth.auth"]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks