Don't know how to build task 'db:migrate:engines'

hello, that instruction is used now to use rake db: migrate engine?
Thanks,

Hi Javier,

This is covered quite thoroughly in the README for your particular
version of the plugin. Please check the documentation, and if you’re
still having problems let us know the version of the plugin and the
version of Rails you’re using.

James

Hi, james. thanks for your help.
really
rails 1.2.3 engine 1.2.0

hello James. thanks for your aid. really. sirvio even to understand a
little to me but in depth your development that already counts on my
humble contribution. in which you need. = manages to form
config.plugins [“engines”, “*”] in config/enviroment.rb. Well then
now. as I make the migration of the models of engine? Law the
documentation but recein this ycomprendiendo the concept of engines
and is to me difficult. to ever like making the migrations and
following soon. leere with but depth all doc. But equal I want that
you guide to me. in order to be able. to make work login_engine
user_engine. from already I am been thankful to you. Javier. Argentina

  • Bariloche

2007/5/20, James A. [email protected]:

ok. I include/understand. but reading. it is what I need. :slight_smile: hare.
meanwhile. it will continue consulting by new doubts. Greetings and
thanks. dummies

ok james.
thanks,

2007/5/20, James A. [email protected]:

Hi Javier,

I’m not 100% sure what the issue here is, but I’ll try and cover off
the obvious things. Firstly, with Rails 1.2 you no longer run “rake
db:migrate:engines” - this is very much covered in the README and
UPGRADING notes.

The other thing is that the login_engine and user_engines are
deprecated, and no longer supported, so they probably won’t work in
their current state with Rails 1.2. Patches (with tests) are welcome,
but not expected.

James