Welcome! This is a Rails application scaffolded as a starting point for a live coding exercise.
- Ruby 3.3+
- SQLite3
bin/setupThat's it. The setup script will check your prerequisites, install gems, prepare the database, and confirm everything is ready.
bin/devThen visit http://localhost:3000.
bin/rails test- A
Personmodel withfirst_name,last_name, andemailattributes - Presence validations on all three fields and a uniqueness validation on
email - A simple welcome page at the root route
- Use whatever editor and AI tools you want.
- Think out loud — we're interested in how you approach problems, not just the solution.
- Ask questions! This is a conversation, not an exam.