I get the following error when trying to install riki.
>rake engine_migrate ENGINE=riki
rake aborted!
Don't know how to build task 'engine_migrate'
Anyone know what causes this. I had the same issue with the login engine
so I manually updated the db.
on 2006-03-30 23:07
on 2006-03-30 23:16
The reason is in Rails 1.1 all the rake tasks have changed. Try rake db:migrate:engines ENGINE=riki. Also "rake -T" is helpful command. -Chad
on 2006-03-30 23:25
The syntax for the rake tasks has changed - please check the engines README or mailing list archives. - james On 3/30/06, AT <a@a.com> wrote: > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-users mailing list > engine-users@lists.rails-engines.org > http://lists.rails-engines.org/listinfo.cgi/engine... > -- * J * ~
on 2006-03-31 13:31
Seems to me a saw that 'existing' rake tasks would be recognized with or without the namespace...
on 2006-03-31 13:43
The 'old' rake tasks simply don't exist anymore - they needed to be rewritten, and as part of the rewrite I adopted the new rake namespace syntax. - james On 3/31/06, David Corbin <dcorbin@machturtle.com> wrote: > > On 3/30/06, AT <a@a.com> wrote: > > > -- > > _______________________________________________ > > engine-users mailing list > > engine-users@lists.rails-engines.org > > http://lists.rails-engines.org/listinfo.cgi/engine... > _______________________________________________ > engine-users mailing list > engine-users@lists.rails-engines.org > http://lists.rails-engines.org/listinfo.cgi/engine... > -- * J * ~
on 2006-04-12 19:53
Thank you, it works !! Chad Westfall wrote: > The reason is in Rails 1.1 all the rake tasks have changed. Try rake > db:migrate:engines ENGINE=riki. Also "rake -T" is helpful command. > -Chad
on 2006-05-07 07:34
James Adam wrote: > The 'old' rake tasks simply don't exist anymore - they needed to be > rewritten, and as part of the rewrite I adopted the new rake namespace > syntax. > > - james Please update the tutorials. I have spent hours trying to guess at how to get this to work. A complete waste of time. Even after getting rake to work it is still not working I get a routing erro Recognition failed for "/login"
on 2006-07-24 07:27
Guest wrote: > James Adam wrote: >> The 'old' rake tasks simply don't exist anymore - they needed to be >> rewritten, and as part of the rewrite I adopted the new rake namespace >> syntax. >> >> - james > > Please update the tutorials. I have spent hours trying to guess at how > to get this to work. A complete waste of time. Even after getting rake > to work it is still not working I get a routing erro Recognition failed > for "/login" Hey there.... The best way to find out the rake command for migration script execution is type 'Rake -T' and check out the options listed out. I tried with the following command 'Rake migrate' and it worked for me. 'Rake db:migrate' and 'db:migrate:engines ENGINE=riki' failed miserably. thnx
on 2006-07-24 11:06
On 7/24/06, freekyfashions <freekyfashions@yahoo.com> wrote: > 'Rake db:migrate' and 'db:migrate:engines ENGINE=riki' failed > miserably. What errors did you get?
on 2006-07-27 01:42
James Adam wrote: > On 7/24/06, freekyfashions <freekyfashions@yahoo.com> wrote: >> 'Rake db:migrate' and 'db:migrate:engines ENGINE=riki' failed >> miserably. > > What errors did you get? Hi, I've updated the rails version to 1.1 version and db:migrate is working fine. but ''db:migrate:engines ENGINE=riki'' still gives error: ------------------------------------------------ rake aborted! Don't know how to build task 'db:migrate:engines' ------------------------------------------------- any clue.
on 2006-07-27 11:31
Do you see the 'db:migrate:engines' task when you run 'rake -T' ? If not, are you sure you've got the latest version of the engines plugin, from http://svn.rails-engines.org/plugins/engines? - james
on 2006-07-28 02:22
James Adam wrote: > Do you see the 'db:migrate:engines' task when you run 'rake -T' ? If > not, are you sure you've got the latest version of the engines plugin, > from http://svn.rails-engines.org/plugins/engines? > > - james Hi, I checked the tasks,I got only db:migrate. Thanks for your info. Cheers
on 2007-05-09 22:46
I have the same problem: rake db:migrate:engines ENGINE=login_engine keeps giving me this error: "Don't know how to build task 'db:migrate:engines'" I did a --trace, but that didn't help. I have the 1.2 version from engines plugin. Any help greatly appreciated, i'm kinda stuck atm.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.