How to use Memcached in Rails applications
What is Memcached? Memcached is a technology used as a system for storing and distributing data in server memory (RAM).…
Memberikan Infromasi Terkini
What is Memcached? Memcached is a technology used as a system for storing and distributing data in server memory (RAM).…
A chart (graph) is a 2D or 3D graphical object that presents a value or calculation result in the form…
Install Ruby on Rails on Windows with Rails Installer To use the Ruby on Rails framework version 3 and higher,…
After successfully creating validations, relationships, and using scopes in Rails in the previous article, we will next create authentication functionality…
The steps to add YouTube plugins are as follows: 1. Add the requirements below to the file app/assets/javascripts/application.js //= requires…
Twilio is a communications services platform based in San Francisco, California. Twilio allows software developers to make and receive phone…
In this series, we will continue the project that we created in the Ruby on Rails learning series, part 11.…
In this tutorial, the material that will be covered is an introduction to the Ruby language. Before we continue with…
You’ve probably already heard of it Ruby on Rails which we talk a lot about at the moment developers abroad…
After learning how to create simple task apps using scaffolding, the next discussion this time is about tables and dummy…