How to install Ruby and Rails on Centos 7 via RPM
The version of Ruby in CentOS 7 repository is 2.0 but Install 2.2 with RPM package.
The version of Ruby in CentOS 7 repository is 2.0 but Install 2.2 with RPM package.
On this page you will learn how you can deploy your app to a server that is running Passenger. You can either follow these instructions with your own app.
For multiple database connection, you need to add the following codes to the database.yml file. Here, I am giving the example of connecting two databases from a rails application
It was a serious problem when you lost your MySQL password. But luckily resetting a lost MySQL root password is easy as long as you have sudo access to the Server.
I create this list to collect all useful links for developers during my work. Hope it may help you.
Specified 'mysql2' for database adapter, but the gem is not loaded. Add `gem 'mysql2'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).
This article guides you how to install PHP 5.6 via remi and install MySQL 5.7 via yum repo
I cannot connect RDS from EC2 using phpMyAdmin but I can connect by command line.
When I configure mysql to increase max_connections of mysql, I face the problem that max_connections was limit at 214
As we know, Laravel 5.6 only work on PHP 7.1.3 and later, so we need to install required version of PHP and its dependencies