Dino Maric
Dino Maric
I have large data set in select, by large I mean around 40k records. To make it work I have implemented slim-select that behaves simmilar to seach autocomplete. Initially no...
Change `ActionController::Base` -> `ApplicationController`, on the usage example.
Hey! Do you have any experience/recommendation on how to define and load auth strategies from the database(not initializer). I want user to configure auth strategy they want to use and...
Hi there! I'm a rust newbie so maybe I'm missing something but I've following problem: I'm using serde to deserialize JSON response into struct ```rs #[derive(Debug, Deserialize)] struct Message {...
Just a small fix to match codebase style.
Old Indexer example doesn't work on ES 7. Main problem is specifying `type` inside `Client.index`. This PR changes the example to work. Connected to #967
Indexer example: ```ruby class Indexer include Sidekiq::Worker sidekiq_options queue: 'elasticsearch', retry: false Logger = Sidekiq.logger.level == Logger::DEBUG ? Sidekiq.logger : nil Client = Elasticsearch::Client.new host: 'localhost:9200', logger: Logger def perform(operation,...
I needed to fix new migrations in order for `strong_migrations` to let them pass. Don't think there was anything wrong with the original approach, I think it is more issue...
Hey! This is a great project. I have Desktop app that I want to package for Mac, Window, Linux. How would you recommend approaching packaging? ps Not sure about the...
I have logidze on a model. That model tracks every attribute change. I have a page that is visible to the user and on that page I want to show...