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

-- 
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

Reply via email to