I've happily deployed my rails app using the basic fastcgi tutorial here:
http://www.hostingrails.com/forums/wiki_thread/1
Of course now I want to use capistrano and have been following the thread here:
http://www.hostingrails.com/forums/wiki_thread/46
My question is: what has happened to the "extra" parts in the first tutorial that aren't in the second? Specifically:
* Create "online versions" of your environment.rb and database.yml files and then remove the ".online" part once deployed.
* The business with the .htaccess file
How can I get capistrano to do these things? Or does using cap remove the need?
Thanks!