Evgeny Zhdanov

Results 13 issues of Evgeny Zhdanov

Hello. Ember.ObjectController is now deprecated so how I can implement this features now? ``` import Ember from "ember"; export default Ember.ObjectController.extend({ formattedPrice: function(){ returnthis.get('symbol') + " " + $.number(this.get('price'),2); }.property('symbol','price'),...

Hello I spend time to find out how to use it, and I think this should be in the repo, so I can get it work at once. Otherwise without...

Hello. In our company we use `Resque.set_scheduler` method and we use your gem, I have found that there is lack of testing for it. I added those methods and rspec...