aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-23 14:41:30 +0200
committerXavier Noria <fxn@hashref.com>2011-07-23 14:50:29 +0200
commitd352e0dff2c88bc1519ee7040b8381231b2b2fac (patch)
treece3799046a078a5ad28ce3bfdd144e48304113fe /activesupport/Rakefile
parent4d8aaff4ea7334ff3f88bedec8147904846f435e (diff)
downloadrails-d352e0dff2c88bc1519ee7040b8381231b2b2fac.tar.gz
rails-d352e0dff2c88bc1519ee7040b8381231b2b2fac.tar.bz2
rails-d352e0dff2c88bc1519ee7040b8381231b2b2fac.zip
checked all .rb files in the project tree for missing magic comments, one was missing
Came with this one-liner for this: find . -name '*.rb' | \ xargs chardet | \ grep -v ascii | \ cut -d: -f1 -s | \ xargs -n1 ruby -0777 -ne 'puts $FILENAME if $_ !~ /#.*coding:\s*utf/i' Welcome $_.
Diffstat (limited to 'activesupport/Rakefile')
0 files changed, 0 insertions, 0 deletions