DEV Community

Andy Leverenz
Andy Leverenz

Posted on • Originally published at web-crunch.com on

Let's build for Ruby and Rails developers - Part 10

In part 10 of my Let's build for Ruby and Rails developers series I begin adding new job details fields on our new job form.

Much of the work in this part is foundational to get the necessary data from a given employer to the app itself. We'll add fields related to the job in this part and continue adding more fields related to the company in part 11.

This entire form is built with Vue.js which I'll use AJAX to push new data to the Ruby on Rails app behind the scenes.

The series so far

Top comments (0)