Quantcast
Channel: FeedBunch:94bcfe89460051cfd40cf870d8026c738d27fba0 commits
Browsing all 40 articles
Browse latest 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
Browsing all 40 articles
Browse latest View live