| 1 | 4,011 | 3,464 | fix-db-schema-conflicts | Ensures consistent output of db/schema.rb despite local differences in the database |
| 2 | 88,552 | 37,517 | annotate_gemfile | Adds gem descriptions from Rubygems to every gem in the Gemfile |
| 3 | 97,379 | 113,174 | update_in_batches | Same as update_all, but uses find_in_batches |
| 4 | 100,829 | 54,119 | uifaces | Get profile images from uifaces.com, by @calebogden |
| 5 | 115,257 | 67,505 | timestamp_scopes | Dynamically add useful timestamp scopes to your ActiveRecord models! |
| 6 | 115,686 | 54,119 | circle_status | A CLI tool to report your Circle CI build status. |
| 7 | 146,806 | 77,546 | show_me_the_object | Displays the Ruby object that raised an exception on the console |
| 8 | 151,302 | 91,999 | deeb | A debugging method called deeb |
| 9 | 163,844 | 77,546 | regular | A regular expression generator with a neat DSL |
| 10 | 192,425 | 54,119 | unsort_db_schema_columns | Rails 8 (PR #53281) sorts schema.rb columns alphabetically. That breaks
db:schema:load ... |