This post originated from an RSS feed registered with Ruby Buzz
by Guy Naor.
Original Post: rake support for capistrano deprecated - yeah!
Feed Title: Famundo - The Dev Blog
Feed URL: http://devblog.famundo.com/xml/rss/feed.xml
Feed Description: A blog describing the development and related technologies involved in creating famundo.com - a family management sytem written using Ruby On Rails and postgres
A changest committed to the rails tree deprecated running capistrano commands through rake. Now you have to run them using the cap command.
I think this is a very good decision! It confused many users before, as some remote tasks worked through rake, while others only through cap (user created cap recipies didn't work through rake unless added by the user).
Now everyone will know: rake for local, cap for remote. Clean and simple.