Hey I've deployed one of my Rails app in the server using phusion Passenger(4.0.20)
and Rails 3.0.3
and Ruby ruby-1.8.7-p374
. In the same system, we are managing other rails projects also with other Rails and Ruby versions. We are using RVM
to manage rubies.
Doing rvm list shows:
rvm rubies
ruby-1.8.7-p371 [ x86_64 ]
=* ruby-1.8.7-p374 [ x86_64 ]
ruby-2.0.0-p353 [ x86_64 ]
ruby-2.0.0-p451 [ x86_64 ]
ruby-2.1.0 [ x86_64 ]
ruby-2.1.1 [ x86_64 ]
# => - current
# =* - current && default
# * - default
The project that I've problem while running is using ruby-1.8.7-p374
and Rails 3.0.3
. Now when I take the URL, it shows the below given error.
Restarted apache, restarted passenger, but we are getting issues with ruby-2.0.0-p451
which we have installed for managing another Rails application.
What could be the reason? Please help :)