| 1 | 20,180 | 56,846 | assert_type | A method for very basic nested type assertions |
| 2 | 49,826 | 131,109 | array_to_csv | Adds convenience method Array#to_csv for converting an array of hashes to CSV. |
| 3 | 70,938 | 98,240 | log_slice | Find a line in a log file. Uses binary search to find the line quickly in a large log f... |
| 4 | 77,523 | 98,240 | poro_repository | Library for storing plain old ruby objects to the file system |
| 5 | 107,700 | 131,109 | rails_no_database_in_view | Force loading all data from the controller by raising when the database is accessed fro... |
| 6 | 112,827 | 131,109 | simple_invoice-emailer | sends SimpleInvoices via email |
| 7 | 137,329 | 131,109 | choose_class | Choose a class based on the value that would be passed to that class. Useful for implem... |
| 8 | 138,150 | 157,203 | parallel_work | When work is in a simple queue, this library allows easily spreading the work over mult... |
| 9 | 145,490 | 157,203 | xmlish | small almost-xml parser for complex string interpolation |
| 10 | 148,554 | 131,109 | simple_invoice | Very simple invoice library with minimal dependencies |