Skip to content

Conversation

@gloubier
Copy link

@gloubier gloubier commented May 9, 2018

  • Use Mobility instead of Globalize
  • Update to work with Refinery 4.0
  • Update to work with Rails 5
  • Add ability to disable slide and sliders

config/routes.rb Outdated
end

end
end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/TrailingBlankLines: Final newline missing.

@@ -1,4 +1,4 @@
Refinery::Core::Engine.routes.append do
Refinery::Core::Engine.routes.draw do

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

before_filter :find_image_slide, :except => [:index, :new]
before_action :find_image_slideshow
before_action :find_image_slides, only: :index
before_action :find_image_slide, :except => [:index, :new]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
Style/SymbolArray: Use %i or %I for an array of symbols.

Gemfile Outdated
end

# TODO: remove refinerycms-i18n and mobility from this Gemfile before merging this PR
gem 'refinerycms-i18n', git: "https://github.com/refinery/refinerycms-i18n", branch: 'feature/mobility'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Metrics/LineLength: Line is too long. [103/80]

Gemfile Outdated
end
end

# TODO: remove refinerycms-i18n and mobility from this Gemfile before merging this PR

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metrics/LineLength: Line is too long. [85/80]

class CreateImageSlidesTranslations < ActiveRecord::Migration[5.1]
def change
create_table :refinery_image_slide_translations do |t|

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning.

:migrate_data => true
})
end
class CreateImageSlidesTranslations < ActiveRecord::Migration[5.1]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/Documentation: Missing top-level class documentation comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

@@ -1,4 +1,4 @@
class AddHeightAndWidthToImageSlideshows < ActiveRecord::Migration
class AddHeightAndWidthToImageSlideshows < ActiveRecord::Migration[5.1]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/Documentation: Missing top-level class documentation comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

@@ -1,4 +1,4 @@
class AddLinkUrlToImageSlides < ActiveRecord::Migration
class AddLinkUrlToImageSlides < ActiveRecord::Migration[5.1]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/Documentation: Missing top-level class documentation comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

@@ -1,4 +1,4 @@
class AddJsConfigToImageSlideshows < ActiveRecord::Migration
class AddJsConfigToImageSlideshows < ActiveRecord::Migration[5.1]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/Documentation: Missing top-level class documentation comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.


def image_slideshow_params
params.require(:image_slideshow).permit(
:active,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by convention we use draft logic instead of active logic

<% end %>
</span>

<%= content_tag :span, class: "#{image_slide.active? ? :success_icon : :failure_icon} less-important" do %>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bricesanchez bricesanchez self-requested a review February 26, 2020 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants