Trending Projects for March 29, 2020
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
This gem will precompile the SQL statements needed to clear and repopulate your test tables with fixtures when the app boots under spring, so that spec startup just needs to run a small number of multi-row SQL statements to prepare for run. This takes around 1/10th the time as a normal fixture load.
acts_as_favoritor is a Rubygem to allow any ActiveRecord model to associate any other model including the option for multiple relationships per association with scopes. You are able to differentiate followers, favorites, watchers, votes and whatever else you can imagine through a single relationship. This is accomplished by a double polymorphic relationship on the Favorite model. There is also ...
HexaPDF is a pure Ruby library with an accompanying application for working with PDF
files.
In short, it allows creating new PDF files, manipulating existing PDF files, merging multiple
PDF files into one, extracting meta information, text, images and files from PDF files, securing
PDF files by encrypting them and optimizing PDF files for smaller file size or other
criteria.
HexaPDF was desig...