I am trying to setup rails 2.3.8 project in ubuntu 20.04Ruby version is 1.8.7
I have installed ruby and and rails of these version successfully.But when i try to run server using command script/serverI am getting this error
bundled_gems/ruby/1.8/gems/rails-2.3.8/lib/initializer.rb:7:in
gem_original_require': no such file to load -- rails/version (LoadError)`
Also when I run rake gems:installI got the same error
I have tried different thingsAlso I have commented gem file and then tried it but facing the issue still
I want to run the server