Florian Eickenbusch

Results 4 issues of Florian Eickenbusch

Using the Job example: ``` class Job include AASM aasm do state :initial, :initial => true state :finished event :finish do transitions from: :initial, to: :finished, guards: %i[finished1? finished2?] end...

Hey everyone, i am searching for a possibility use the Loader for other columns then the key-column to work with the following case: I have some ContactModes and every ContactMode...

question

Hello all, would it be possible to make the _id of Elasticsearch overridable by method? Unfortunately there are problems with gems that allows multi table inheritance (like [acts_as](https://github.com/hzamani/active_record-acts_as)), because model.id...

pinned

Hello, everybody, I am currently trying to implement our RSpec Testing with this GEM accordingly. Unfortunately I get the following error message when starting the cluster: Errno::ENOENT: No such file...

elasticsearch-extensions