Blogs
Integrate Dart Sass with the asset pipeline in Rails
Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax.This gem wraps the standalone executable version of the Dart version of Sass. T...
assaf/vanity: Experiment Driven Development for Ruby
Experiment Driven Development for Ruby. Contribute to assaf/vanity development by creating an account on GitHub.Vanity is an A/B testing framework for Rails that is datastore agnostic.All about Vanity: http://vanity.labnotes.orgOn Github: http://g...
Get Better at Ruby with Sorting Algorithms - Bubble Sort
Sorting algorithms are a great way for us to become better developers. They help us with logic and gives us a better understanding on how it all works behind the scenes, as we discussed on our last post.Continuing with the series, in this post we.
Code scanning and Ruby: turning source code into a queryable database | The GitHub Blog
We recently added beta support for Ruby to the CodeQL engine that powers GitHub code scanning, as part of our efforts to make it easier for developers to build and ship secure code. Ruby support is particularly exciting for us, since GitHub itself...
Upgrade Rails From 6.1 to 7.0 - FastRuby.io | Rails Upgrade Service
Learn the details of how to upgrade Ruby on Rails from 6.1 to 7.0, including the deprecations and required configurations.This article will cover the most important aspects that you need to know to get your Ruby on Rails application from version 6...