Quantcast
Channel: FeedBunch:25bbd05250bbfe3ec632c6996556832a0e64d62c commits
Browsing latest articles
Browse All 40 View Live

Remove blobs (object-urls) from images in entries.

Blobs are handled via javascript, and no javascript is allowed in entries because of security concerns. Therefore blobs make no sense and should be removed.

View Article



Caused an error that would cause an entry to be skipped because it contained...

Caused an error that would cause an entry to be skipped because it contained an img with src="http://" The error was caused because trying to parse "http://" with the Addressable gem raises an error,...

View Article

Updated uri.js 1.18.1 -> 1.18.4

View Article

Updated velocity js library 1.2.0 -> 1.4.0

View Article

Updated isInViewport js library 2.4.1 -> 2.4.2

View Article


Updated fontawesome 4.6.3 -> 4.7.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 rails 5.0.0.1 -> 5.0.1

View Article


Updated capistrano 3.6.1 -> 3.7.2, capistrano-rails 1.2.0 -> 1.2.2

View Article


Updated capybara gem 2.10.1 -> 2.12.0

View Article

Updated puma gem 3.6.0 -> 3.7.0

View Article

Updated feedjira gem 2.0.0 -> 2.1.0

View Article

Updated gems: jquery-rails 4.2.1 -> 4.2.2, nokogiri 1.6.8.1 -> 1.7.0.1

View Article


Updated gems: kaminari 0.17.0 -> 1.0.1, sass 3.4.22 -> 3.4.2a, updated...

Updated gems: kaminari 0.17.0 -> 1.0.1, sass 3.4.22 -> 3.4.2a, updated activeadmin gem to latest HEAD

View Article

Updated newrelic_rpm gem 3.17.0.325 -> 3.18.0.329

View Article


Updated ox gem 2.4.5 -> 2.4.9

View Article

Updated rack-cache gem 1.6.1 -> 1.7.0

View Article


Updated redmon gem 0.0.10 -> 0.0.11

View Article

Updated sidekiq gem 4.2.5 -> 4.2.9

View Article

Updated sidekiq-cron gem 0.4.4 -> 0.4.5

View Article

Updated simple_form gem 3.3.1 -> 3.4.0

View Article


Updated uglifier gem 3.0.3 -> 3.0.4

View Article


Updated coveralls gem 0.8.15 -> 0.8.16

View Article

Updated factory_girl_rails gem 4.7.0 -> 4.8.0

View Article

Updated rspec-retry 0.5.2 -> 0.5.3

View Article


Updated selenium-webdriver gem 3.0.0 -> 3.0.5

View Article

Updated spring gem 2.0.0 -> 2.0.1

View Article

Updated sqlite3 1.3.12 -> 1.3.13

View Article

Updated yard gem 0.9.5 -> 0.9.8

View Article



Follow redmon gem's github master until a release is cut.

Current 0.0.12 version has a problem with dependencies (it depends on an ancient version of activesupport incompatible with rails 5). The previous one, 0.0.11, has another problem with dependencies...

View Article

Updated brakeman gem 3.4.1 -> 3.5.0

View Article

Fix bug in entries ordering.

The ordering of entries is determined by the server, clients assume the server is sending entries in the correct order. This is necessary so pagination does not do strange things. Most of the time the...

View Article

Fixed bug marking multiple entries as read.

When the user clicks on "read all", the server first decides which entries have to actually be marked as read. This is because new entries may have been fetched recently which the user has not yet...

View Article


Changed two database indexes so that they are in descending order.

This should improve performance, because queries that should use these indices are ordered in descending order.

View Article

Removed duplicated indexes.

There are some indexes on single columns that are not necessary, because there are other multi-column indexes that include them. Postgres can use the multicolumn index with the same performance....

View Article

Added partial index to speed up retrieving unread entries in the same order...

Added partial index to speed up retrieving unread entries in the same order they will be presented to the user.

View Article


Added user_id field to the entry_states db index used to retrieve entries in...

Added user_id field to the entry_states db index used to retrieve entries in the same order the client displays them. Hopefully this removes the need to filter by user_id after scanning the index,...

View Article


Add user_id to an entry_states db index.

This commit complements 048175ba. That commit added user_id to the index that is used when retrieving unread entries. This commit does the same but for the index that retrieves all entries regardless...

View Article

Updated redmon gem to 0.0.13

This is the first redmon version than can be used with rails 5.

View Article

Updated inherited_resources gem to 1.7.0

View Article
Browsing latest articles
Browse All 40 View Live


Latest Images