|
Those errors are due to Ruby/Gem/Rails update. It was working well in production for many years.
For the "require lsapi" error, you need to locate the gem folder, like
/usr/lib64/ruby/gems/1.9.1/gems/ruby-lsapi-4.0/
Just follow the instruction in README to manually install it into ruby system folder, it can be always located by ruby.
|