$ tail -f ~/blog | grep 2019
Posts filed under 2019.
2019-03-04 · 1 min read Keep your Javascript dependencies under control The best way to explore the size and content of your frontend. # javascript · webpack · webdev · rails 2019-02-24 · 3 min read Easier usage of Rails 5.2 credentials and app-specific configuration Have you ever thought “isn’t there a simpler, more concise way to write `Rails.application.credentials[:something]`?” This post suggests a solution to this problem. # ruby · rails · tutorial · learning 2019-02-18 · 1 min read How to send Rails deprecation warnings to Airbrake Send Rails production deprecation warnings to Airbrake with an ActiveSupport::Notifications subscriber that preserves the message and call stack. # ruby · rails · todayilearned · tutorial