Skrynnikov Andrey
Skrynnikov Andrey
Now I have to use this code: ``` $.fn.select2.amd.require(['select2/diacritics'], function (DIACRITICS) { // stripDiacritics code copied from select2 function stripDiacritics (text) { // Used 'uni range + named function' from...
Ubuntu 16.04, rbenv, Capistrano, whenever, Rails 5 ``` $ which rake /home/deploy/.rbenv/shims/rake ``` ``` schedule.rb job_type :rbenv_rake, %Q{export PATH=/home/deploy/.rbenv/shims:/home/deploy/.rbenv/bin:/usr/bin:$PATH; eval "$(rbenv init -)"; \ cd :path && :environment_variable=:environment :bundle_command rake...
Hi! Development machine, Ubuntu 20.04.6 LTS, using rvm, the problem occurred when upgrading from ruby 3.3.3 to 3.3.5 1) reinstalling rvm did not help 2) rebooting the computer did not...