Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
Allows easy creation of immutable union values, a.k.a. sum-types.
Example:
APICallResult = UnionValue.new(:success, :failure, :timeout)
APICallResult.failure.is_failure? #=> true
APICallResult.timeout.is_success? #=> false
APICallResult.success(12345).data #=> 12345
2020
2021
2022
2023
2024
2025
0.0
Simple and straightforward config & cli options parser library
2020
2021
2022
2023
2024
2025
0.0
A command-line tool for managing Unity packages
2020
2021
2022
2023
2024
2025
0.0
Generate a unique, random token for ActiveRecord models.
2020
2021
2022
2023
2024
2025
0.0
Like uniq -c for ruby arrays
2020
2021
2022
2023
2024
2025
0.0
Find first uniq character in a string
2020
2021
2022
2023
2024
2025
0.0
A distributed unique ID generator inspired by Twitter's Snowflake.
2020
2021
2022
2023
2024
2025
0.0
Add an uniq identifier on your models
2020
2021
2022
2023
2024
2025
0.0
Adds entries to a logfile, only if they don't already exist. The logfile can be on a remote server
2020
2021
2022
2023
2024
2025
0.0
Add to your models an easily way to generate uniq numbers
2020
2021
2022
2023
2024
2025
0.0
Generate a unique, random token for Active Record.
2020
2021
2022
2023
2024
2025
0.0
Prevents a block from returning the same object twice.
2020
2021
2022
2023
2024
2025
0.0
Check uniqueness across models
2020
2021
2022
2023
2024
2025
0.0
Easily set ActiveRecord attributes to auto-generate as unique values from a given proc.
2020
2021
2022
2023
2024
2025
0.0
A Rails validator for uniqueness by date.
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord, MongoMapper and general tools for generating unique values e.g. api keys and tokens.
2020
2021
2022
2023
2024
2025
0.0
before_create helper to create unique idenfication fields
2020
2021
2022
2023
2024
2025
0.0
A simple validator to verify the uniqueness of certain item attributes from a collection
2020
2021
2022
2023
2024
2025
0.0
Generate random and unique names in Ruby with support for PRNG
seeded/deterministic generation using a built in collection of
dictionaries, or your own.
2020
2021
2022
2023
2024
2025
0.0
This gem is useful when you work with `paranoia` + `devise` gems etc, to prevent duplication creation (or unique index errors)
2020
2021
2022
2023
2024
2025