2.28
Guard::RSpec automatically run your specs (much like autotest).
2021
2022
2023
2024
2025
2026
0.0
== Develop, Decorate and manage Dependencies for C (GNU) Makefiles easily with a Ruby script.
Install using the Ruby Gem:
> gem install demake
To create an example with multiple sample applications:
> demake example
This will create a directory named example containing the example....
2021
2022
2023
2024
2025
2026
0.0
The Google Sign-In API gives OAuth2 JSON Web Tokens (JWT) as response data upon user sign-in.
A necessary step for a service provider to trust such a token is validatation. Accepting the
token without validation would allow a malicious client to simply assert itself in your system.
...
2021
2022
2023
2024
2025
2026
0.0
This gem creates a thin shell to encapsulate primitive literal types such as integers, floats and symbols.
There are a family of wrappers which mimic the behavior of what they contain.
Primitive types have several drawbacks: no constructor to call, can't create instance variables, and can't creat...
2021
2022
2023
2024
2025
2026
0.0
Rhales is a framework for building server-rendered components with
client-side data hydration using .rue files called RSFCs (Ruby
Single File Components). Similar to Vue.js single file components
but for server-side Ruby applications.
Features include Handlebars-style templating, JSON data injec...
2021
2022
2023
2024
2025
2026
0.0
minitest-shared_description adds support for shared specs and shared spec subclasses
to Minitest. Minitest supports shared specs by default using plain ruby modules, but
does not support shared spec subclasses. In addition to making it possible to share
subclasses, minitest-shared_desciption al...
2021
2022
2023
2024
2025
2026
0.0
Manage your notes from the console.
If you're like me, you spend most of your computing time in a terminal, you have a text-editor set up just to your liking, and you wish you could use it for everything. Naturally, when it comes time to ditch your paper note-pad, you refuse to to use the more p...
2021
2022
2023
2024
2025
2026
0.14
Awestruct is a static site baking and publishing tool. It supports an extensive list of both templating and markup languages via Tilt (Haml, Slim, AsciiDoc, Markdown, Sass via Compass, etc), provides mobile-first layout and styling via Bootstrap or Foundation, offers a variety of deployment optio...
2021
2022
2023
2024
2025
2026
0.75
ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.
2021
2022
2023
2024
2025
2026
0.89
Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees, sorting algorithms, and more
2021
2022
2023
2024
2025
2026
0.01
Telework is a Resque plugin aimed at controlling Resque workers from the web UI. It makes it easy to manage workers on a
complex systems that may include several hosts, different queue(s) and an evolving source code that is deployed several times a day.
Beyond starting and stopping worker...
2021
2022
2023
2024
2025
2026
0.01
Create a Slack bot that is smart and so easy to expand, create new bots on demand, run ruby code on chat, create shortcuts, chatGPT, DALL-E, Whisper...
The main scope of this gem is to be used internally in the company so teams can create team channels with their own bot to help them on their d...
2021
2022
2023
2024
2025
2026
0.13
A Sinatra extension for setting and showing Rails-like flash messages. This extension improves on the Rack::Flash gem by being simpler to use, providing a full range of hash operations (including iterating through various flash keys, testing the size of the hash, etc.), and offering a 'styled_fla...
2021
2022
2023
2024
2025
2026
0.02
== Ocean
Ocean is an application template and an architecture for creating server-oriented architectures (SOAs) in the cloud.
Ocean is a complete and extremely scalable back end solution for RESTful JSON web services and web applications,
featuring aggressive caching and full HTTP client abstra...
2021
2022
2023
2024
2025
2026
0.48
Adds simple rake commands for seeding your database. Simple dependencies let you organise your seeds.
If you are using Rails, Seedbank extends Rails seeds and lets you add seeds for each environment.
2021
2022
2023
2024
2025
2026
0.81
This gem allows Ruby developers to programmatically access the admin
section of Shopify stores.
2021
2022
2023
2024
2025
2026
0.01
Mockingbird emulates the Twitter Streaming API using a simple script-like
configuration that makes it easy to test code that connects to the Streaming
API. Mockingbird can be used to simulate bad data, unexpected status codes,
hard disconnects, etc.
Mockingbird uses ev...
2021
2022
2023
2024
2025
2026
0.21
RubyTree is a Ruby implementation of the generic tree data structure. It
provides simple APIs to store named nodes, and to access, modify, and
traverse the tree.
The data model is node-centric, where nodes in the tree are the primary
structural elements. It supports all comm...
2021
2022
2023
2024
2025
2026
0.0
This is a gem originated from another gem called permalink.
Since I often want a permalink that provides no way to tell the database ids,
I came up with the idea about encrypting the id and prepending it to the permalink.
For more information about FPE(Format Preserving Encryption...
2021
2022
2023
2024
2025
2026
0.0
This is the game I made following the exercises in the Pragmatic Studios Ruby Course.
Run studio_game to play a silly game.
You can add your own players to the game by creating a CSV file.
Each line of the file should contain the player's name and starting health like so :
Alvin,100
Simon,60
...
2021
2022
2023
2024
2025
2026