Sha256: 49af49b8e646ac4750760fb1490e7907bfd8193045f8fa51f8da496f347f2902

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 KB

Contents

BadEncodings
================

Small gem that tries to make the task of finding bad ruby encodings in your project a little easier. e.g. 'find_bad_encodings .'

It basically iterates over the regular 'ruby' files it can find and tries each line for 'valid_encoding' and then returns a list of all lines that failed.

Installation
=======

Install gem as normal

    gem install adamsalter-bad_encodings-ruby19


Usage
-----

You can either use it as a binary:

    ~/my_unencoded_dir/$ find_bad_encodings .
    # => various wrongly encoded files.
    
or add it as a rake task to your (rails) project:

    # put this in your project Rakefile
    require 'bad_encodings/tasks'
    
    ~/my_unencoded_project/$ rake find_bad_encodings



Known Bugs
========

None. (well actually the detection of ruby encoding is pretty simple and probably not 100% accurate, certainly works for everything I've tried it on... patches welcome.)


Follow me on:
-------

>  Twitter: [twitter.com/adamsalter](http://twitter.com/adamsalter)  
>  Github: [github.com/adamsalter](http://github.com/adamsalter)

Copyright (c) 2009 Adam @ [Codebright.net][cb], released under the MIT license

[cb]:http://codebright.net "http://codebright.net"

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
adamsalter-bad_encodings-ruby19-0.1.2 README.md
bad_encodings-ruby19-0.1.2 README.md