Re: [Engine-users] Upgrading Rails to 1.1

2006-07-17 Thread Stephen How
I just went through a similar problem with engines and login_engine similar to Nathan. I kept on getting the > /Users/nathan/Documents/epanel-migrate-to-112/config/../vendor/plugins/engines/lib/engines.rb > 163:in `start_engine': undefined method `add_path' for Controllers:Module > (NoMethodEr

Re: [Engine-users] Upgrading Rails to 1.1

2006-06-04 Thread Jonas E
James Adam wrote: > There was a minor issue with the latest version of the engines plugin > and the login engine. I've just updated the login engine, so the > latest versions of everything should now be compatible. That and: apt-get install libmysql-ruby1.8 did the trick for me. -- Posted via ht

Re: [Engine-users] Upgrading Rails to 1.1

2006-06-03 Thread James Adam
There was a minor issue with the latest version of the engines plugin and the login engine. I've just updated the login engine, so the latest versions of everything should now be compatible. - james On 6/3/06, Jonathan Bloch <[EMAIL PROTECTED]> wrote: > FWIW, I couldn't get anything much working

Re: [Engine-users] Upgrading Rails to 1.1

2006-06-02 Thread Jonathan Bloch
FWIW, I couldn't get anything much working following the instructions I read in this list ("upgrade to the lastest version of engines, etc"). Instead, things are goog if I use the following externals/revisions: engines http://svn.rails-engines.org/engines/tags/rel_1.1.1/ login_engine http:

Re: [Engine-users] Upgrading Rails to 1.1

2006-06-01 Thread Jonas E
Nathan Donaldson wrote: > I deleted the engine plugine, user and login engines and reinstalled > them from the repository. So now I am sure I have the latest version. I > am still getting errors, though they are different now. > > Here is the trace: > /Applications/Locomotive2/Bundles/rails112.l

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-30 Thread Domenic Ippolito
James Adam wrote: > Are you all running with the latest version of the Engines plugin? > Some of those line numbers indicate otherwise... > > - james Hmmm. I don't how I ended up with something *other* than the latest version, but I didn't have it. Updating it made the add_path problem go away.

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-26 Thread Nathan Donaldson
I deleted the engine plugine, user and login engines and reinstalled them from the repository. So now I am sure I have the latest version. I am still getting errors, though they are different now. Here is the trace: /Applications/Locomotive2/Bundles/rails112.locobundle/i386/lib/ruby/site_ruby/1

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-26 Thread James Adam
You may want to confirm that script/plugin is actually downloading from the proper SVN site (http://svn.rails-engines.org) and not the very very old defunct one (https://opensvn.csie.org/rails_engines/) - look at "script/plugin unsource" for more info. - james On 5/26/06, Nathan Donaldson <[EMAIL

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-26 Thread Nathan Donaldson
Hi James, Yes I updated the engines by running: ruby script/plugin update which output Updating plugin: ar_fixtures Updating plugin: engines Updating plugin: javascript_generator_templates Updating plugin: login_engine Updating plugin: user_engine perhaps it only pretended to update them, I wi

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-25 Thread Anton J Aylward
James Adam wrote: > Can you post the actual error messages, and also the version of the > Engines plugin you're using? (You can find it in > /vendor/plugins/engines/init.rb). I'm determined to nail this issue > today. > > FWIW, the :edge flag should no longer be relevant. > > - james This is fro

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-25 Thread James Adam
---Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Anton J > > Aylward > > Sent: 25. maj 2006 13:43 > > To: Discussion of the use of existing Engines > > Subject: Re: [Engine-users] Upgrading Rails to 1.1 > > >

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-25 Thread Anton J Aylward
6 13:43 > To: Discussion of the use of existing Engines > Subject: Re: [Engine-users] Upgrading Rails to 1.1 > > I had a similar trace when I downloaded the demo of RikiEngine_0_3_2. > I have > actionpack-1.12.1 > rails-1.1.2 > activerecord-1.14.2 >

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-25 Thread Casper Fabricius
] Upgrading Rails to 1.1 I had a similar trace when I downloaded the demo of RikiEngine_0_3_2. I have actionpack-1.12.1 rails-1.1.2 activerecord-1.14.2 I did try, as you suggest, upgrading the engine plugin. I also tried upgrading user_engine and login_engine. The result was

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-25 Thread Anton J Aylward
I had a similar trace when I downloaded the demo of RikiEngine_0_3_2. I have actionpack-1.12.1 rails-1.1.2 activerecord-1.14.2 I did try, as you suggest, upgrading the engine plugin. I also tried upgrading user_engine and login_engine. The result was catastrophic, even mor

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-25 Thread James Adam
Are you all running with the latest version of the Engines plugin? Some of those line numbers indicate otherwise... - james On 5/25/06, Nathan Donaldson <[EMAIL PROTECTED]> wrote: > Hi James, > > I am struggling with the same problem, my trace looks very similar: > > /Users/nathan/Documents/epane

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-25 Thread Nathan Donaldson
Hi James, I am struggling with the same problem, my trace looks very similar: /Users/nathan/Documents/epanel-migrate-to-112/config/../vendor/plugins/engines/lib/engines.rb:163:in `start_engine': undefined method `add_path' for Controllers:Module (NoMethodError) from /Users/nathan/Docu

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-22 Thread Guest
James Adam wrote: > Can you supply the error message in full - the method trace will be > helpful. > > - james > > On 13 May 2006 16:45:56 -, Domenic Ippolito James, Here's the message/trace: vendor/plugins/engines/lib/engines.rb:163:in `start_engine': undefined method `add_path' for Cont

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-14 Thread James Adam
Can you supply the error message in full - the method trace will be helpful. - james On 13 May 2006 16:45:56 -, Domenic Ippolito <[EMAIL PROTECTED]> wrote: > Hi, I'm also getting the add_path error in engines.rb. > I'm running rails 1.1.2, and I've tried using edge rails and specifying > > mo

Re: [Engine-users] Upgrading Rails to 1.1

2006-05-13 Thread Domenic Ippolito
Hi, I'm also getting the add_path error in engines.rb. I'm running rails 1.1.2, and I've tried using edge rails and specifying module Engines CONFIG = {:edge => true} end at the top of my environment.rb file, but it didn't help. Rails::VERSION::STRING prints "1.1.2", which seems right. I am a

Re: [Engine-users] Upgrading Rails to 1.1

2006-04-04 Thread David Corbin
My bad. Sorry. On Tuesday 04 April 2006 08:21 am, David Corbin wrote: > So, I've upgrade rails to 1.1, and then re-installed my 'engines' plugin, > and 'login_engine' from http://svn.rails-engine.org/plugins/ . > > Now, when I run my unit tests, I get an error about "add_path" being > missing. F

Re: [Engine-users] Upgrading Rails to 1.1

2006-04-04 Thread James Adam
You should not have to specify the :edge => true stuff, no. What do you get if you type Rails::VERSION::STRING in a console? - james On 4/4/06, David Corbin <[EMAIL PROTECTED]> wrote: > So, I've upgrade rails to 1.1, and then re-installed my 'engines' plugin, and > 'login_engine' from http:/

[Engine-users] Upgrading Rails to 1.1

2006-04-04 Thread David Corbin
So, I've upgrade rails to 1.1, and then re-installed my 'engines' plugin, and 'login_engine' from http://svn.rails-engine.org/plugins/ . Now, when I run my unit tests, I get an error about "add_path" being missing. Following the 'edge' directions seems to change (improve?) things, but should