Meagan Waller

  • About
  • Talks
  • Contact Me
  • RSS

Ruby

A collection of 7 posts

February 25, 2021 · 4 min read

Understanding how accepts_nested_attributes_for works

It’s one thing to know how to use accepts_nested_attributes_for; it’s another to understand how it works in the Rails codebase. In this post, we will dive into the Rails codebase to de-magic-ify this Rails method.

Ruby Rails Code Reading

February 18, 2021 · 2 min read

Adding Twitter Cards to Jekyll

Learn how to add Twitter cards to Jekyll using the jekyll-seo-tag plugin.

Ruby Jekyll Tutorial

February 16, 2021 · 2 min read

Convert Rows to Columns with Ruby’s Transpose Method

We will dig into Ruby’s transpose method, understanding how it works and when to use it.

Ruby Quick Tip

January 16, 2021 · 32 min read

Use a nested dynamic form with a has_many :through association in Rails.

We’re going to learn when and how to use the has_many through association. Then we’re going to create an application with dynamic nested attributes.

Ruby Rails Tutorial

December 21, 2020 · 12 min read

Secret Santa Ruby Quiz

See my thought process and implementation for solving the Secret Santa quiz from RubyQuiz.com

Ruby Code Reading

Page 1 of 2 Older Posts

Twitter GitHub CodePen Linkedin

Meagan Waller © 2021 . Horace theme by JustGoodThemes.
Powered by Jekyll.

Back to top

Explore Site

  • About
  • Talks
  • Contact Me
  • RSS

About Meagan Waller

A blog about software from Meagan Waller. Mainly focused on Ruby and Rails, but also delves into frontend development, professional development, and other tech adjacent things.

Recent Articles

  • February 25, 2021
    Understanding how `accepts_nested_attributes_for` works
  • February 21, 2021
    How to Finally Manage Your Gmail Inbox Using Filters
  • February 18, 2021
    Adding Twitter Cards to Jekyll

Tags

Bash Code Reading Gatsby JavaScript Jekyll Life Organization Productivity Professional Development Quick Tip Rails React Rework Ruby Tips Tutorial