0.0
temporarily enabling or disabling boolean attributes on classes and instances
2020
2021
2022
2023
2024
2025
0.0
Creates instance method that can both get or set an instance variable.
It's like squeezing :attr_writer into :attr_reader.
2020
2021
2022
2023
2024
2025
0.0
Rails has a security flaw: All attributes are writable by default.
This allows for spectacular hacks, like this one: https://github.com/rails/rails/commit/b83965785db1eec019edf1fc272b1aa393e6dc57.
This gem makes all attributes protected by default.
2020
2021
2022
2023
2024
2025
0.0
AES encrypted attributes with Rails. Behaves similarly to Rails's #serialize and works for versions 2.3.x & 3.2.x.
2020
2021
2022
2023
2024
2025
0.0
Check and fix newline at end of file in Git respository.
2020
2021
2022
2023
2024
2025
0.0
A plugin for RuboCop code style enforcing & linting tool. It includes Rubocop configuration
used at Church of the Highlands and a few custom rules that have caused internal issues at
Church of the Highlands but are not supported by core Rubocop.
2020
2021
2022
2023
2024
2025
0.0
Gem that creates a permalink based on an objects attribute. Use make_permalink :attribute to make it work
2020
2021
2022
2023
2024
2025
0.0
To sanitize model instance attributes before database save into Rails. Iterates through model instance attributes and calls ActionController::Base.helpers.sanitize on each.
2020
2021
2022
2023
2024
2025
0.0
Molder is a handy command line tool for generating and running (in parallel, using a pool of processes with a configurable size) a set of related and yet
different commands. A YAML file defines both the attributes and the command
template, and Molder then merges the two with CLI arguments to giv...
2020
2021
2022
2023
2024
2025
0.0
chain attr methods
b.name("billy-bob").insane(true).gun_licence(nil);
get by calling with no args: b.name == "billy-bob"
2020
2021
2022
2023
2024
2025
0.0
SequenceLogo is a tool for drawing sequence logos of motifs. It gets Positional Count Matrices(PCMs) or IUPAC sequences as input and generates png-logos for a motif. Also one can create logo for reverse complement or even generate logos for a whole collection of motifs.
Sequence logos are a gra...
2020
2021
2022
2023
2024
2025
0.0
Allows you to use atomic inrement and decriment from the model instead of having to call the class. Much more object oriented
2020
2021
2022
2023
2024
2025
0.0
attr_inject is a simple dependency injection solution for ruby.
2020
2021
2022
2023
2024
2025
0.0
OmniAuth strategy for authenticating with AtProto services like Bluesky
2020
2021
2022
2023
2024
2025
0.0
Maps attribute values from one object to another. See the README on github for more information
2020
2021
2022
2023
2024
2025
0.0
If your model Item has both the description_fr and a description_en attributes, you can access your item's description in the current locale using 'item.description'.
2020
2021
2022
2023
2024
2025
0.0
This Ruby on Rails acts_as extension provides the capabilities for creating a nice url based on an attribute of the current object. You can set / unset the object id in front of the URL and choose the object attribute to use to generate the URL.
2020
2021
2022
2023
2024
2025
0.0
Use Redis as a multi-process atomic cache to avoid thundering herds and long calculations
2020
2021
2022
2023
2024
2025
0.0
A ruby wrapper around the Atheme IRC Services XMLRPC interface
2020
2021
2022
2023
2024
2025
0.0
Enhances the default capabilities found with the Rails select helper. Instead of being able to supply just the value, text, and selected/disabled attributes, you can use all valid HTML attributes for select option elements.
2020
2021
2022
2023
2024
2025