Alexey Poimtsev
Alexey Poimtsev
Hi, I've added your plugin to environment.rb and after attempt to run any rake task or script i see following error: $ ./script/generate /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be...
Hi, do you planning to add capistrano recipes like this (https://github.com/collectiveidea/delayed_job/blob/master/lib/delayed/recipes.rb) to add ability to control faye from capistrano?
Hi, could you please add support for importing/exporting RAML (http://raml.org)?
carthage
Could you please add support for Carthage?
Sometimes assets builder is not so fast as your gem :)
Hi! Is there any method to get list of all available translation accessors, something like globalize_attribute_names from globalize gem?
Hey! I have the following model ```ruby class User < ApplicationRecord devise :database_authenticatable, :registerable, :confirmable, :lockable, :timeoutable, :trackable, :recoverable, :rememberable, :trackable, :validatable has_one_attached :avatar do |attachable| attachable.variant :thumb, resize_to_fit: [150,...
### Configuration - Provider Gem: `omniauth-google-oauth2, omniauth-facebook, omniauth-vkontakte` - Ruby Version: `3.0.2` - Framework: `ruby on rails 6.1.4.1` - Platform: `macOS` ### Expected Behavior It should allow to login using...
Hey! I'd like to notice about breaking changes in sass compiler - https://sass-lang.com/documentation/breaking-changes/slash-div It causes warnings like ``` webpack | DEPRECATION WARNING: Using / for division is deprecated and will...
Hi! I have several models - Post ``` class Post has_many :comments has_rich_text :body pg_search_scope :search, against: %i[title], associated_against: { rich_text_body: [:body], comments: {rich_text_body: [:body]} }, using: {tsearch: {any_word: true}}...