Posts - Page 10
Personal blog by Karina Baha.
-
"Hello World" Application using Ruby on Rails 6
In Ruby on Rails Oct 24, 2021
This article is a brief introduction to web application development in general and, in particular, to Ruby on Rails. We will create a simple application that will display the text “Hello, World!” ...
-
Export Query Results to Another Database using DBeaver
In PostgreSQL Oct 23, 2021
In this post, we’ll export query results from one database to another using DBeaver. We’ll use the Community Edition 21.2.3.... -
Using JavaScript in Ruby on Rails. Let's Build a To-Do App!
In Ruby on Rails August 27, 2021
Rails has a lot of built-in helpers that simplify the process of adding Ajax/JavaScript functionality to our applications. Rails uses an unobtrusive scripting adapter (UJS) that provides helpers to...
-
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.
...