Rails Guide — Part 10 Using BootstrapIn this week’s Rails blog, we are going to take a look at how to use Bootstrap for our app. We will be using our Flatiron Kitchen app from…Oct 14, 2021Oct 14, 2021
Rails Guide — Part 9 View Files ContinuedContinuing from last week’s blog, today we will go over view helper methods and how they can help to speed up our development process.Oct 7, 2021Oct 7, 2021
Rails Guide — Part 8 View Files ContinuedIn our last guide, we took a look at how to manually add a view file in our Rails application, how to modify the application layout, and…Sep 28, 2021Sep 28, 2021
Rails Guide — Part 7 View FilesIn our last guide we finished our exploration on the Model component in a Rails application. We looked at all the ActiveRecord associations…Sep 20, 2021Sep 20, 2021
Rails Guide — Part 6 Database Models ContinuedLast week we looked at the has and belongs to many association in Rails and how it was different from the has many through/belongs to…Sep 14, 2021Sep 14, 2021
Rails Guide — Part 5 Database Models ContinuedIn our previous blog, we took a look at the model component (The M in MVC) in a Rails application. We learned how to manually create a…Sep 10, 2021Sep 10, 2021
Rails Guide — Part 4 Database ModelsIn our previous blog we talked about how a Rails controller acts similar to an intermediary between the routes, models, and views. Today…Aug 30, 2021Aug 30, 2021
Rails Guide — Part 3 Controller Actions ContinuedContinuing from last week’s blog on Rails controller, today we will take a look at what else we can accomplish inside of a controller…Aug 23, 2021Aug 23, 2021
Rails Guide — Part 2 Controller ActionsIn our last blog we talked about the routes in a Rails application. Today we will take a deeper look at a Rails Controller. As you might…Aug 17, 2021Aug 17, 2021
Automated Testing with CypressIn a previous blog, we explored about using Selenium with Ruby to automate tasks. We ran basic commands like navigating to a webpage…Aug 9, 2021Aug 9, 2021