ck2000
ck2000
I am using sidekiq to deliver e-mails later. When I use this gem the raw_invitation_token is not set anymore and left empty. How can I receive the tolken manually?
Currently the timer is showing the time in englisch e.g. 25 sec. How can I change this to another language?
I am trying to deploy using the asset pipeline. I am receiving the following message: > Tasks: TOP => deploy:assets:precompile > (See full trace by running task with --trace) >...
I would like to add a default select statement to my filterrific config. e.g. @localities = Locality.where(company_id: @company.id) @filterrific = initialize_filterrific( Locality, params[:filterrific], :select_options => { sorted_by: Locality.options_for_sorted_by, with_city: Locality.distinct.pluck(:city)...
Bug Report Dump (Auto-generated) Version 1.27.2 (1546696737) Device: iPhone XR (iOS 13.3) TestFlight: false
Iam getting an ArgumentError in Excption in row "CustomerAttribute.where(company_id: model.company_id)" of the following code. What I am trying to do is load dynamic attributes per each customer. My AttrivuteProvider is...
I am trying to improve my user experience by only asking for the 2nd factor for specific controlls / actions. Could someone provide me an idea on how to get...