Skip to content

Tag: ruby-on-rails

rails s command issue

The rails s command is showing this issue bellow; I have no idea what it is? this project use to run fine; I haven’t change much either. My env: The weird thing is that I execute the same command in another project and it run just fine. I am missing something? If I try the command along it work but

Error: mime-types-data requires Ruby version >= 2.0

I recently install clean ubuntu14.04 virtual machine in vware fusion and updated it. I am trying to install the mime-tyes-data by sudo gem install mime-types-data -v 3.2015.1120 The error shows ERROR: Error installing mime-types-data: mime-types-data requires Ruby version >= 2.0. Before that I already upda…

Where is mod_passenger.so, installed with yum?

I have a combo of Centos 6-Apache-Passenger-Ruby. Install was made following instructions here. I also have whm, which means changes to httpd.conf must be made by click. While trying to include /etc/httpd/conf.d/*.conf, tells me there is an error because: Cannot load /usr/local/apache/modules/mod_passenger.so…