↧
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 ArticleFixed 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 ArticleAdded bundler-audit gem to the build.
It will be used in CI environment to automatically check for vulnerabilities in gems in the bundle.
View ArticleFetch 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