私は新しいプロジェクトを開始しています。私はRails 5.1.0で最初のプロジェクトです。私は最初の要求仕様で鉛を持っています。 describe 'Users', type: :request do
it 'are created from external data' do
json_string = File.read('path/to/test_data/user_d
SidekiqをAlgoliasearchと私のRailsアプリケーションで使用すると、奇妙な問題が発生します。 # A post model
include AlgoliaSearch
algoliasearch if: :published?, enqueue: :trigger_sidekiq_worker do
attributes :title, :subtitle, :