Rails 1.2 - migrate deprecation?

Riding Rails: Rails 1.2

I’m doing a few things in Rails at the moment, and new stuff will increasingly be done in rails. One thing which got me was that one of the great things about rails (migrate) has been altered slightly in the newest version, although a quick Google reveals all :

* All the old rake tasks have been moved to namespaced task, old ones are deprected. Ex: rake db:migrate instead of rake migrate

From this list of deprecations in 1.2.

4 comments so far

  1. Mark January 25, 2007 10:12 pm

    Ahhhh, it’s troublesome enough learning Rails AND Ruby without the Rules changing all the time.

  2. Mark January 29, 2007 11:06 pm

    Warnings in the mongrel error log for my Rails application say look here - http://www.rubyonrails.org/deprecation, but its really not much help.

  3. alex January 30, 2007 12:16 pm

    That is a bit lax - I mean, rails is supposed to be the next big thing, really should keep the documentation up to date, especially if they are going to change something rather big, like rake migrate..

    Or put a link in to a site which had already done it for them (as in the original post)

  4. […] To co-incide with the release of Rails 1.2 Sitepoint have a new book out, to lead you through it. Which is nice of them. They have also released a couple of chapters for free. Which is even nicer, and might help explain some of the deprecated things between 1.1 and 1.2. […]

Leave a comment

Please be polite and on topic. Your e-mail will never be published.