In today’s post I will teach you how to build an API in Rails from scratch with several features and implementing some development patterns that allow our API to expand without much code and that i...
RosemDev
CancelLet's build an API in Rails - Part 01
What is an API?
In today’s post I’m going to talk a little about what an API is and why it’s a concept that allows us to make several integrations between software in such a way that it allows us to build several ...
How to install Rails: A full-stack framework
In this post I will show how to install RoR aka Ruby on Rails a full-stack framework. RoR is a framework that was built to deliver extremely fast web applications by using the concept of convention...
How to install old versions of ruby on debian 10
In this post I will show how to install old versions of ruby on debian 10. There is a problem with old versions with newer linux systems because of problems with old versions of libssl. Requirem...