jump to navigation

Migrate command in Rails 1.2 February 9, 2007

Posted by hasham2006 in Ruby Language, Ruby on rails.
trackback

The usual migrate command syntax of

rake migrate VERSION=x

throws a warning informing the user that the command is deprecated, the new command syntax is

 rake db:migrate 

look at other depreciations in rails 1.2 at

http://www.railtie.net/articles/2006/11/02/deprecations-in-rails-1-2

Comments»

No comments yet — be the first.