You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capistrano
Hi
The Capfile I'm working on it getting really long (1500+ lines). Is there a way to separate the Capfile into smaller files?
Thank you in advance
Vic
Lee Hambley
unread,
May 21, 2009, 2:52:37 PM5/21/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to capis...@googlegroups.com
Vic,
Take the individual methods or namespaces, split them into other files (you have a config/deploy.rb, right?) and load them in either your Capfile, or your config/deploy.rb