John’s Week 7 Blog Post

John Grieco
Invisible College
Published in
1 min readFeb 24, 2015

This week I worked on getting data from the Puzzle Editor and placing that data into a rails database and also creating a Contact form and mailer for the Invisible College website.

I was successful in using an Ajax call to post javascript data to a rails database. This code can be seen here: https://github.com/JohnGrieco/ajax/tree/post_puzzle

I created a contact form that stores the data from the input fields in a rails database and it now lives on the invisible college website, I will continue to work on a mailer that sends the message to an email address of our choice and lets us know that someone is trying to contact us and it will display the message and email of that person. This code can be seen here: https://github.com/invisible-college/invisible-website

--

--