September 2, 2020
•Last updated November 5, 2023
Let's build for Ruby and Rails developers - Part 8
In part 8 of my Let's build for Ruby and Rails developers series I continue designing the individual job detail view using Tailwind CSS and Ruby on Rails.
Much of this design is subject to change but I went with a typical two-column layout for the detail view. Here we uncover more job details such as the description, company information, and company logo if present. We'll leverage the erb
syntax to probably render Ruby code within our views backed by our database.
Coming up in the next few parts we'll be refactoring some design and digging into the job posting experience. I'll be using Vue JS to build a multi-step form with built-in Stripe support so an employer can post a job in three easy steps. Stay tuned!
The series so far
Categories
Collection
Part of the Let's Build for Ruby and Rails Developers collection
Products and courses
-
Hello Hotwire
A course on Hotwire + Ruby on Rails.
-
Hello Rails
A course for newcomers to Ruby on Rails.
-
Rails UI
UI templates and components for Rails.