Skip to content

Commit

Permalink
Added mongrel_options to the init.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiXato committed Aug 21, 2008
1 parent 9286ea6 commit 95cafc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/herd
Expand Up @@ -12,6 +12,7 @@ class Herd
proj = config[project] ||= {}
proj['rails_dirs'] ||= []
proj['merbs'] ||= []
proj['mongrel_options'] ||= []
File.open(config_file, 'wb') {|f| f.write(config.to_yaml)}
end

Expand Down Expand Up @@ -131,6 +132,7 @@ Examples
foobar:
rails_dirs: []
merbs: []
mongrel_options: []
The next step is to edit this entry in a text editor,
to actually point to your rails directories:
---
Expand Down

0 comments on commit 95cafc4

Please sign in to comment.