Ruby on Rails
Articles related to Ruby on Rails web development framework.
-
Ruby on Rails Forms. Let’s Build a Sign-Up Form!
In Ruby on Rails August 16, 2021
Rails has a lot of built-in helpers that assist in generating HTML markup. HTML forms can have complex structures that's why using these helpers can simplify quite a lot the process of building suc...
-
Import Bootstrap into a Ruby on Rails 6 Application
In Ruby on Rails August 14, 2021
In this article, we will discuss the steps needed to import the Bootstrap library into a Rails 6 app. We will import the 5.1 version, which is the latest version at the time of writing.
...