render :action => "whatever" seems to be a shortcut to render a view; ei. it does not exectute the "whatever" method in the controller. This is usefull if you want to pass session variables to a different view without the hassle of going through a redirec as that will causes the browser to issue another request to the server, which is not really needed.