capifony
capifony copied to clipboard
Fix issue #533
The given variable data is the parameters.ini content file.
In the file capifony / lib / symfony2 / database.rb there is
data = capture("#{try_sudo} cat #{current_path}/#{app_config_path}/#{app_config_file}")
config = load_database_config data, symfony_env_prod
The given variable data is the parameters.ini content file.
Could you please rephrase this sentence?
Sorry, my english is far to be perfect and I'm not a rubyist ...
The method IniFile.new seems expect as argument a filename for an existing INI file.
But, it's not a filename which is given but the content of the INI file.
So, the symbol :content is missing.
In my case, without the :content there is a bug.