Quantcast
Channel: FeedBunch:5bf675cc99739e0a40c62d1ab09c63147957bf28 commits
Browsing latest articles
Browse All 39 View Live
↧

Fixed various bugs.

View Article


Updated rails 4.2.5.1 -> 4.2.5.2

This fixes two vulnerabilities. For more details: http://weblog.rubyonrails.org/2016/2/29/Rails-4-2-5-2-4-1-14-2-3-2-22-2-have-been-released/

View Article

Simplified angular service that changes the state of entries, so it uses a si...

This way the overhead of multiple workers running is reduced.

View Article

Fixed bug when successfully adding a subscription.

Adding a subscription no longer takes the user to the Start page. This could be surprising for the user. Also no alert is displayed when the subscribe job has been enqueued, only once it finishes....

View Article

Updated rails 4.2.5.2 -> 4.2.6

View Article


Updated aws-sdk-rails gem 1.0.0 -> 1.0.1

View Article

Updated devise gem 3.5.5 -> 3.5.6

View Article

Updated jquery-rails gem 4.1.0 -> 4.1.1

View Article


Updated newrelic_rpm gem 3.14.2.312 -> 3.15.1.316

View Article


Updated ox gem 2.2.3 -> 2.3.0

View Article

Updated puma gem 2.16.0 -> 3.2.0

View Article

Updated ruby-prof gem 0.15.8 -> 0.15.9

View Article

Updated rubyzip gem 1.1.7 -> 1.2.0

View Article


Updated sidekiq gem 4.0.2 -> 4.1.1

View Article

Updated sinatra gem 1.4.6 -> 1.4.7

View Article


Updated uglifier gem 2.7.2 -> 3.0.0

View Article

Updated brakeman gem 3.1.5 -> 3.2.1

View Article


Updated bundler-audit gem 0.4.0 -> 0.5.0

View Article

Updated coveralls gem 0.8.10 -> 0.8.13

View Article

Updated gem factory_girl_rails 4.5.0 -> 4.6.0

View Article

Updated rspec-rails 3.4.2 -> 3.4.4

View Article


Updated spring gem 1.6.2 -> 1.6.4

View Article


Updated web-console gem 2.3.0 -> 3.1.1

View Article

Updated jquery 2.2.0 -> 2.2.2

View Article

Updated uri.js 1.17.0 -> 1.17.1

View Article


Updated isInViewport js library 2.3.0 -> 2.3.1

View Article

Updated angularjs, angular-sanitize, angular-touch 1.5.0 -> 1.5.3

View Article

Updated ngInfiniteScroll js library 1.2.1 -> 1.2.2

View Article

Loading and hiding export job alerts is done in a single web worker.

Unifying two workers into one means less overhead.

View Article



Loading and hiding import job alerts is done in a single web worker.

Unifying two workers into one means less overhead.

View Article

Unified all web workers used by jobStateSvc into a single worker.

This reduces overhead.

View Article

Unified all webworkers used by tourSvc into a single worker.

This reduces overhead.

View Article

DRY web worker callbacks in main thread, separating them to private functions...

View Article


Fixed typo in code.

View Article

WIP: load entries in a web worker.

View Article

Moved method that requests a feed refresh to a new angularjs service.

Better separation of concerns.

View Article


Instantiate a new XmlHttpRequest object every time an HTTP request if perform...

Sharing xhr objects is a bad idea. If a new request is sent while another is running, the older request is canceled.

View Article


WIP: cancel running http requests to retrieve entries when the user requests ...

View Article

Moved function to a more appropiate service.

View Article
Browsing latest articles
Browse All 39 View Live