0.29
a "fatter attr" for ruby
2020
2021
2022
2023
2024
2025
0.29
Often times you'll end up with empty strings where you really want nil at the database level. This plugin automatically converts blanks to nil and is configurable.
2020
2021
2022
2023
2024
2025
0.14
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...
2020
2021
2022
2023
2024
2025
0.14
You'll be in stitches at how easy it is to create a service at Stitch Fix
2020
2021
2022
2023
2024
2025
0.27
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!
2020
2021
2022
2023
2024
2025
0.27
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...
2020
2021
2022
2023
2024
2025
0.0
Lookout
Lookout is a unit testing framework for Ruby┬╣ that puts your results in
focus. Tests (expectations) are written as follows
expect 2 do
1 + 1
end
expect ArgumentError do
Integer('1 + 1')
end
expect Array do
[1, ...
2020
2021
2022
2023
2024
2025
0.25
This rubygem does not have a description or summary.
2020
2021
2022
2023
2024
2025
0.25
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 ...
2020
2021
2022
2023
2024
2025
0.25
ActiveRecord::JSONValidator makes it easy to validate JSON attributes with a JSON schema.
2020
2021
2022
2023
2024
2025
0.25
Provide equality comparison methods for objects based on their attributes by generating implementations for the ==, eql?, hash and inspect methods.
2020
2021
2022
2023
2024
2025
0.25
Sablon is a document template processor. At this time it works only with docx and MailMerge fields.
2020
2021
2022
2023
2024
2025
0.25
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...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.24
A Ruby kernel for Jupyter environment. Try it at try.jupyter.org.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
Adds private_attr_reader, private_attr_writer, private_attr_accessor, protected_attr_reader, protected_attr_writer, protected_attr_accessor class macros
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025