capifony icon indicating copy to clipboard operation
capifony copied to clipboard

Fix issue #533

Open ke20 opened this issue 11 years ago • 2 comments

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

ke20 avatar Sep 18 '14 14:09 ke20

The given variable data is the parameters.ini content file.

Could you please rephrase this sentence?

willdurand avatar Dec 28 '14 01:12 willdurand

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.

ke20 avatar Apr 27 '15 08:04 ke20