0.18
RSpec and Minitest matchers to prevent N+1 queries problem.
Evaluates code under consideration several times with different scale factors
to make sure that the number of DB queries behaves as expected (i.e. O(1) instead of O(N)).
2020
2021
2022
2023
2024
2025
0.18
BlueCloth is a Ruby implementation of John Gruber's
Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML
conversion tool for web writers. To quote from the project page: Markdown
allows you to write using an easy-to-read, easy-to-write plain text format,
then convert it to struc...
2020
2021
2022
2023
2024
2025
0.01
ffi-opengl is an autogenerated[1] ruby FFI interface towards OpenGL
libraries (GL, GLU, GLUT). The FFI layer ensures compatibility among
all Ruby implementation that support it. At the moment, this means
that you can run the same ffi-opengl script with MRI Ruby and JRuby.
ffi-opengl API aims to ...
2020
2021
2022
2023
2024
2025
0.01
ffi-opengl is an autogenerated[1] ruby FFI interface towards OpenGL libraries (GL, GLU, GLUT). The FFI layer ensures compatibility among all Ruby implementation that support it. At the moment, this means that you can run the same ffi-opengl script with MRI Ruby and JRuby. ffi-opengl API aims to ...
2020
2021
2022
2023
2024
2025
0.01
A minimal dependency library for interacting with a Cerner OAuth 1.0a Access
Token Service for invoking Cerner OAuth 1.0a protected services or implementing
Cerner OAuth 1.0a authentication.
2020
2021
2022
2023
2024
2025
0.01
Oktest.rb is a new-style testing library for Ruby.
You can write `ok {1+1} == 2` instead of `assert_equal 2, 1+1` or
`expect(1+1).to eq 2`.
In addition, Oktest.rb supports **Fixture injection** feature
inspired by dependency injection and **JSON Matcher** feature
similar to JSON schema.
See htt...
2020
2021
2022
2023
2024
2025
0.0
Provides a simple modification to existing hashes to provide key lookup
by value in addition to value lookup by key.
For example:
TABLE = { :key => 1 }.extend(WithReverseLookup)
TABLE[:key] #=> 1
TABLE[1] #=> :key
This is mostly useful for lookup...
2020
2021
2022
2023
2024
2025
0.0
Belphanior speech servant outputs speech to attached audio hardware using the 'espeak' command-line tool. To use,
* Create a "servant_config" file specifying the host IP and port using the following JSON:
{"ip":"127.0.0.1","port":3000}
* run bin/belphanior_speech_servant.
* C...
2020
2021
2022
2023
2024
2025
0.0
# COM #
COM is an object-oriented wrapper around WIN32OLE. COM makes it easy to add
behavior to WIN32OLE objects, making them easier to work with from Ruby.
## Usage ##
Using COM is rather straightforward. There’s basically four concepts to keep
track of:
1. COM objects
2. Instantiable...
2020
2021
2022
2023
2024
2025
0.0
Backbone-associations provides a way of specifying 1:1 and 1:N relationships between Backbone models. Additionally, parent model instances (and objects extended from Backbone.Events) can listen in to CRUD events initiated on any children - in the object graph - by providing an appropriately quali...
2020
2021
2022
2023
2024
2025
0.0
Extention Module 'called_from' provides called_from() global function
which gets filename and line number of caller.
In short:
require 'called_from'
filename, linenum, function = called_from(1)
is equivarent to:
caller(1)[0] =~ /:(d+)( in `(.*)')?/
filename, linenum, function ...
2020
2021
2022
2023
2024
2025
0.0
# Noty
A bookmarks and snippets manager, stores bookmarks as YAML files and nippets as plain text, utilizes "Ag silver searcher" fast search to search your files when you need to open or copy a snippet, that makes its searching capabilities so enourmouse as it's inherited from AG.
Noty is smart...
2020
2021
2022
2023
2024
2025
0.0
A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. In other words, a prime number is a whole number greater than 1 that cannot be formed by multiplying two smaller natural numbers.
2020
2021
2022
2023
2024
2025
0.0
The `envfile(1)` program is a program to run another program; much like
`sudo(1)` or `chroot(1)`. The difference is that this program is
designed to modify environment variables before that.
2020
2021
2022
2023
2024
2025
0.0
Convert statement HTML from the Co-operative bank's online banking system to OFX for import into financial apps. = Usage For a Current Account: 1. Save the HTML source of the statement page. coop_to_ofx --current /path/to/statement.html Will produce /path/to/statement.ofx For a Credit Card:...
2020
2021
2022
2023
2024
2025
0.0
:title: The Ruby API
:section: PYAPNS::Client
There's python in my ruby!
This is a class used to send notifications, provision applications and
retrieve feedback using the Apple Push Notification Service.
PYAPNS is a multi-application APS provider, meaning it is possible to send
notifications ...
2020
2021
2022
2023
2024
2025
0.0
# Fresh::Auth
This gem makes it really, REALLY easy to use the Freshbooks API. It couldn't be easier.
With only 3 functions you'll ever need to use, and only 2 required configuration values, it can't get any easier.
## Installation
Add this line to your application's Gemfile:
gem 'fresh-...
2020
2021
2022
2023
2024
2025
0.04
Designed for those who preferred the Twee (for Twine 1) approach to source management, because the command-line is awesome,
but who want to take advantage of the new features in Twine 2.
Note that this is NOT a Twine 1 to Twine 2 converter, although parts of its functionality go some ...
2020
2021
2022
2023
2024
2025
0.16
Rails gem for dynamically adding and removing nested has_many association fields in a form.
Uses jQuery and supports multiple nesting levels. Requires Ruby 1.9+ and the asset pipeline.
2020
2021
2022
2023
2024
2025
0.03
Allows easy integration with marketo from ruby. You can synchronize leads and fetch them back by email.
By default this is configured for the SOAP wsdl file: http://app.marketo.com/soap/mktows/1_4?WSDL but this is
configurable when you construct the client, e.g.
client = Raple...
2020
2021
2022
2023
2024
2025