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.
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?
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”
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.
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.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.