0.72
This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.
2020
2021
2022
2023
2024
2025
0.72
posix-spawn uses posix_spawnp(2) for faster process spawning
2020
2021
2022
2023
2024
2025
0.79
Provides common authentication needs such as signing in/out, activating by email and resetting password.
2020
2021
2022
2023
2024
2025
0.0
Simultaneous is designed for the very specific use case of a small set of users collaborating on editing a single website. Because of that it is optimised for infrequent invocation of very long running publishing tasks and provides an event based messaging system that allows launched tasks to com...
2020
2021
2022
2023
2024
2025
0.0
Sometimes you mess your Rails application Unix permissions and get some annoying errors with git. This gem runs a simple shell script to fix that. Granting 755 permissions to folders and 644 to files, it also ensures that some special files inside the 'bin/' will recive special 755 permissions (b...
2020
2021
2022
2023
2024
2025
0.0
Squelch squelches SQL!
This gem is a purposefully simple string obfuscator. It aims to replace
every data literal in a SQL query with a `?` placeholder, as though it were
a prepared statement. The result should still be readable SQL, but without
the risk of leaking potentially sensitive informat...
2020
2021
2022
2023
2024
2025
0.0
Lazy As Json
A simple and concise way to use as_json with “only”, “except” and other options without using them literally.
Instead of using this -
`User.as_json(only: [:id, :first_name, profiles: [:company, :location]])`
You can perhaps use this -
`User.as_json(only_keys: ‘_,first_name,profi...
2020
2021
2022
2023
2024
2025
0.0
== FEATURES/PROBLEMS: * Order types supported: buy, short, sell and cover * Pulls real-time stock quotes from Yahoo! Finance == SYNOPSIS: Fantasy Stock Exchange app on Facebook (by HedgeStop.com): http://apps.facebook.com/hedgestop/ As of this writing, the Fantasy Stock Exchange application o...
2020
2021
2022
2023
2024
2025
0.0
A simple file-system-based cache wrapper.
The main method is 'with_cache( :cache_key=>'something_unique', :timeout_seconds=>(an integer) ){ (...) }'
If the given cache key exists and has not timed out, it will return the cached value
If not, it will
* yield to the given block
* store the result...
2020
2021
2022
2023
2024
2025
0.0
RinRuby is a Ruby library that integrates the R interpreter in Ruby, making
R's statistical routines and graphics available within Ruby. The library
consists of a single Ruby script that is simple to install and does not
require any special compilation or installation of R. Since the libr...
2020
2021
2022
2023
2024
2025
0.0
Synapse is Airbnb's new system for service discovery. Synapse solves the
problem of automated fail-over in the cloud, where failover via network
re-configuration is impossible. The end result is the ability to connect
internal services together in a scalable, fault-tolerant way.
This is a fork...
2020
2021
2022
2023
2024
2025
0.0
When you need to write a program that provides some sort of persistent
service, there are some things you always need. Logging, metrics,
extracting configuration from the environment, signal handling, and so on.
This gem provides ServiceSkeleton, a template class you can use as a base
for your s...
2020
2021
2022
2023
2024
2025
0.0
FAP is a ruby gem build on top of the excellent Nokogiri, to turn boring XML,
or HTML documents into yummy ruby objects. Right now, it only support
using Nokogiri's XPath selectors, and simple "relations" between a document
nodes, though this will hopefully get better.
FAP's ideas are loosely c...
2020
2021
2022
2023
2024
2025
0.0
## Dinosaur Catalog
It may not be immediately evident, but I am a huge fan of dinosaurs. They're huge and dangerous and have cool names like Giganotosaurus (not to be confused with Gigantosaurus).
...
Anyway. I need to catalog some dinosaurs for my newest project, DinoDex. I've got a CSV file ...
2020
2021
2022
2023
2024
2025
2.1
A simple REST client for the Docker Remote API
2020
2021
2022
2023
2024
2025
0.55
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
2020
2021
2022
2023
2024
2025
1.19
See readme of the code on GitHub, https://github.com/awslabs/aws-codedeploy-samples/tree/master/utilities/aws-codedeploy-session-helper
2020
2021
2022
2023
2024
2025
0.15
Barista provides simple, integrated support for CoffeeScript in Rack and Rails applications.
Much like Compass does for Sass, It also provides Frameworks (bundleable code which can be shared via Gems).
Lastly, it also provides a Rack Application (which can be used to server compiled code), a ar...
2020
2021
2022
2023
2024
2025
2.09
A simple gem to atomically write files
2020
2021
2022
2023
2024
2025
0.38
LiveReload is a Safari/Chrome extension + a command-line tool that:
1. Applies CSS and JavaScript file changes without reloading a page.
2. Automatically reloads a page when any other file changes (html, image, server-side script, etc).
2020
2021
2022
2023
2024
2025