0.0
# Trope
**[Documentation][docs] - [Gem][gems] - [Source][source]**
Prototyping language that transcompiles into pure Ruby code.
1. Build your concept in Trope.
2. Write specs.
3. Transcompile into Ruby.
4. Destroy Trope files.
5. Red, green, refactor.
## Install
> NOTE: Trope is not release...
2021
2022
2023
2024
2025
2026
1.84
Generates attr_accessors that encrypt and decrypt attributes transparently
2021
2022
2023
2024
2025
2026
3.26
This CLAide plugin shows information about all available CLAide plugins
(yes, this is very meta!).
This plugin adds the "plugins" subcommand to a binary so that you can list
all plugins (registered...
2021
2022
2023
2024
2025
2026
2.97
Adds support for creating state machines for attributes on any Ruby class
2021
2022
2023
2024
2025
2026
2.24
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). It outputs
s-expressions which can be manipulated and converted back to ruby via
the ruby2ruby gem.
As an example:
def conditional1 arg1
return 1 if arg1 == 0
return...
2021
2022
2023
2024
2025
2026
1.56
This gem simplifies generating the claims needed to authenticate with the Atlassian Connect REST APIs.
2021
2022
2023
2024
2025
2026
2.82
Attributes on Steroids for Plain Old Ruby Objects
2021
2022
2023
2024
2025
2026
2.67
Job scheduler for Ruby (at, cron, in and every jobs). Not a replacement for crond.
2021
2022
2023
2024
2025
2026
2.16
Paranoia is a re-implementation of acts_as_paranoid for Rails 5, 6, and 7,
using much, much, much less code. You would use either plugin / gem if you
wished that when you called destroy on an Active Record object that it
didn't actually destroy it, but just "hid" the record. Paran...
2021
2022
2023
2024
2025
2026
2.45
Sanitize is an allowlist-based HTML and CSS sanitizer. It removes all HTML
and/or CSS from a string except the elements, attributes, and properties you
choose to allow.'
2021
2022
2023
2024
2025
2026
2.31
Extension of Ruby’s standard Logger for advanced, structured logging. Includes log entry attributes, context isolation, customizable formatters, flexible output devices, and testing tools.
2021
2022
2023
2024
2025
2026
2.0
Equalizer provides a simple way to define equality
(==), equivalence (eql?), and hashing (hash) methods
for Ruby objects based on specified attributes. Includes
pattern matching support and clean inspect output.
2021
2022
2023
2024
2025
2026
1.12
Shrine is a toolkit for file attachments in Ruby applications. It supports
uploading, downloading, processing and deleting IO objects, backed by various
storage engines. It uses efficient streaming for low memory usage.
Shrine comes with a high-level interface for attaching uploaded files to
dat...
2021
2022
2023
2024
2025
2026
0.7
Generates attr_accessors that encrypt and decrypt attributes transparently. A fork with a kludge to handle :if/:unless Procs with attr_encrypted that uses attributes that may have not been set yet before the original attr_encrypted does its thing. This basically just resaves all the encrypted_att...
2021
2022
2023
2024
2025
2026
1.52
Expand the 'vagrant box' command to support the creation of base boxes from scratch. This is a fork off veewee 0.3.7, for Atlassian needs (support ruby 1.8.7, force ssh port, second drive).
2021
2022
2023
2024
2025
2026
1.8
Download an entire website from the Wayback Machine. Wayback Machine by Internet Archive (archive.org) is an awesome tool to view any website at any point of time but lacks an export feature. Wayback Machine Downloader brings exactly this.
2021
2022
2023
2024
2025
2026
1.46
A plugin for RuboCop code style enforcing & linting tool. It includes Rubocop configuration
used at Airbnb and a few custom rules that have cause internal issues at Airbnb but are not
supported by core Rubocop.
2021
2022
2023
2024
2025
2026
1.69
Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.
It makes your controllers more powerful and cleaner at the same time.
2021
2022
2023
2024
2025
2026
1.4
Have you ever wanted to call <code>exit()</code> with an error condition, but
weren't sure what exit status to use? No? Maybe it's just me, then.
Anyway, I was reading manpages late one evening before retiring to bed in my
palatial estate in rural Oregon, and I stumbled across
<co...
2021
2022
2023
2024
2025
2026
1.64
Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html
2021
2022
2023
2024
2025
2026