Quantcast
Channel: FeedBunch:57a972a512d5e7a8a2fc02f1f723c1a870c80244 commits
Browsing latest articles
Browse All 40 View Live

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


Update rubyzip gem 1.2.0 -> 1.2.1

This fixes a directory traversal vulnerability, see https://github.com/rubyzip/rubyzip/issues/315

View Article

Updated cancancan gem 1.15.0 -> 1.16.0

View Article

Updated devise-invitable gem 1.7.0 -> 1.7.1

View Article

Updated feedjira gem 2.1.0 -> 2.1.1

View Article


Updated newrelic_rpm gem 3.18.0.329 -> 3.18.1.330

View Article

Updated pghero gem 1.6.2 -> 1.6.3

View Article


Updated puma gem 3.7.0 -> 3.7.1

View Article

Updated rest-client gem 2.0.0 -> 2.0.1

View Article


Updated uglifier gem 3.0.4 -> 3.1.4

View Article

Updated capistrano-rails 1.2.2 -> 1.2.3

View Article

Updated capybara 2.12.0 -> 2.12.1

View Article

Updated selenium-webdriver 3.0.5 -> 3.2.2

View Article


2.1.1"">Revert "Updated feedjira gem 2.1.0 -> 2.1.1"

This reverts commit c187556a1cc1d7491f7071dc65e0de70132b3a4e. There seems to be a bug in latest feedjira related to handling of the url attribute of atom feeds. Probably caused by me. Ooops.

View Article


Updated rails 5.0.0 -> 5.0.2

View Article

Pinned feedjira gem to 2.1.0

2.1.1 version has a bug setting url and feed_url attributes in Feedburner feeds.

View Article

Updated feedjira gem 2.1.0 -> 2.1.2

View Article


Updated ruby 2.3.3 -> 2.4.0

View Article

Updated ox gem 2.4.5 -> 2.4.7

Older gem version didn't compile with ruby 2.4

View Article

Updated nokogiri 1.6.8.1 -> 1.7.0 to get rid of a deprecation warning in ruby...

View Article

Updated sinatra to latest master HEAD

It includes a PR that removes the use of Fixnum, which does away with deprecation warnings under ruby 2.4

View Article



Updated angular, angular-sanitize, angular-touch js libraries 1.5.8 -> 1.6.3

View Article

Updated enquire.js 2.1.2 -> 2.1.6

View Article

Updated hopscotch js library 0.2.6 -> 0.2.7

View Article

Updated uri.js 1.18.4 -> 1.18.9

View Article


Updated velocity.js 1.4.0 -> 1.4.3

View Article

Updated isInViewport js library 2.4.2 -> 3.0.0

View Article

Updated ngInfiniteScroll js library 1.2.2 -> 1.3.4

View Article


1.4.3". Hiding the sidebar in mobile bro...">Revert "Updated velocity.js 1.4.0 -> 1.4.3". Hiding the sidebar in mobile bro...

This reverts commit 4b6a9ada.

View Article


Updated velocity js library 1.4.0 -> 1.4.2

It's the last version in which hiding the sidebar in mobile browsers works. 1.4.3 breaks this.

View Article

Updated brakeman gem 3.5.0 -> 3.6.0

View Article

Updated nokogiri gem 1.7.0.1 -> 1.7.1

View Article
Browsing latest articles
Browse All 40 View Live




Latest Images