Eduardo Maia

Results 11 comments of Eduardo Maia

@jcasimir the new syntax is very sweet and similar to AR, but what is going to happen with `decorate_collection`?

same here with Ruby 2.1.3.

@ychin so, I'll close this issue since it isn't an exactly MacVim bug. Thanks for your answer! ;)

I'm also experiencing this issue. There's any patch to fix this?

@disshishkov I've used the same approch. Thanks a lot! :)

``` App.phone = { overflow: function (character) { var $that = $(this); if (character.match(/[0-9]/)) { $that .setMask('(99) 99999-9999').val($that.val() + character) .on('keyup', App.phone.keyup); } }, keyup: function (event) { if (event.keyCode...

Perhaps it has some relation with #11

hey @chrisbenincasa, outstanding work you have in the PR. This is definitely a must have to build images and container templates on my homelab. Do you know if it's far...

@kerma I'd love to see this merged in, any chance you could review the PR and push this in? Thank you!