ginjo / rfm

FileMaker to Ruby adapter.
MIT License
45 stars 22 forks source link

Allow use of ERB in YAML file #21

Closed Allan-W-Smith closed 9 years ago

Allan-W-Smith commented 10 years ago

Quick fix to allow use of ERB in YAML file.

For example: :password: <%= Rails.application.secrets.fm_pass %>

ginjo commented 10 years ago

That looks pretty cool... and simple to implement. Can anyone think of any reasons why this should be more carefully considered? Any security risks or hidden gotchas?

Allan-W-Smith commented 10 years ago

I looked into the security implications of this when writing it and couldn't find any caveats.

Allan-W-Smith commented 10 years ago

Hey mate, Any chance of a minor release with this in it? Would like to decommission my monkey patch as its slowing down my build. Cheers