I previously had Passenger 2.2.13 install w开发者_StackOverflow社区ith NGINX 0.7.65 - I want to install rails 3 so I figured I\'d go the RVM route. I followed instructions from http://blog.ninjahideou
I have searched for this problem and couldn\'t find relevant similar questions. Please bear with me if this is repetitive.
I recently updated my Ruby version to 1.9.2 through RVM. (And, is it normal that I have to use the command rvm use 1.9.2 EVERY TIME when sta开发者_Python百科rting the terminal?).
I\'m converting a Rails-2.3 project over to 3.0.3, and I\'m running into a vexing issue with the mysql2 gem. It\'s listed in my Gemfile, I ran bundle install successfully. When I list my local gems, m
When I go into my rails app folder and write: which ruby I get开发者_如何学Python this: /Users/gugguson/.rvm/rubies/ruby-head/bin/ruby
I\'m trying to keep along with the Tekpub Build your own blog on rails screencast.I\'m still very much a ruby novice and the problem is that I have Rails 3 installed while Rob uses an older version (O
I\'m looking to deploy two rails projects.One with Ruby 1.8.7 and Rails 2.3.8, and another with Ruby 1.9.2 and Rails 3.0.1.
I have a rails app I am trying to run under passenger 3 sta开发者_JAVA百科ndalone: passenger start -a 127.0.0.1 -p 3001 -d
I\'m using ruby 1.8.6 and rails 1.2.3 (ancient but I\'m debugging an old app) A model called Payperiod has attributes begindate and enddate and after importing the db, the dates are all there (appare
I\'m going to start with the usual noob line, \"I\'m new to rails\".Oh, and I\'m running Mac OSX 10.6.4