Setting up Rails app on Apache with passenger - Rails doesn't seem to load
I am trying to set up Rails on a Ubuntu instance by following along with documentation such as https://help.ubuntu.com/community/RubyOnRails . I am trying to set up the app from the Rails Getting Started page here: http://guides.rubyonrails.org/getting_started.html . What I have done so far: Installation of Ruby/RubyGems/Rails through RVM and GEM (this installed Ruby 1.9.2 and Rails 3.0.7) Installation of the mysql and mysql2 module (latter which didn't work) Creation of rails app (blog app as tutorial is instructing) Sym linking of /home/me/www/blog/public/ from /var/www/blog/ Creation of DB