Olli Huotari
Olli Huotari
Couldn't you include that module in the ApplicationRecord class so that every model would have it automatically by inheritance? No need to have it as a configuration option if its...
Yea having those in wiki (and a link in the front readme) would probably be most elegant way to do it? I guess anyone can create a new wiki page...
Fastai went through rewrite and released a new major version right after this project. If I recall correctly fastai was used mostly for preparing the images and points. They had/have...
Could be handy in some instances. Easy to do by adding delayed_job to use run_at time if delivery_options[:delayed_job][:run_at] is present. see https://github.com/holli/action_smser/blob/master/lib/action_smser/delivery_methods/delayed_job.rb#L12 and then just setting specific option in the...