Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
data: { order: { ... city: '' ... } }, watch: { 'order.city': function() {} }
var1:1, var2:2, var3:3, .. varN:N
form: { var1:1, var2:2, var3:3, .. varN:N }
watch: { form: { handler: function(newForm, oldForm) {...} deep: true } }
ActiveRecord::Base.connection.execute( sql ).each |row| p row end
* * * * * /bin/bash -l -c 'cd /home/app/project/pervichka/current && bundle exec rails runner -e production "Whenever.update_position_complex"'
https://github.com/ https://bitbucket.org/ https://about.gitlab.com/
mount TrueandcoAnalytics::Engine => '/path'
validates_with AttachmentSizeValidator, attributes: :avatar, greater_than: 1.kilobytes
validates_attachment :avatar, size: { greater_than: 0..10.kilobytes }
greater_than/in/less_than