Your Teachers
Chris Oliver
Hi, I'm Chris. I'm the creator of GoRails, Hatchbox.io and Jumpstart. I spend my time creating tutorials and tools to help Ruby on Rails developers build apps better and faster.
About This Episode
Formatting Ruby code can be a point of contention because the language is so flexible, but it
Notes
Rails has never provided any formatting / linter functionality out of the box until now. These rules serve as a starting place and focus mostly around the basics of formatting Ruby code and ensuring consistency with spacing and other little things.
The Omakase Rubocop Rails library can also be easily extended with additional Rubocop rules that your team may like to enforce.