Quantcast
Channel: FeedBunch:1e4b298336a197568bdfd930e695fc014acf14fd commits
Browsing latest articles
Browse All 40 View Live
↧

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


Fixed macro used in acceptance tests.

The latest Hopscotch update has changed the close button: it no longer is an <a> element but a <button>, and the CSS selector used in the macro failed. The selector has been changed to...

View Article

Added bundler-audit gem to the build.

It will be used in CI environment to automatically check for vulnerabilities in gems in the bundle.

View Article

Added bundler version to Gemfile.

View Article

Fetch gems from github with https:// instead of git://

This ensures safe connection with github (no MITM that could tamper the gem), and fixes an error returned by bundler-audit.

View Article


Updated devise gem 3.5.1 -> 3.5.2

View Article

Updated newrelic_rpm gem 3.12.1.298 -> 3.13.0.299

View Article

Updated puma gem 2.12.3 > 2.13.3

View Article


Updated aws-sdk-core and aws-sdk-resources gems 2.1.13 -> 2.1.14

View Article


Remove deprecated option "config.expire_auth_token_on_timeout" from devise in...

View Article

Updated angular-sanitize, angular-touch and angular.js 1.4.3 -> 1.4.4

View Article

Removed fastclick.js from the project.

I think some issues with touch-click events firing twice are related to having both ng-touch and fastclick in the app. Fastclick should be redundant, ng-touch supposedly removes the 300ms delay on...

View Article

Update puma gem 2.13.3 -> 2.13.4

View Article


Updated rails 4.2.3 -> 4.2.4

View Article

Updated uglifier gem 2.7.1 -> 2.7.2

This fixes a security vulnerability. Details:...

View Article


Updated capybara gem 2.4.4 -> 2.5.0

View Article

Update aws-sdk-resources, aws-sdk-core gems 2.1.14 -> 2.1.17

View Article


Added "bundled with" info to Gemfile.lock

View Article

Updated ruby version 2.2.2 -> 2.2.3

View Article

Replaced #default_wait_time with #default_max_wait_time in the rails rspec co...

The option is the same but the changed name supposedly better reflects its actual meaning. This removes a deprecation warning when running tests.

View Article

Updated simple_form gem 3.1.0 -> 3.1.1

View Article


Updated brakeman gem 3.0.5 -> 3.1.0

View Article


Updated rspec-retry gem 0.4.2 -> 0.4.3

View Article

Added sidekiq-statistic gem to the bundle.

Better visualization for sidekiq should be nice.

View Article

Updated brakeman gem 3.1.0 -> 3.1.1

View Article


Updated database_cleaner gem 1.4.1 -> 1.5.0

View Article

Updated jquery-rails gem 4.0.4 -> 4.0.5

View Article

Updated newrelic_rpm gem 3.13.0.299 -> 3.13.1.300

View Article

Updated pg gem 1.18.2 -> 1.18.3

View Article



Updated puma gem 2.13.4 -> 2.14.0

View Article

Updated rspec-retry gem 0.4.3 -> 0.4.4

View Article

Updated sass-rails gem 5.0.3 -> 5.0.4

View Article

Updated sidekiq gem 3.4.2 -> 3.5.0

View Article


Updated simple_form 3.1.1 -> 3.2.0

View Article

Updated spring gem 1.3.6 -> 1.4.0

View Article

Updated aws-sdk-core and aws-sdk-resources gems 2.1.17 -> 2.1.23

View Article


Fixed Sidekiq version to 3.4.2

The latest Sidekiq 3.5.0 version depends on Celluloid 0.17.0. However Sidetiq (which we use for recurring jobs) is incompatible with this Celluloid version, for more details see:...

View Article


Updated cancancan gem 1.12.0 -> 1.13.1

View Article

Updated devise_invitable gem 1.5.2 -> 1.5.3

View Article

Updated newrelic_rpm gem 3.13.1.300 -> 3.13.2.302

View Article
Browsing latest articles
Browse All 40 View Live