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






3 Comments
Ahhhh, it’s troublesome enough learning Rails AND Ruby without the Rules changing all the time.
Warnings in the mongrel error log for my Rails application say look here - http://www.rubyonrails.org/deprecation, but its really not much help.
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)
One Trackback/Pingback
[...] 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. [...]
Post a Comment