Today I learned a new way to render forms from my views with a Rails method, especially for Forms: form_with. My previews post was about how display a...
After testing my controllers on my previous post, I encountered I wanted to add an edit button to my views and allow the chance to edit a previous...
My previews post was about testing my controllers and tried to understand why they were not passing and the alternatives I had. With the help of my...
Today I wrote a pair of tests for my controller and found a couple of things I would like to understand in deep and begin to practice them more. While...
I have worked this week on testing my controller for my Rails application, and I found something interesting about strong parameters and my results,...
Today I learned how to test Devise with RSpec and Capybara. I used the Devise gem to authenticate my users, there are other alternatives like CanCan...