Gems

dejan/auto_html: Collection of filters that transform plain text into HTML code.
AutoHtml uses concepts found in "Pipes and Filters" processing design pattern:
Filter - transforms an input. In AutoHtml context, this is any object that does the transformation through #call(String) method. Filter options should be passed in ini...


rage-rb/rage: Fast web framework compatible with Rails.
Fast web framework compatible with Rails. Contribute to rage-rb/rage development by creating an account on GitHub.Rage is a high-performance framework compatible with Rails, featuring WebSocket support and automatic generation of OpenAPI documenta...




Eliminate allocations on Model.respond_to? calls by tenderlove
We're trying to make instantiating models cheaper (for example doing Post.new), and discovered in the course of profiling that respond_to? is responsible for some amount of initialization allocations.
This patch changes Model.respond_to? to not a...


yoshoku/rumale: Rumale is a machine learning library in Ruby
Rumale (Ruby machine learning) is a machine learning library in Ruby. Rumale provides machine learning algorithms with interfaces similar to Scikit-Learn in Python. Rumale supports Support Vector Machine, Logistic Regression, Ridge, Lasso, Multi-l...