Quantcast
Channel: FeedBunch:94bcfe89460051cfd40cf870d8026c738d27fba0 commits
Browsing latest articles
Browse All 40 View Live
↧

Wherever a unit test asserts that an error should be raised, specify the erro...

Recent rspec versions issue a warning if the following is done without passing an error class: expect {...}.to raise_error The reason is that this way any error is captured, which can mask programming...

View Article


When moving a feed to a new folder during acceptance testing, introduce a...

When moving a feed to a new folder during acceptance testing, introduce a small delay between the popup appearing and entering the new folder name. This is necessary to give the client time enough to...

View Article

Updated jquery-rails gem 4.0.3 -> 4.0.4

It includes fix for vulnerability CVE-2015-1840: https://groups.google.com/forum/#!msg/rubyonrails-security/XIZPbobuwaY/fqnzzpuOlA4J

View Article

Updated sidekiq gem 3.3.4 -> 3.4.0

View Article

Updated angular-sanitize 1.4.0 -> 1.4.1

View Article


Updated angular-touch 1.4.0 -> 1.4.1

View Article

Updated angularJS 1.4.0 -> 1.4.1

View Article

Updated bootstrap-sass-official 3.3.3 -> 3.3.5

View Article


Updated brakeman gem.

View Article


Updated brakeman gem 3.0.4 -> 3.0.5

View Article

Added Net::HTTPBadResponse to the list of expected errors that can be raised...

Added Net::HTTPBadResponse to the list of expected errors that can be raised during a scheduled feed update. If this error is raised, it is rescued so that the job itself does not fail, preventing...

View Article

Highlighting entries only works for desktop-sized and larger screens.

Smaller screens are usually touchscreens (tablets and phones), for which highlighting doesn't really work because it's related to hovering the mouse.

View Article

Highlighting sidebar links only works for desktop-sized and larger screens.

Smaller screens are usually touchscreens (tablets and phones), for which highlighting doesn't really work because it's related to hovering the mouse.

View Article


Check that the passed entry is not nil before toggling its open/closed state.

View Article

Check if an entry is not nil before trying to toggle its read/unread state.

View Article


Check if the passed feed or folder is not nil before setting it as the curren...

View Article

Updated rails 4.2.2 -> 4.2.3

View Article


Added "on delete cascade" to all foreign key definitions.

In all cases we want dependent records to be deleted when the master record is deleted.

View Article

Renamed method for consistency with the AR callback that invokes it.

View Article

Run before_destroy callbacks before any other AR callbacks.

It's not vitally important for the moment, but it's generally a good idea to run before_destroy first, so that any dependent records still exist when the callback runs (e.g. in case we want to stop...

View Article

Demo user cannot be destroyed while the demo user flag is enabled in the app ...

View Article


Demo user cannot be deleted if the demo user flag is enabled.

This commit adds a control at the model level so that the app does not enqueue a delete job for the demo user nor does it try to lock it as soon as the user requests a profile deletion. There are...

View Article


Updated bower-rails gem 0.9.2 -> 0.10.0

View Article

Updated cancancan gem 1.11.0 -> 1.12.0

View Article

Updated coveralls gem 0.8.1 -> 0.8.2

View Article


Updated newrelic_rpm gem 3.12.0.288 -> 3.12.1.298

View Article

Updated pghero gem 1.0.1 -> 1.1.0

View Article

Updated rspec-core, rspec-rails and rspec-mocks gems to latest version.

View Article

Updated rspec-retry gem 0.4.0 -> 0.4.2

View Article



Updated show_me_the_cookies gem 2.6.0 -> 3.0.0

View Article

Updated sidekiq 3.4.0 -> 3.4.1

View Article

Updated aws-sdk-core, aws-sdk-resources gems 2.1.0 -> 2.1.4

View Article

Updated puma gem 2.11.3 -> 2.12.0

View Article


Updates aws-sdk-core, aws-sdk-resources gems 2.1.4 -> 2.1.7

View Article

Improved sanity check.

The improvement affects the code that checks at the end of an ImportSubscriptionWorker if the OpmlImportJobState for the whole OPML import exists and is in state RUNNING. The old code could raise an...

View Article

Updated sidekiq 3.4.1 -> 3.4.2

View Article


Make the uniqueness constraint on the guid attribute of Entry and DeletedEntr...

It makes sense that the guid is case-sensitive; often the guid has the same value as the entry URL, and URLs are case sensitive. This means that e.g. an entry with guid "AAA" and another with guid...

View Article


Added theme-color meta tag to HTML header.

This will colorize the address bar with the same orange color as the current app icon, at least for android lollipop and above. For more details about this meta tag:...

View Article

Updated devise_invitable gem 1.5.1 -> 1.5.2

View Article

Updated high_voltage gem 2.3.0 -> 2.4.0

View Article
Browsing latest articles
Browse All 40 View Live