0.13
You'll be in stitches at how easy it is to create a service at Stitch Fix
2021
2022
2023
2024
2025
2026
0.13
RTanque is a game for programmers. Players program the brain of a tank and then send their tank+brain into battle with other tanks. All tanks are otherwise equal.
Rules of the game are simple: Last bot standing wins. Gameplay is also pretty simple. Each tank has a base, turret and radar, each of...
2021
2022
2023
2024
2025
2026
0.26
Send e-mail straight from forms in Rails with I18n, validations, attachments and request information.
2021
2022
2023
2024
2025
2026
0.26
a "fatter attr" for ruby
2021
2022
2023
2024
2025
2026
0.26
ZenTest provides 4 different tools: zentest, unit_diff, autotest, and
multiruby.
zentest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker pace.
zentest only works with Ruby and Minitest or Test::Unit. There is
enough ev...
2021
2022
2023
2024
2025
2026
0.26
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
2021
2022
2023
2024
2025
2026
0.25
PostgreSQL Cursor is an extension to the ActiveRecord PostgreSQLAdapter for
very large result sets. It provides a cursor open/fetch/close interface to
access data without loading all rows into memory, and instead loads the result
rows in 'chunks' (default of 1_000 rows), buffers them, an...
2021
2022
2023
2024
2025
2026
0.0
Get the latest search results streaming to your console:
$ tweettail railsconf
rubysolo: protip: it helps to actually READ the error message. #railsconf
voxxit: So, everyone, how is #railsconf coming? When is the big 3.0 announcement?
JesseGoldberg: @GavinStark I don't have as m...
2021
2022
2023
2024
2025
2026
0.0
Provides :singleton_attr_accessor, :singleton_attr_reader, :singleton_attr_writer, :module_attr_accessor, :module_attr_reader, :module_attr_writer, :class_attr_accessor, :class_attr_reader, :class_attr_writer.
2021
2022
2023
2024
2025
2026
0.24
At each year's WWDC, Apple releases great sample projects. Unfortunately it is very tedious to manually download all these treasures through your browser. WWDC-Downloader solves this problem for you!
2021
2022
2023
2024
2025
2026
0.24
ActiveRecord::JSONValidator makes it easy to validate JSON attributes with a JSON schema.
2021
2022
2023
2024
2025
2026
0.0
# Soft Delete
> In a production app, you should probably never really delete anything.
[source](https://twitter.com/theebeastmaster/status/966870021099180034)
A soft-delete marks a record as deleted, and keeps it in the database
for historical reference.
## Installation
Add this line to y...
2021
2022
2023
2024
2025
2026
0.23
This gem allows you to easily use [Hashids](http://hashids.org/ruby/)
in your Rails app. Instead of your models using sequential numbers like 1,
2, 3, they will instead have unique short hashes like "yLA6m0oM",
"5bAyD0LO", and "wz3MZ49l". The database will still use integers under...
2021
2022
2023
2024
2025
2026
0.23
Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.
You can even write extra builders that will allow ...
2021
2022
2023
2024
2025
2026
0.23
Sablon is a document template processor. At this time it works only with docx and MailMerge fields.
2021
2022
2023
2024
2025
2026
0.0
Adds private_attr_reader, private_attr_writer, private_attr_accessor, protected_attr_reader, protected_attr_writer, protected_attr_accessor class macros
2021
2022
2023
2024
2025
2026
0.0
# HebCal
Determines the date of Passover for a Gregorian year. Also includes boolean functions to check whether a date is a Jewish holiday, Fast Day or Rosh Chodesh.
Supported languages:
Javascript
Ruby
## Installation as a Ruby gem
Add this line to your application's Gemfile:
gem 'hebca...
2021
2022
2023
2024
2025
2026
0.0
README
======
This is a simple API to evaluate information retrieval results. It allows you to load ranked and unranked query results and calculate various evaluation metrics (precision, recall, MAP, kappa) against a previously loaded gold standard.
Start this program from the command line with...
2021
2022
2023
2024
2025
2026
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 ...
2021
2022
2023
2024
2025
2026
0.22
Provide equality comparison methods for objects based on their attributes by generating implementations for the ==, eql?, hash and inspect methods.
2021
2022
2023
2024
2025
2026