In the default deploy.rb file of capistrano 2.5.8, there is a section that says:
============================= # If you have previously been relying upon the code to start, stop # and restart your mongrel application, or if you rely on the database # migration code, please uncomment the lines you require below # If you are deploying a rails app you probably need these: # load 'ext/rails-database-migrations.rb' # load 'ext/rails-shared-directories.rb' ============================= However, when I uncomment either of these lines I get an error saying that those files do not exist: no such file to load -- ext/rails-database-migrations.rb (LoadError) Were these files removed from Capistrano? Sincerely, Caleb Land --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Capistrano" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.co.uk/group/capistrano?hl=en -~----------~----~----~----~------~----~------~--~---
