Quantcast
Channel: FeedBunch:688f94eea9128b96d1ab37ae94a9210138f35657 commits
Browsing latest articles
Browse All 40 View Live

Add all necessary paths for bower components, so that the asset pipeline find...

The initialization code that adds the paths for each frontend package (bower modules) is now much more complex. Unfortunately every module has the necessary assets (js, css, scss etc files) in a...

View Article



Removed precompilation of individual js files.

Those files are included in the asset manifesto and will be included in the compiled asset bundle anyway. They will not be included from the html individually and it is not necessary to individually...

View Article

Removed fastclick initialization from javascript.

Fastclick was removed in commit 862e7ee8 but the app still tried to initialize it on each page load. This speeds up page load (probably imperceptibly, but still) and removes a js console error.

View Article

Updated bootstrap 3.3.5 -> 3.3.6

View Article

Updated favicon.js library 0.3.9 -> 0.3.10

View Article


Updated uri.js library 1.16.0 -> 1.17.0

It changed name from URIjs to uri.js

View Article

Updated isInViewport library 2.2.4 -> 2.3.0

View Article

Updated fontawesome 4.4.0 -> 4.5.0

View Article


Use rails helpers for the font paths in fontawesome SCSS, instead of hardcode...

The paths used by default by fontawesome do not exist in a rails app, the asset pipeline creates different paths. Using rails helpers is a must to find out the actual asset path for each font. There...

View Article


Updated velocity library 1.2.2 -> 1.2.3

View Article

Updated angularjs 1.4.4 -> 1.4.8

View Article

Updated pghero gem 1.1.4 -> 1.2.0

View Article

Updated show_me_the_cookies gem 3.0.0 -> 3.1.0

View Article


Updated simplecov gem 0.11.0 -> 0.11.1

View Article

Updated MRI ruby version 2.2.3 -> 2.3.0

View Article


Replace calls to ActiveSupport's "try" with the safe navigation operator "&."

The safe navigation operator is new in ruby 2.3.0 For more details see for example: http://mitrev.net/ruby/2015/11/13/the-operator-in-ruby/

View Article

Added Zlib::DataError to the errors that can be expected to be raised when fe...

If this (rare) error happens, this means that something is wrong with the zipping of the HTTP response. The error is not raised, to avoid sidekiq adding the worker to its list of retries; rather, the...

View Article


Update jquery 2.1.4 -> 2.2

View Article

Use a fork of rack-cache.

This fork allows setting the entity store to nil. When configured this way, it returns empty bodies for cached responses, instead of returning the original body. It doesn't persist entities, which...

View Article

When fetching feeds using rack-cache for client-side caching, set entitystore...

This keeps rack-cache from persisting response bodies in disk. We are not interested in those bodies, if a response indicates that the cache for that feed is still valid, all feed processing can be...

View Article

Set Rack-cache verbosity to false.

This removes some messages from the logs. Also will probably remove IO errors that happen occasionally when trying to write logs from rack-cache.

View Article


Run FixSchedulesWorker daily at 6AM instead of 5AM.

This way this scheduling does not clash with the automated sidekiq restart that happens at 5AM. This fixes a bug: FixSchedulesWorker was often not running at the scheduled time.

View Article


Update nokogiri gem

View Article

Update devise gem

View Article

Merge pull request #13 from yogodoshi/update-gems-with-vulnerabilities

Update nokogiri and devise gems because of vulnerabilities

View Article


Updated capistrano-rails gem 1.1.5 -> 1.1.6

View Article

Updated capybara gem 2.5.0 -> 2.6.0

View Article

Updated jquery-rails gem 4.0.5 -> 4.1.0

View Article

Updated pghero gem 1.2.0 -> 1.2.2

View Article



Updated sidekiq gem 4.0.1 -> 4.0.2

View Article

Updated spring gem 1.6.1 -> 1.6.2

View Article

Updated aws-sdk-core, aws-sdk-resources gems 2.2.8 -> 2.2.12

View Article

Updated rake gem 10.4.2 -> 10.5.0

View Article


Updated my fork of rack-cache

View Article

Updated devise gem 3.5.4 -> 3.5.5

The "remember me" feature works again, it seems it got broken in 3.5.4

View Article

Updated ox gem 2.2.2 -> 2.2.3

Supposedly it fixes some errors in ruby 2.3.0. I'm running ruby 2.3.0 with ox 2.2.2 and I haven't seen any such failures, but better be safe than sorry I suppose.

View Article


Fix private method definitions

View Article


Fixed declarations of private class methods.

In ruby, defining class methods after a "private" line does not work, it only works for instance methods. Marking class methods as private is a bit more complex and there are several possible...

View Article

Add back "self" in FileClient.

It is not strictly necessary but it makes the intent of the code more clear.

View Article

When calling a private class method from the same class, do it without an exp...

Private functions, either class or instance level, cannot be called with an explicit receiver, not even "self". They must be called without an explicit receiver, which uses the implicit "self"...

View Article
Browsing latest articles
Browse All 40 View Live




Latest Images