stack - Suggestions For Running Rails 2 App -
have old rails 2.0.1/ruby 1.8.7 app need run in production environment on ubuntu 14.04 until gets finished porting rails 4 , i'd advice on stack use. i've been trying going nginx 1.7.10 , passenger 5.0.4 rails app doesn't seem load , 404's. same thing happening me, though, when going passenger 3.0.19 , nginx 1.6.2 or combinations of above. tried passenger standalone , same problem. thing that's worked far webrick server comes standard in script/console.
love suggestions.
thanks
well doesn't answer question problem cause, able copy gems, nginx version, passenger version, server running rails 2 application , worked. here list of versions of everything:
nginx 1.6.2 passenger 4.0.53
gems:
arel (6.0.0) builder (3.2.2) bundler (1.7.7) bundler-unload (1.0.2) chunky_png (1.3.3) crack (0.4.2) daemon_controller (1.2.0) drx (0.4.5) elif (0.1.0) erubis (2.7.0) executable-hooks (1.3.2) fastthread (1.0.7) gem-wrappers (1.2.7) hike (1.2.3) hpricot (0.6.164) htmldoc (0.2.3) i18n (0.6.11) image_science (1.2.4) journey (1.0.4) json (1.8.1) mail (2.6.3) mime-types (1.17.2) multi_json (1.10.1) mysql (2.9.1) netrc (0.9.0) passenger (4.0.53) pdfkit (0.6.2) polyglot (0.3.5) rack (1.5.2) rack-cache (1.2) rake (0.9.2.2) rdoc (4.1.2) rest-client (1.6.7) ri_cal (0.8.8) rqrcode (0.4.2) rqrcode_png (0.1.5) rubygems-bundler (1.4.4) rubygems-update (2.4.4) rubyinline (3.12.3) rvm (1.11.3.9) safe_yaml (1.0.4) sprockets (2.12.3) thor (0.19.1) thread_safe (0.3.4) tilt (1.4.1) treetop (1.5.3) tzinfo (1.2.2) wkhtmltopdf (0.1.2) zentest (4.11.0)
thank hmallett , else looked @ this
Comments
Post a Comment