0.0
Adds support for displaying your ActiveRecord tables, named scopes, collections, or
plain arrays in a table view when working in rails console, shell, or email template.
Enumerable#to_table_display returns the printable strings; Object#pt calls #to_table_display on its
first argument and puts ou...
2021
2022
2023
2024
2025
2026
0.0
This gem is an adapter for the dogstatsd-ruby gem. Unlike the Datadog::Statsd metric sender, this gem supports pre-declaring schemas defining allowed metrics and their types, the tags that apply to them, and tag values that must be validated before streamed to Datadog. This approach allows for a ...
2021
2022
2023
2024
2025
2026
0.0
The National Library of Medicine API, "Medlineplus Connect", can be somewhat cantankerous to work with. Query params are non sensical to end users, query format is from a bygone era, and the resulting responses often contain large amounts of superficial information. The response structures are so...
2021
2022
2023
2024
2025
2026
0.0
Format, Verify & Follow URL redirects with detailed reports. (Ex => url: 'blackwellford.com/staff', verified_url: 'https://www.blackwellford.com', response_code:'200', url_redirected: true, url_sts: 'Valid', url_path: '/staff'). Following url redirects can sometimes take a few minutes and often c...
2021
2022
2023
2024
2025
2026
0.0
TKXXS provides a very simple and very easy to use GUI (graphical user interface) for Ruby; It gives you a persistent output window and popping up (modal) dialogs for input; For a screenshot, see: <tt>https://github.com/Axel2/tkxxs/blob/master/images/screenshot.png</tt>; I tested it on Windows, on...
2021
2022
2023
2024
2025
2026
0.0
A simple attachment system (file system or Amazon S3) that also handles thumbnails or other styles via ImageMagick. Originaly tested on Sequel ORM but purposedly easy to plug to something else.
2021
2022
2023
2024
2025
2026
0.0
This is the real deal! Download and Install away!
Ruby on Skis provides a template for your wxRuby project.
The template provides a directory structure, a set of Rakefiles to manage, and most importantly,
to _package_ your Ruby application for distribution as a standalone program. It ...
2021
2022
2023
2024
2025
2026
0.0
== FEATURES/PROBLEMS: I have written some simple tests of my "local" code, but have not attempted to mock out SmugMug or write a bunch of fragile hard coded tests. On top of that I just put the code together without tests as I was "testing" against the API. So there are a ...
2021
2022
2023
2024
2025
2026
0.0
Easily setup postgres, mysql databases and the nginx (http://sysoev.ru/nginx/) and apache web servers in any combination and on any posix host (ubuntu for now) using capistrano. == FEATURES/PROBLEMS: * install nginx from source/binary * setup & configure nginx * add init script * tasks to s...
2021
2022
2023
2024
2025
2026
0.0
SimpleJSON is a Rack based JSON frontend server to Amazon's SimpleDB, designed to be used as a simple backend data servers for client side web apps.
2021
2022
2023
2024
2025
2026
0.0
With the happy proliferation of TDD, test suites are getting massive, and developer efficiency is dwindling
as we wait for our tests to pass. There is a big tradeoff between making unit test more integrationish (and therefore more reliable) vs.
making them very mocky, unity and fast. ...
2021
2022
2023
2024
2025
2026
0.0
Solves a quirk of rspec --profile in some code bases: result vary with every random spec ordering. This seems to be due to differences in dependency load order, class initialization, and test server startup. This lib runs rspec --profile many times, averaging the results to always give the same (...
2021
2022
2023
2024
2025
2026
0.0
This program is a game written for the Ruby course at pragmaticstudio.com.
Excellent course by the way if you are considering learning Ruby.
I highly recommend both learning Ruby and this course.
The game is fairly straight forward. Players are loaded by default from a
players.csv file, however ...
2021
2022
2023
2024
2025
2026
0.0
# SDKs generated by Sideko
Netlify is a hosting service for the programmable web. It understands your documents and provides an API to handle atomic deploys of websites, manage form submissions, inject JavaScript snippets, and much more. This is a REST-style API that uses JSON for serialization ...
2021
2022
2023
2024
2025
2026
0.0
A Ruby client for the NOCMS.org web service API. Provides server-side helpers for Rails/Sinatra/Rack applications. keywords: ruby, rails, sinatra, rack, CMS, content management systems, search, cloud, SAAS, JSON, web service
2021
2022
2023
2024
2025
2026
0.0
Mokio is a Content Management System that allows creation of
sophisticated websites. It consists maily of administration panel for your
desired website.
It provides the following types of content: Article (piece of text with
pictures, lists, links, etc.), Picture Gallery (easi...
2021
2022
2023
2024
2025
2026
0.0
This gem makes updating specified number fields by ActiveRecord in unusual way.
Instead of generating sql script to update value in usual way like this:
UPDATE users
SET money = 10
WHERE id = 1;
It replaces it with
UPDATE users
SET money = money + de...
2021
2022
2023
2024
2025
2026
0.0
Backup is a Ruby Gem written for Unix and Ruby on Rails (2 and 3) environments. It can be used both with
and without the Ruby on Rails framework! This gem offers a quick and simple solution to backing up databases
such as MySQL/PostgreSQL/SQLite and Files/Folders. All backups can be transferr...
2021
2022
2023
2024
2025
2026
0.0
Groat SMTPD is a flexible extensible RFC-compliant implementation of the
Simple Mail Transfer Protocol. It includes support for the 8bit-MIMEtransport,
Authentication, BINARYMIME, CHUNKING, Pipelining, Message Size Declaraion, and
STARTTLS service extensions. It also includes framework for the ...
2021
2022
2023
2024
2025
2026
0.0
Sade is a template language designed to make writing HTML easier and more readable. It uses an S-expression based syntax, which requires parentheses, but allows flexible
indentation and line breaks. Templates and raw HTML can be embedded directly, making
reuse straightforward. Additional shorthan...
2021
2022
2023
2024
2025
2026