Re: [Rails] Re: Old rails project, new machine

2013-10-24 Thread Colin Law
On 23 October 2013 22:22, Ralph Vince wrote: > > I dont seem to be able to find any file or folder on this entire, rather > fresh, linux system named execute-hooks. Look at the error message: Error loading RubyGems plugin "/home/user/.rvm/gems/ruby-1. 8.6-p420@global/gems/executable-hooks-1.2.5/l

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Ralph Vince
On Wed, Oct 23, 2013 at 6:01 PM, Hassan Schroeder < hassan.schroe...@gmail.com> wrote: > On Wed, Oct 23, 2013 at 2:22 PM, Ralph Vince 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 >

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Hassan Schroeder
On Wed, Oct 23, 2013 at 2:22 PM, Ralph Vince 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 n

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Ralph Vince
On Wed, Oct 23, 2013 at 4:36 PM, Colin Law wrote: > On 23 October 2013 21:29, Jordon Bedwell wrote: > > On Wed, Oct 23, 2013 at 3:19 PM, Ralph Vince wrote: > >> Colin, yes, but this is the world I am stuck in(!) : > >> > >> gem uninstall executable-hooks > >> Error loading RubyGems plugin > >>

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Colin Law
On 23 October 2013 21:29, Jordon Bedwell wrote: > On Wed, Oct 23, 2013 at 3:19 PM, Ralph Vince wrote: >> Colin, yes, but this is the world I am stuck in(!) : >> >> gem uninstall executable-hooks >> Error loading RubyGems plugin >> "/home/user/.rvm/gems/ruby-1.8.6-p420/gems/executable-hooks-1.2.6/

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Jordon Bedwell
On Wed, Oct 23, 2013 at 3:19 PM, Ralph Vince wrote: > Colin, yes, but this is the world I am stuck in(!) : > > gem uninstall executable-hooks > Error loading RubyGems plugin > "/home/user/.rvm/gems/ruby-1.8.6-p420/gems/executable-hooks-1.2.6/lib/rubygems_plugin.rb": > uninitialized constant Execut

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Ralph Vince
> > > Since the error you are getting in the executable-hooks gem I would > start by removing it and see what happens. It may not be compatible > with that version of ruby for example. Since it seems the first > version was only three months ago it seems unlikely that your app > needs it [1]. > >

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Colin Law
On 23 October 2013 20:59, Ralph Vince wrote: > > > > On Wed, Oct 23, 2013 at 3:43 PM, Colin Law wrote: >> >> On 23 October 2013 17:44, RVic wrote: >> > >> > >> > On Wednesday, October 23, 2013 11:26:51 AM UTC-4, Colin Law wrote: >> >> >> Why are you using the executablehooks gem anyway on a rai

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Ralph Vince
On Wed, Oct 23, 2013 at 3:43 PM, Colin Law wrote: > On 23 October 2013 17:44, RVic wrote: > > > > > > On Wednesday, October 23, 2013 11:26:51 AM UTC-4, Colin Law wrote: > > >> Why are you using the executablehooks gem anyway on a rails 2 app? > >> > >> > > I didn't intentionally opt for that (

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Colin Law
On 23 October 2013 17:44, RVic wrote: > > > On Wednesday, October 23, 2013 11:26:51 AM UTC-4, Colin Law wrote: >> Why are you using the executablehooks gem anyway on a rails 2 app? >> >> > I didn't intentionally opt for that (or, if i did, it was X years ago when > this thing was written!). How

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread RVic
On Wednesday, October 23, 2013 11:26:51 AM UTC-4, Colin Law wrote: > > On 23 October 2013 15:53, RVic > wrote: > > Could you please not top post, it makes it difficult to follow the > thread. Insert your reply at appropriate points in previous message. > Thanks. > > > Colin, ok, I installed

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Colin Law
On 23 October 2013 15:53, RVic wrote: Could you please not top post, it makes it difficult to follow the thread. Insert your reply at appropriate points in previous message. Thanks. > Colin, ok, I installed 1.3.7: > > rvm install rubygems 1.3.7 > > then: > > ruby script/server > > Error loadin

[Rails] Re: Old rails project, new machine

2013-10-23 Thread RVic
Colin, ok, I installed 1.3.7: rvm install rubygems 1.3.7 then: ruby script/server Error loading RubyGems plugin "/home/user/.rvm/gems/ruby-1.8.6-p420/gems/executable-hooks-1.2.6/lib/rubygems_plugin.rb": uninitialized constant ExecutableHooks (NameError) Error loading RubyGems plugin "/home/

Re: [Rails] Re: Old rails project, new machine

2013-10-23 Thread Colin Law
On 23 October 2013 14:14, RVic wrote: > Colin, > > I think you've forgotten more about Rails than I will ever know. Im using > rvm, so to use in earlier versin of rubygems, how would I specify that? I > took your advice and tried to comment out line 31 in custom_require.rb, and > when I go to invo

[Rails] Re: Old rails project, new machine

2013-10-23 Thread RVic
Colin, I think you've forgotten more about Rails than I will ever know. Im using rvm, so to use in earlier versin of rubygems, how would I specify that? I took your advice and tried to comment out line 31 in custom_require.rb, and when I go to invoke with the old "ruby script/server" it now com