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 long-time Unix guy, but new to ruby/rails, so I might be missing  
something basic.

Any insights would be appreciated,

Domenic

On Tuesday, April 04, 2006, at 2:05 PM, James Adam wrote:
>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://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
>> I still have to say ':edge => true' for 1.1?
>>
>> David
>>
>> P.S.
>>
>> _______________________________________________
>> engine-users mailing list
>> [email protected]
>> http://lists.rails-engines.org/listinfo.cgi/
>>engine-users-rails-engines.org
>>
>
>
>--
>* J *
>  ~
>_______________________________________________
>engine-users mailing list
>[email protected]
>http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org




-- 
Posted with http://DevLists.com.  Sign up and save your mailbox.
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to