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
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
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
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:
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
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.
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
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
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
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
---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
> >
>
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
>
] 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
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
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
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
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
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
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
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
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:/
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
22 matches
Mail list logo