Categories
Ruby on Rails The Odin Project

Rails Helper form_with Not Working As Expected

I recently encountered a stumbling block when using form_with in a Rails application I was building. No matter what I tried, the form did not work as I expected it to – on submitting the form, nothing would happen. The button appears to press successfully, the parameters get sent to the server, but the information displayed in the current view would not change.

Categories
HTML and CSS The Odin Project

Cloning a NY Times Article

I just completed one of the first projects in the HTML/CSS portion of the curriculum at TheOdinPoject. This project involved cloning a New York Times article. The primary skills involved here included using the Web Developer Tools, as well as using CSS positioning tools such as flex and grid.