capistrano / rails

Official Ruby on Rails specific tasks for Capistrano
http://www.capistranorb.com/
MIT License
870 stars 269 forks source link

call Array#uniq to remove duplicated :linked_dirs #165

Closed UniIsland closed 8 years ago

UniIsland commented 8 years ago

capistrano/rails run :set_linked_dirs after user sets :linked_dirs in deploy.rb. It's likely that "public/assets" exists in :linked_dirs already.

mattbrictson commented 8 years ago

Looks good! As part of this PR, can you add an entry to the CHANGELOG to describe this change? Then I'll merge it.

Place it in a new master block at the top of the file, like this:

# master

* Description of the change goes here

Thanks!

UniIsland commented 8 years ago

@mattbrictson CHAGELOG edited :D

mattbrictson commented 8 years ago

Thanks! :sparkles: