vidur punj
Joined
Activity
Basically add the data: { turbo: false }
<%= form_with model: resource, as: resource_name, url: registration_path(resource_name), data: { turbo: false } do |f| %>
Posted in Subscriptions with Stripe Discussion
please update the course with the new stripe version.
7th video is same as the 6th please check.
Issue to driver can be rolved by adding gem 'webdrivers', '~> 4.0' in gemfile
Posted in Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion
I have a doubt. How can we search the fields with associated models?
Posted in Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion
$( "#tags" ).autocomplete({
source: availableTags
});
Posted in Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion
autocomplete search the text, using a javascript file instead of a CoffeeScript file. can you share the code for it?
you need to reindex after including search_data in the model, for more: https://github.com/ankane/searchkick#indexing
Got a reindex issue as: Searchkick::MissingIndexError (Index missing - run ThreeDGarment.reindex):
resolved it using the following command: rails searchkick:reindex CLASS=ThreeDGarment