Displaying 2 results from an estimated 2 matches for "edge_engines".
2006 Feb 01
2
Need clarification for Rails Engines SVN repository
...in the Rails Engines Subversion
repository ? There are many folders where the Rails Engine is
located, and from the folder names alone, I can''t really guess what''s
what.
For example, the rails engine plugin is situated at:
plugins/engine
engines/trunk
branches/engines
branches/edge_engines
From the log, I gather engines/tags/* is the release area.
plugins/engine is for script/plugin (and this is merged from
engines/tags/* ?)
If someone can help me see the light, I''ll update Rails Engines Wiki
for the next poor soul that comes along :)
Thanks a bunch !
--
Fran?ois Beausol...
2005 Dec 02
8
UserEngine: stack level too deep
Hi,
I''m trying to get the UserEngine running.
I have installed the LoginEngine, added the essential lines to
environment.rb / application.rb and application_helper.rb.
Worked fine.
Then I did the same with the UserEngine and when trying to set up the
db:
rake engine_migrate ENGINE=user
I get:
Migrating engine ''user_engine''
rake aborted!
stack level too deep
But...