0.0
Poetry Reader uses the Poetry Foundation website to help you look at poems.
2020
2021
2022
2023
2024
2025
0.0
Simple, tested library to parses as HTTP header string into individual header fields.
Works with single as well as multi-valued attributes. Based on the HTTP 1.1 Header
Field definition.
2020
2021
2022
2023
2024
2025
0.0
Adds is_blank to arel attribute.
2020
2021
2022
2023
2024
2025
0.0
this is a little chunck of code i use to dump Ruby objects to YAML with Hash
keys in a some-what consistent order.
i do this because i often find myself using YAML files as data storage and
this makes it a lot easier to compare versions with text-based diff toolspec.
this lib is horribly alpha ...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
Simple views for AR model attributes tables and collection of AR models.
2020
2021
2022
2023
2024
2025
0.0
(Fork of go_api_client) This gem parses atom feed generated by the Go.CD server and provides an OO representation of the pipelines and stages.
2020
2021
2022
2023
2024
2025
0.0
Including Google Charts in your SSL-protected site causes warnings about 'Mixed Content' (particularly in Internet Explorer). This Rack middleware allows you to point those img tags at a local path instead of Google. The image is retreived by your server then delivered to your client over your ...
2020
2021
2022
2023
2024
2025
0.0
Monitor one or multiple servers at once and see stats in web UI
2020
2021
2022
2023
2024
2025
0.0
= Barcode
Creating barcodes (at the moment only Interleaved2of5).
== Usage
Create the barcode string and the barcode graphics data
i2o5 = Interleave2of5("01199")
code = i2o5.encode
barcode = i2o5.barcode
pdf = Prawn::Document.new
barcode.to_pdf(pdf)
When used with rails add...
2020
2021
2022
2023
2024
2025
0.0
As of October 2017, ncaa_scrape lets you scrape team names and team wins for Division I Men's college basketball from the NCAA RPI Rankings page. This gem uses nokogiri to scrape data from ncaa.com; if the NCAA website changes, this gem may fail. For more information, see readme at https://github...
2020
2021
2022
2023
2024
2025
0.0
Assign Flash messages as usual in your controllers. Flash-cable will intercept them at the middleware layer and deliver them to the browser via ActionCable. A Stimulus Controller and stylesheet are included to facilitate displaying fancy looking, temporary, dismissible messages to your users.
2020
2021
2022
2023
2024
2025
0.0
Experimental gem to search a list of words 1 character at a time. Intended for use as auto suggestion.
2020
2021
2022
2023
2024
2025
0.0
Serializer is a Ruby on Rails tool for adding accessor to serialized attributes with support for types and defaults.
2020
2021
2022
2023
2024
2025
0.0
TestScore monitors the performance of your test suite. More information at testscore.io
2020
2021
2022
2023
2024
2025
0.0
Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca. Accepts options for tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time. Outputs a comma separated list of tides (date, time,...
2020
2021
2022
2023
2024
2025
0.0
acts_as_crazy makes your objects do crazy things at random moments
2020
2021
2022
2023
2024
2025
0.0
This method is usefull for when you want to attempt to get a resource on a network and it may fail
Or maybe you know that there's a possibility that the databases haven't sync yet and you want to try a few times till they do
2020
2021
2022
2023
2024
2025
0.0
The purpose of this library is to allow Ruby applications to talk to a Jabber IM system. Jabber is an open-source instant messaging service, which can be learned about at http://www.jabber.org
2020
2021
2022
2023
2024
2025
0.0
Tweaked rspec html formatter. More suitable for pdf generation. At least for me.
2020
2021
2022
2023
2024
2025