Vsevolod Romashov

Results 17 comments of Vsevolod Romashov

What files do you want to ignore, for example?

@westonganger is this still relevant after the ApplicationRecord problem got fixed?

I also get this behaviour. It is possible to switch to the native fullscreen manually but that requires doing `toggle-frame-fullscreen` twice - after that the green button on top left...

Sorry I didn't mention this earlier but I don't think we need another means of configuration since the gem already [has one](https://github.com/7even/active_record-annotate/blob/master/lib/active_record/annotate/configurator.rb). Could you please just add the `ignored_models` option...

@westonganger currently I can't, sorry. Maybe in a few weeks.

Без новостей останется только список друзей, как-то негусто для демки. У меня была задумка сделать нечто вроде фотохостинга на основе [vk](http://vk.com/dev/upload_files?f=%D0%97%D0%B0%D0%B3%D1%80%D1%83%D0%B7%D0%BA%D0%B0%20%D1%84%D0%BE%D1%82%D0%BE%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%B9%20%D0%B2%20%D0%B0%D0%BB%D1%8C%D0%B1%D0%BE%D0%BC%20%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D1%82%D0%B5%D0%BB%D1%8F), можно взять за основу - но сейчас нет времени...

No, but you can propose a pull request - this feature seems to be pretty easy to implement. I would add it as a method in [Zodiac::Finder](https://github.com/7even/zodiac/blob/master/lib/zodiac/finder.rb) and extend datetime...

Thanks for the contribution. It produces a lot of code duplication though (the `Mongoid` version compared to the `ActiveRecord` one) and sure it needs tests, so I merged it into...