Skip to content

Instantly share code, notes, and snippets.

View kiang's full-sized avatar

kiang kiang

View GitHub Profile
@ipoval
ipoval / file_column_ruby.rb
Last active September 26, 2015 19:07
File_column ruby legacy file-upload plugin
##
# If you encountered a problem like this:
# Errno::EMLINK: Too many links ...releases/20110811111351/public/document/file/51159
# Most likely it is caused by the limitations of your Linux filesystem -
# a directory can only have a certain number of sub-directories.
#
# http://blog.zachwaugh.com/post/309921185/ext3-filesystem-sub-directory-limit
#
##