rachelkathleen.github.io


Rails - Form Submission and File Upload via AJAX

A quick quide on how to render a form for creating a resource that is submitted dynamically.


Rails - Serializing Active Storage uploads with Active Model

The fourth project for the Flatiron School’s software engineering program was to update our previous rails project with javascript features.


Google Authentication Strategy for Rails 5 Application

When creating my rails final project, WINELOG, I found it difficult to implement social login with Google. I also found there was a lack of recent documentation or blog posts on the subject.


Rails Project Roundup - Scope Methods, Metaprogramming & Refactoring


Rails - Nested Forms in Three Steps

Rails is rife with magic. Form helpers, in particular the ability to build forms directly linked to Ruby objects, are one piece of Rails magic that I had a hard time wrapping my head around.