Results 5 issues of Aldrien

Currently using Ruby version 2.2.3 and Rails 4.2.0

I have this jquery code for re-animating counts every 3 seconds : $(document).ready(function(){ var countUpLoop = setInterval(countUpNumbers, 3000); countUpNumbers(); ``` function countUpNumbers(){ $('h1.title').counterUp({ delay: 100, time: 1000 }); }; ```...

` new Calendar({ element: $('.daterange--double'), earliest_date: '2000-01-1', latest_date: moment(), start_date: '2015-05-01', end_date: '2015-05-31', callback: function() { var start = moment(this.start_date).format('ll'), end = moment(this.end_date).format('ll'); console.debug('Start Date: '+ start +'\nEnd Date: '+...

help wanted

I found some issue about duplication of message once you go to other page like user edit page then go back to index page, then try to make a chat...

Fixes #2593 Previously I'm using PaypalGateway, this allows `recurring` process with `token`. Now moving to WorldPayOnlinePayments, currently only allows and requires `card_info` as parameter for `authorize` and `purchase` method. In...

gateway/feature