0.0
Minimal CMS Rails Engine or more likelly a "static" pages manager.
Pages can be created, deleted, edited and arranged into sections using a file tree like interface courtesy of jQuery tree (http://jstree.com).
It attempts to be as minimal, flexible and unobtrusive as posible leaving a lot of fun...
2020
2021
2022
2023
2024
2025
0.0
Simple library for building view components in Ruby on Rails. A view component is defined by sections and attributes, and its structure is defined once in a partial view in the `app/views/components` folder, and can be invoked by a simple helper method.
2020
2021
2022
2023
2024
2025
0.0
Allows for scripts that look at different applications and notify you when something looks wrong
2020
2021
2022
2023
2024
2025
0.0
Contains a building class that assists with CRUD methods. Using OOP to wrap the Architecture POROS API at 'localhost:3000/api/buildings'
2020
2021
2022
2023
2024
2025
0.0
Command-line utility to perform queries on the gem index that are useful for detecting MITM attacks.
2020
2021
2022
2023
2024
2025
0.0
Custom renderer of the redcarpet to add loading attribute to <img>. "lazy", "auto", and "eager" are available.
2020
2021
2022
2023
2024
2025
0.0
Please visit the github repository at https://github.com/mark-ruddy/nasa_api for usage instructions
2020
2021
2022
2023
2024
2025
0.0
This library helps you page grouped-data when the grouped data can have different sizes.
It provides a builder that understands how to split pages in a fashion where each page tries to
conform to a maximum page size (greedy) but also ensures groups are not split up (atomic.)
2020
2021
2022
2023
2024
2025
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