0.0
Sammy began as a lightweight Sass animation library, but rapidly turned into
a full Sass mixin library. More lightweight than Compass, and simpler than using
your own mixins. Sammy also includes several CSS libraries such as Animate.css that
have been re-written using the SCSS syntax.
2021
2022
2023
2024
2025
2026
0.0
Very-Simple-Cms is a lightweight Content Management System, written in Ruby using
the Ruby on Rails web framework. Very-Simple-Cms has the simplicity of a static site
generator, but allows you to serve dynamic content on demand.
Content is stored on disk in plain text files (ther...
2021
2022
2023
2024
2025
2026
0.0
Simple gem for Ruby on Rails that makes file names of paperclip attachments URL's browser friendly by stripping any strange characters. It adds String#strip_strange_characters and filter for paperclip postprocessing. See the website for more information.
2021
2022
2023
2024
2025
2026
0.53
Client side Ruby SDK for GitLab Application services
2021
2022
2023
2024
2025
2026
0.53
Ruby implementation of an event store. Ships with in-memory event repository, generic instrumentation
and dispatches events synchronously.
2021
2022
2023
2024
2025
2026
0.18
sequel_pg overwrites the inner loop of the Sequel postgres
adapter row fetching code with a C version. The C version
is significantly faster than the pure ruby version
that Sequel uses by default.
sequel_pg also offers optimized versions of some dataset
methods, as well as adds support for usin...
2021
2022
2023
2024
2025
2026
0.95
Ruby-GPGME is a Ruby language binding of GPGME (GnuPG
Made Easy). GnuPG Made Easy (GPGME) is a library designed to make access to
GnuPG easier for applications. It provides a High-Level Crypto API for
encryption, decryption, signing, signature verification and key management.
2021
2022
2023
2024
2025
2026
0.95
Gettext is a GNU gettext-like program for Ruby.
The catalog file(po-file) is same format with GNU gettext.
So you can use GNU gettext tools for maintaining.
2021
2022
2023
2024
2025
2026
0.15
== Description
CocoaTouch/iOS is a *verbose* framework. These extensions hope to make
development in rubymotion more enjoyable by tacking "UI" methods onto the
base classes (String, Fixnum, Float). With sugarcube, you can create a
color from an integer or symbol, or create a UIFont or UIImage ...
2021
2022
2023
2024
2025
2026
0.59
This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running, and what they match.
2021
2022
2023
2024
2025
2026
0.59
A forking Drb spec server
2021
2022
2023
2024
2025
2026
0.59
Provides common authentication needs such as signing in/out, activating by email and resetting password.
2021
2022
2023
2024
2025
2026
0.08
Add social sharing functionality to your Rails app with one method call. Shareable allows you the choice of displaying javascript buttons or static links. Configuration options for each social site are ready-to-use and entirely customizable. Please see readme for more details.
2021
2022
2023
2024
2025
2026
0.0
# Addy
Allows pretty summations. Instead of writing:
(1..5).inject(0) do |memo, num|
memo + (num**num)
end
You write:
sum(1..5) do |num|
num**num
end
Personally, I would rather write the latter.
## Usage
Install the gem:
gem install addy
Then use it!
...
2021
2022
2023
2024
2025
2026
0.0
Usage:
wers command [options...]
Commands:
init Add current available Ruby path for global use.
list List all Ruby versions known by wers.
add Add specified version of Ruby to wers.
delete Delete specified version of Ruby from wers.
global Set or show the global Ruby...
2021
2022
2023
2024
2025
2026
0.04
This gem provides request authentication via [HMAC](http://en.wikipedia.org/wiki/Hmac). The main usage is request based, noninteractive
authentication for API implementations. Two strategies are supported that differ mainly in how the authentication information is
transferred to the server: O...
2021
2022
2023
2024
2025
2026
0.04
Lazily loads large columns on demand.
By default, does this for all TEXT (:text) and BLOB (:binary) columns, but a list
of specific columns to load on demand can be given.
This is useful to reduce the memory taken by Rails when loading a number of records
that have large columns if those partic...
2021
2022
2023
2024
2025
2026
1.46
Configurable tool for writing clean and consistent SCSS
2021
2022
2023
2024
2025
2026
0.1
Package to simplify including the Adyen payments services into a Ruby on Rails application.
The package provides functionality to create payment forms, handling and storing notifications
sent by Adyen and consuming the SOAP services provided by Adyen. Moreover, it contains helper
...
2021
2022
2023
2024
2025
2026
0.5
A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.
2021
2022
2023
2024
2025
2026