Krum Motsov

Results 2 issues of Krum Motsov

Having a serialized array attribute in a model ```ruby model Sample serialize :links, Array, prepopulate: -> (*) { self.links = links + Array.new(3 - self.links.size, '') } end ``` and...

This is how links in headings are being rendered in ToC on [mediawiki.org](http://www.mediawiki.org/wiki/MediaWiki): ![screenshot from 2014-07-24 12 15 56](https://cloud.githubusercontent.com/assets/5071145/3686102/aa5e8d62-1313-11e4-9599-cde41367449d.png) And this is how the same markup is rendered on [github.com](https://github.com):...