Categories
No matching categories were found
0.0
Finally attr_accessor? & attr_reader? with question marks for booleans/predicates!?
To get started, pick one:
(1) in your class/module/file, add `using AttrBool::Ref`,
or (2) in your class/module, add `extend AttrBool::Ext`,
or (3) in your app/script (not library), include `require 'attr_b...
2021
2022
2023
2024
2025
2026
0.0
Hamlit plugin to modify boolean attributes
2021
2022
2023
2024
2025
2026
0.01
Add boolean psuedo attributes to models that transparently manage underlying timestamp attributes
2021
2022
2023
2024
2025
2026
0.0
Boolize string attributes and define accessors
2021
2022
2023
2024
2025
2026
0.0
temporarily enabling or disabling boolean attributes on classes and instances
2021
2022
2023
2024
2025
2026
0.0
Shortcut for creating boolean attributes
2021
2022
2023
2024
2025
2026
0.0
Add question methods to boolean attributes
2021
2022
2023
2024
2025
2026
0.0
A gem for adding attr_boolean to objects, assigning by various 'falsey' values
2021
2022
2023
2024
2025
2026
0.23
Bit fields for ActiveRecord:
This gem lets you use a single integer column in an ActiveRecord model
to store a collection of boolean attributes (flags). Each flag can be used
almost in the same way you would use any boolean attribute on an
ActiveRecord object.
2021
2022
2023
2024
2025
2026
0.0
bool_attr_accessor is a gem for creating boolean style attributes.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord plugin for creating a boolean virtual attribute from
a datetime column.
2021
2022
2023
2024
2025
2026
0.01
This Rails plugin/gem allows you to generate virtual boolean attributes, which get saved in the database as a single bitset integer
2021
2022
2023
2024
2025
2026
0.0
A Rails plugin that adds some new methods for boolean attributes in Active Record models.
2021
2022
2023
2024
2025
2026
0.02
Microscope adds useful scopes targeting ActiveRecord boolean and datetime attributes.
2021
2022
2023
2024
2025
2026
0.0
Adds methods like user.admin! that toggle boolean attributes with validations and callbacks, unlike Rails toggle! which bypasses them.
2021
2022
2023
2024
2025
2026
0.0
EventAttribute allows you to turn your date/datetime columns in to boolean attributes in ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
An easy and simple way to keep track of interactions on an ActiveRecord model that would normally require a lot of boolean attributes to make possible.
2021
2022
2023
2024
2025
2026
0.0
give boolean attribute a question mark method
2021
2022
2023
2024
2025
2026
0.0
Macros for creating boolean attribute methods
2021
2022
2023
2024
2025
2026
0.0
The `Bitfieldable` gem allows you to define a set of boolean flag attributes that are backed by a single integer bitfield.
2021
2022
2023
2024
2025
2026