0.09
People love Base classes! They have tons of methods waiting to be used. Just check out `ActiveRecord::Base`'s method list:
>> ActiveRecord::Base.methods.length
=> 530
But why stop there? Why not have even more methods? In fact, let's put *every method* on one Base class!
So I did. It's...
2021
2022
2023
2024
2025
2026
0.65
Siri Proxy is a proxy server for Apple's Siri "assistant." The idea is to allow for the creation of custom handlers for different actions. This can allow developers to easily add functionality to Siri.
2021
2022
2023
2024
2025
2026
0.0
== Baf
baf helps writing an user acceptance test suite with a dedicated library
and cucumber steps. It can run and wait for programs in a modified
environment, verify the exit status, the output streams and other side
effects. It also supports interactive programs and writing to their
standard i...
2021
2022
2023
2024
2025
2026
0.0
A production-ready Ruby SDK for integrating with Tyler Technologies Electronic Filing Manager (EFM) services.
This gem simplifies authentication and SOAP service calls for Electronic Court Filing (ECF) systems.
Key features:
- Simple Authentication: One method to authenticate with Tyler EFM serv...
2021
2022
2023
2024
2025
2026
0.0
Remember when RSpec had stub_chain? They removed it for good reasons but sometimes you just need it.
Well, here it is, a proxy object. It doesn't actually mock anything for you (the name is just catchy) so you need to do that.
But that actually comes with a lot of benefits:
1) It's compatab...
2021
2022
2023
2024
2025
2026
2.08
Official AWS Ruby gem for AWS IoT FleetWise. This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
2.08
Official AWS Ruby gem for AWS Migration Hub Orchestrator. This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
2.08
Official AWS Ruby gem for Amazon Connect Cases (ConnectCases). This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
0.0
SHALMANESER - SHALlow seMANtic parSER. This package provides a toolbox for
Semantic Role Labeling (SRL). SHALMANESER uses supervised learning algorithms to
assing semantic classes and roles to raw texts. It is paradigm agnostic, i.e. it
can handle any role-semantic schema (FrameNET, PropBank etc....
2021
2022
2023
2024
2025
2026
2.44
The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
2021
2022
2023
2024
2025
2026
0.5
Caxlsx_Rails provides an Caxlsx renderer so you can move all your spreadsheet code from your controller into view files. Partials are supported so you can organize any code into reusable chunks (e.g. cover sheets, common styling, etc.) You can use it with acts_as_caxlsx, placing the to_xlsx call ...
2021
2022
2023
2024
2025
2026
1.43
Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file
2021
2022
2023
2024
2025
2026
1.43
Run Selenium tests more easily with install and updates for all supported webdrivers.
2021
2022
2023
2024
2025
2026
0.0
Mingle 3.3 introduced a new Events API in the form of an "Atom feed":http://www.thoughtworks-studios.com/mingle/3.3/help/mingle_api_events.html. The Mingle team and ThoughtWorks Studios are big believers in the use of Atom for exposing events. Atom is a widely used standard, and this event A...
2021
2022
2023
2024
2025
2026
0.0
# Crowdfund (Alec)
Ferramenta de linha de comando e biblioteca Ruby para simular um programa de **arrecadação de fundos** com rodadas, promessas (pledges) e diferentes tipos de projetos (básico, com *matching*, e *grant*).
## Instalação
```bash
gem install crowdfund_alec
```
Ou rode a partir ...
2021
2022
2023
2024
2025
2026
0.0
Guilded is a framework for building web based components centered around current web standards and best practices. The current framework is written in ruby, but could be ported to other languages. Guilded intends to provide a toolset for creating and consuming reusable web components. Currentl...
2021
2022
2023
2024
2025
2026
0.01
pocketknife is a devops tool for managing computers running chef-solo, powered by Opscode Chef.
Using pocketknife, you create a project that describes the configuration of your computers and then deploy it to bring them to their intended state.
With pocketknife, you don't need to setup or manag...
2021
2022
2023
2024
2025
2026
1.42
Track and debug errors in your Ruby applications with ease using Rollbar. With this gem, you can easily monitor and report on exceptions and other errors in your code, helping you identify and fix issues more quickly. Rollbar's intuitive interface and advanced error tracking features make it the ...
2021
2022
2023
2024
2025
2026
1.42
A plugin for RuboCop code style enforcing & linting tool. It includes Rubocop configuration
used at Airbnb and a few custom rules that have cause internal issues at Airbnb but are not
supported by core Rubocop.
2021
2022
2023
2024
2025
2026
0.21
Rumale 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-layer Perceptron,
Naive Bayes, Decision Tree, Gradient Tree Boosting, Rando...
2021
2022
2023
2024
2025
2026