0.0
This gem allows you to create unique readable fantasy names as identifiers for your active record objects. You can also define multiple identifier columns and alternatively use a UUID or Devise.friendly_token as identifier.
2020
2021
2022
2023
2024
2025
0.0
A tool to reduce merge conflicts with Xcode projects by creating deterministic UUIDs for every element within the `project.pbxproj` file.
2020
2021
2022
2023
2024
2025
0.0
Gem can parse following properties: profile identities, teams, profile name, bundle ID, profile UUID, entitlements
2020
2021
2022
2023
2024
2025
0.0
Convert Integer ID or UUID String to/from Base58 String; Generate random Base58 String
2020
2021
2022
2023
2024
2025
0.0
Stop hitting the DB with every secure-token submission. Encoded Tokens have the ID, or UUID, encoded within the token itself - increasing both security and performance. Coded in plain Ruby, EncodedToken is framework agnostic.
2020
2021
2022
2023
2024
2025
0.0
== Description
A tool for describing and validating objects as intuitively as possible.
Easier to read and write than JSON Schema, and more powerful than a simple hash comparison.
Example usage:
shape = {
:$uuid => {
email: :$email,
first_name: String,
las...
2020
2021
2022
2023
2024
2025