Rails Refactoring Podcast #6 - Frontend Friendly Rails

Rails Refactoring Podcast #6 - Frontend Friendly Rails

Arkency - 24 June 2016

Hi, we're Arkency and it's our blog with meaty content.

Liberate Your Search in Rails with Tags

Liberate Your Search in Rails with Tags

SitePoint - 23 June 2016

How to upgrade to Rails 5

How to upgrade to Rails 5

Hashrocket - 23 June 2016

Rails 5 has a ton of new features. It addresses almost 500 issues and pull-requests dealing with performance, security and new features. I'm going to list step by step what you will need to migrate from Rails 4.2 to Rails 5.0.

Mutation testing of Rails views

Mutation testing of Rails views

Arkency - 21 June 2016

Thanks to mutation testing we can get much higher confidence while working with Ruby/Rails apps. There is one area, though, where I've been struggling to make mutant to work - the Rails views. People use erb or haml and they're both not a proper Ruby code, they're templating languages. In this post, I'm showing a trick which can help make Rails views covered by mutation testing coverage.