Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJonathan Fernandes
Courses Plus Student 22,784 PointsSimple Rails Contact Form
Does anyone know where I can find some simple how-to's on making a contact form from scratch in rails without using a gem?
I want to be able to manipulate it so I want to learn from scratch but the video seemed really outdated because I got a boatload of errors when I tried to do the same thing and they don't really deal with making a "contact form."
2 Answers
Martin Cornejo Saavedra
18,132 PointsCheck the course "Build a Todo List Application with Rails 4". In this part https://teamtreehouse.com/library/build-a-todo-list-application-with-rails-4/build-a-todo-list-application-with-rails-4/adding-todo-items
in minute 5:00 there you can see one way a form can be done in Rails.
Jonathan Fernandes
Courses Plus Student 22,784 Pointsthanks! Thats just what I needed!