0.0
Marso is the beginning of a small lightweight BDD project. Currently, this is just a very simple code sample that only displays a custom message in green or in red depending on the value of a predicate.
2021
2022
2023
2024
2025
2026
0.0
A DSL for aggregating data from multiple sources into ActiveRecord models. Includes options for aliases, predicates, associations, and complex attributes.
2021
2022
2023
2024
2025
2026
0.0
A utility library that provides a `Semantic::Version` value object.
You can parse strings into version objects or construct them by hand. Any module, class, or object can be given a version through a helper. All version objects properly handle instantiation, duplication, cloning, accesso...
2021
2022
2023
2024
2025
2026
0.0
== Synopsys
Ruby Enumerable extension. Main idea is lazy computations within enumerators.
== Usage
Install as a gem:
sudo gem install deferred_enum
This gem introduces DeferredEnumerator class:
ary = [1, 2, 3, 4]
deferred = ary.defer # #<DeferredEnumerator: [1, 2, 3, 4]:ea...
2021
2022
2023
2024
2025
2026
0.0
Enumerate adds an `enumerate` command to all ActiveRecord models, enabling you to work with string or integer columns as if they were enums.
The following features are added to your model:
Validation - ensures that the field only receives accepted values
Predicate Methods - a...
2021
2022
2023
2024
2025
2026
0.0
values_for makes your ActiveRecord-backed class work with an enumerable type. Instead of existing
ActiveRecord plugins such as enum_fu, which store the enumerable attribute as an integer, values_for
stores the content of the enumerable attribute in a varchar column of the database....
2021
2022
2023
2024
2025
2026
0.0
Predicates and conditions that extends to the ActiveRecord 3
2021
2022
2023
2024
2025
2026
0.0
Wrapper class for a Vagrant VM, providing access to testing predicates, such as port map information, process data, ssh connections, and more.
2021
2022
2023
2024
2025
2026
0.0
Boolminot represents Elasticsearch clauses as predicates.
2021
2022
2023
2024
2025
2026
0.0
Provides a predicate that checks whether your machine is currently
online or offline, which may be useful for unit and integration tests.
2021
2022
2023
2024
2025
2026
0.0
ActiveAdmin component which shows predicate as status.
2021
2022
2023
2024
2025
2026
0.0
Provide the bang and predicate methods for Active Record
2021
2022
2023
2024
2025
2026
0.0
A secure, non-evaling condition (boolean predicate) engine for end users
2021
2022
2023
2024
2025
2026
0.0
Truth accessors for Ruby classes and models.
2021
2022
2023
2024
2025
2026
0.0
By defining predicate methods which except for the addition of '?' matches a state machine event and then configuring an in memory or cron-based event loop, the state machine will be able to change state automatically.
2021
2022
2023
2024
2025
2026
0.0
Ennui provides a library of predicates which return true at various frequencies.
2021
2022
2023
2024
2025
2026
0.0
Filter collections using predicates like Ransack gem.
2021
2022
2023
2024
2025
2026
0.0
Record method invocations, query the invocations, and use predicates to verify a method's invocation
2021
2022
2023
2024
2025
2026
0.0
Convert your predicate_methods? into bang_methods! without
abusing method_missing.
2021
2022
2023
2024
2025
2026
0.0
Having trouble figuring out which date is in the future looking at > or < ?
2021
2022
2023
2024
2025
2026