Error in generated Capfile
Reported by Alex Sharp | July 29th, 2008 @ 04:29 PM
In the Capfile generated by rake bells:generate_capfile, the following lines cause an error:
Line 56: set :apache_proxy_port, mongrel_port
Line 57: set :apache_proxy_servers, mongrel_servers
Line 58: set :apache_proxy_address, mongrel_address
Line 63: set :local_apache_ctl_path, apache_ctl
These variables are not quoted, so ruby raises an "undefined local variable or method" error. These either need to be quoted or commented out.
Comments and changes to this ticket
-
Pat Nakajima July 29th, 2008 @ 09:36 PM
- State changed from new to resolved
(from [227da867d23442f6e7bfcfa9cf94a6f2fbb210dc]) fixed app server settings [#1 state:resolved]
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Recipes to get your app up and running quickly and easily.
<a href="http://github.com/nakajima/capistrano-bells">github.com/nakajima/capistrano-bells</a>