Adis Osmonov
Adis Osmonov
I didn't know how to reproduce without user interaction. I will appreciate if somebody will give a hint.
Thank you, @rafaelfranca So when I type `user` it inspects object?
```ruby describe 'dirty tracking' do it 'is not dirty when freshly initialized' do model = described_class.new model.inspect expect(model.changed?).to be_falsey end end ``` Test case not passing by now for models...
Hi, @randy3k Could you help me with this: ``` abc - qwe foo - bar ``` I tried `\-` regexp, but it's not working. Thanks in advance
Update: it was `—`, not dash. Sorry

In short, my hosting provider's ftp allow me connect simultaneously 3 connections. I don't know what the option `max_threads` is, but I think it's not related to my problem, because...
Thank you! Look forward to updates