Why I believe Rails is still relevant in 2019

Why I believe Rails is still relevant in 2019

There are database drivers for almost every popular database, and schema management and Object Relational Mapping is handled the same way across all data stores. Well-supported, secure, and with smart defaults; ActiveAdmin allows developers to scaffold complicated admin GUIs with just a few lines of code. Just point the tool at your database table, list a few fields and define the layout and POOF you have yourself a personalised data management tool.

Source: devbrett.com