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 On 5/20/07, javier barcena <[EMAIL PROTECTED]> wrote: > 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 Adam <[EMAIL PROTECTED]>: > > 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 > > > > On 5/19/07, javier barcena <[EMAIL PROTECTED]> wrote: > > > hello, that instruction is used now to use rake db: migrate engine? > > > Thanks, > > > _______________________________________________ > > > 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 > > > _______________________________________________ > 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
