Ruby on Rails Wednesday, October 23, 2013

On Wed, Oct 23, 2013 at 2:22 PM, Ralph Vince <rvince99@gmail.com> wrote:

> I dont seem to be able to find any file or folder on this entire, rather
> fresh, linux system named execute-hooks. I think the problem was that I
> first installed rails 2.3.2. Im going to try to reinstall everything all
> over again in the next 24 hours, starting with a fresh linux installations,
> using rails 1.3.7 instead.

?? You originally said the app was developed using Rails 2.3.2.
And there is no such thing as "Rails 1.3.7"...

> sudo apt-get install libpq-dev

Why would you need that if you're using MySQL?

> gem install --remote jdbc-mysql

?! Unless you're actually using JRuby, which seems unlikely, why
would you think you need that?

If I were you, I would go back to the original machine and determine
which gems and gem versions the *running* app is actually using and
create an rvm gemset with exactly those (and only those) gems...

I don't know if bundler will work with such an old version of Ruby, but
creating a Gemfile would at least document your dependencies and
help you through upgrading.

Good luck,
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yC691wL%2BaCmgvgNEyiXrQgC4JB6EFn9Ujzbdhgv5PKzTw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment