search for: jmerlino

Displaying 2 results from an estimated 2 matches for "jmerlino".

Did you mean: merlino
2011 Feb 10
8
rvm install 1.8.7 prompts "There has been an error while running make. Halting the installation."
...all I updated the .bash_profile and added the below line of text: [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" Then I type: rvm install 1.9.2 it did some stuff and then suddenly aborted: Error running ''make '', please read /Users/jmerlino/.rvm/log/ruby-1.9.2-p136/make.log There has been an error while running make. Halting the installation. Then I did the following: $ rvm package install readline $ rvm remove 1.9.2 $ rvm install 1.9.2 --with-readline-dir=$rvm_path/usr $ cd $HOME/.rvm/src/ruby-1.9.2-p0/ext/readline $ ruby extconf.r...
2011 Jan 02
1
After upgrading to Rails 3, getting errors in Rails 2 app
...app, I get this: script/server Missing the Rails 2.3.8 gem. Please `gem install -v=2.3.8 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed. MacBook-Pro:MK JANUARY jmerlino$ rails -v Rails 3.0.3 So I assume there''s going to be several issues like this. According to the railscasts, he says use the rails_upgrade plugin to address these issues. Anyone agrees with this? Thanks for response. -- Posted via http://www.ruby-forum.com/. -- You received this m...