Showing 218 of 218 total issues
Line is too long. [87/80] Open
format.html { redirect_to @stream, notice: 'Stream was successfully updated.' }
- 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
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
@user = User.from_omniauth(request.env["omniauth.auth"])
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [90/80] Open
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
- 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 jbuilder
should appear before jquery-rails
. Open
gem 'jbuilder', '~> 2.0'
- 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
flash[:notice] = I18n.t "devise.omniauth_callbacks.success", :kind => "Wordpress Hosted"
- 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
flash[:notice] = I18n.t "devise.omniauth_callbacks.success", :kind => "Wordpress Hosted"
- 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 omniauth-wordpress_hosted
should appear before tubesock
. Open
gem 'omniauth-wordpress_hosted', github: 'atzorvas/omniauth-wordpress-oauth2-plugin'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing top-level class documentation comment. Open
class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
- 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
mount: "/newmount0"
- 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("success"), "alert-success"
- 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
Line is too long. [117/80] Open
patch :update, id: streams(:rock), stream: { mount: @stream.mount, server: @stream.server, title: @stream.title }
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [82/80] Open
format.json { render json: @stream.errors, status: :unprocessable_entity }
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Redis.new.subscribe "songs" do |on|
- 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_select "#error_explanation ul li", 2
- 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 devise
should appear before nokogiri
. Open
gem 'devise'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [102/80] Open
sign_in_and_redirect @user, :event => :authentication #this will throw if @user is not activated
- Create a ticketCreate a ticket
- Exclude checks
Use the new Ruby 1.9 hash syntax. Open
flash[:notice] = I18n.t "devise.omniauth_callbacks.success", :kind => "Wordpress Hosted"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks