Adis Osmonov

Results 33 comments of 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

![image](https://cloud.githubusercontent.com/assets/592907/3401411/22ee7834-fd50-11e3-9635-969a38640dfc.png)

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