A quick quide on how to render a form for creating a resource that is submitted dynamically.
The fourth project for the Flatiron School’s software engineering program was to update our previous rails project with javascript features.
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 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.