Blogs

How To Setup Nginx On Server For Rails Application?

Ruby on Rails is a popular rapid development web framework. It allows web designers and developers to quickly implement dynamic and fully featured Ruby on Rails application. This article describes procedures for installing Ruby on Rails in conjunction with the nginx setup and Passenger module. Nginx (pronounced “engine X”) is a lightweight, high-performance Web server/reverse …

How To Setup Nginx On Server For Rails Application? Read More »

How To Do Source Installation Of SQLite3?

OSQLite is a relational database management system contained in a small programming library. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is ACID-compliant and implements most of the SQL standard, using a dynamically and weakly typed …

How To Do Source Installation Of SQLite3? Read More »

How To Install Memcached On A Vps Server Or A Dedicated Server?

Memcached is a Unix daemon written in C that exposes a specified amount of memory space as a hash table on the network using a dedicated text or binary protocol. The protocol allows a limited set of operations such as set, get, and delete, and also some more complex atomic operations such as cas (compare …

How To Install Memcached On A Vps Server Or A Dedicated Server? Read More »

How To Change The Max Php Execution Time In Virtualmin?

Virtualmin is a Webmin module for managing multiple virtual hosts through a single interface, like Plesk or Cpanel. It supports the creation and management of Apache virtual hosts, BIND DNS domains, MySQL databases, and mailboxes and aliases with Sendmail or Postfix. It makes use of the existing Webmin modules for these servers, and so should …

How To Change The Max Php Execution Time In Virtualmin? Read More »

How To Use Rack Middleware In Rails For Auto Completion?

In today’s modern web applications auto completion/ auto suggestions are very common right from a small to very large applications, serving up multiple requests simultaneously with quick response from the server is very important to make the user experience better and enjoyable. Here is where rack middleware comes in the picture. What is Rack Middleware? …

How To Use Rack Middleware In Rails For Auto Completion? Read More »

How To Set Up A Rails Application On Main Domain With Passenger?

Here are the steps to set up a Rails Application on Main Domain with Passenger : Upload your application to the server using either ftp/sftp or SSH or if you have your application under version control, checkout or clone your application to a folder in your home directory. Next, we need address apache/passenger about your …

How To Set Up A Rails Application On Main Domain With Passenger? Read More »

en_USEnglish