At the moment you cannot generate migrations directly into an Engine -
instead, you can either create them by hand (which isn't hard once you
know what you're doing), or generate them in the Rails application and
copy them over (making sure that they are numbered appropriately).

Also - Rake tasks must always be run from RAILS_ROOT.

- james

On 3/23/06, Christophe Gimenez <[EMAIL PROTECTED]> wrote:
> Got it working, maybe the problem was caused by previous failed tries or
> manual alteration of the db (without reseting version table)
>
> But point 1) is still true - But quite harmless
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> 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

Reply via email to