Itty Bitty Ruby

Little chances to make big improvements in your ruby and rails code. 60 second reads.

Tap Method

02 Aug 2018
.tap()
View Post
• Unread

Double Negatives

01 Aug 2018
.blank?
View Post
• Unread

Rails String Inflections

11 Jul 2018
.humanize
View Post
• Unread

Active Record Attribute Methods

10 Jul 2018
add_column
View Post
• Unread

Named Regex Captures in Ruby 2.4

27 Feb 2018
?<name>
View Post
• Unread

Safe Method Chaining

24 Feb 2018
&.
View Post
• Unread

Pass Rails ENV to Front End

22 Feb 2018
ENV['BASE_URL']
View Post
• Unread

All the Variables of Ruby

15 Feb 2018
var
View Post
• Unread

Itty Bitty Ruby