Realtime Search Autocomplete Suggestions | Ruby On Rails 7 Tutorial

Realtime Search Autocomplete Suggestions | Ruby On Rails 7 Tutorial

Deanin

1 год назад

6,356 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Deanin
@Deanin - 04.01.2023 04:51

We're uploading Monday-Friday now. Sorry this one is late, took me a while to get the Stimulus portion working haha.
Still learning along with everyone as I make these.

Ответить
@duyphamhoangbao7090
@duyphamhoangbao7090 - 13.11.2023 16:29

def index
@results = search_for_products
respond_to do |format|
format.turbo_stream do
render turbo_stream:
turbo_stream.update("names", partial: "display",locals: {products: @results} )
end
end
end
ActionController::UnknownFormat
Can some one help me out.

Ответить
@duybao2136
@duybao2136 - 03.11.2023 11:39

Thank you for your video , when i followed this tutorial on my local host.
i add gem 'searchkick', gem 'elasticsearch', '~> 7.17' ,gem 'foreman', github: 'ddollar/foreman' then bundle install.Then add searchkick into ProductsController. But it throw error :
undefined local variable or method `searchkick' for ProductsController:Classsearchkick
I try to bundle install again and restart many time but it doesnt work. Can you help me out.

Ответить
@monroemann
@monroemann - 26.08.2023 04:09

Absolutely love your videos! Keep them coming. Thank you for all your support.

Ответить
@yuanweizhou935
@yuanweizhou935 - 22.08.2023 18:15

Hi, thank you for the video. It is really helpful. I have a quick question, where and when would I reindex the Post in a production environment? Thank you!

Ответить
@dc366
@dc366 - 11.07.2023 21:09

sadly this does not work for elastic search version 8.8

Ответить
@liamjames1027
@liamjames1027 - 07.06.2023 02:43

Hey Dean, thanks for the video! I followed this and it's working beautifully. One question - How would I go about deploying this to a staging/production environment? I've had a look online but it's all pretty confusing. Thanks again!

Ответить
@22tron25
@22tron25 - 22.02.2023 10:48

I am getting Faraday::TimeoutError - Net::ReadTimeout with #<Socket:(closed)>: after posting something

Ответить
@azizdevfull
@azizdevfull - 04.01.2023 07:45

useful : )

Ответить
@Test-fe3fo
@Test-fe3fo - 04.01.2023 06:51

Can you make a video "How to login using Metamask with Rails 7 and Devise?" would be great! Thank you very much.

Ответить
@lipin007
@lipin007 - 04.01.2023 05:36

Any plans on ruby 3.2 updates video.

Ответить