Actions
Bug #1783
closedDefault template set generates incorrect snippet names if snippet name uses underscore
Description
If a snippet file is named '_http_proxy.erb', the name generated by the migration in the database will be 'proxy' instead of 'http_proxy'.
This can cause some really hard to track down errors if you use snippets.
Actions