Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
Reduce your table width and migration overhead by moving non-indexed columns to a separate metadata column.
2021
2022
2023
2024
2025
2026
0.0
After reading Practical Object-Oriented Design in Ruby: An Agile Primer by Sandi Metz, I wanted an easy way to put off making decisions about related objects during the early phases of a project. This is what I came up with for that.
2021
2022
2023
2024
2025
2026
0.0
Use the Money gem and ActiveRecord's composed_of to store fields wich contains
currency data in a safe and clean way.
2021
2022
2023
2024
2025
2026
0.0
has_normalized_fields is a Ruby on Rails gem that lets you normalize user data for an improved user experience.
It takes the messy user inputed data and normalizes it into a nice clean standard format.
2021
2022
2023
2024
2025
2026
0.0
Simple notifications for Ruby on Rails.
2021
2022
2023
2024
2025
2026
0.0
Ordering behavior for ActiveRecord models and Mongoid documents.
2021
2022
2023
2024
2025
2026
0.0
Has Placeholder Image is a Ruby on Rails gem that allows developers to generate placeholder images for models depending on the title or name attributes of model.
2021
2022
2023
2024
2025
2026
0.0
Generate random tokens (or use your own) for any ActiveRecord model. Hashes and salts the token before storage in the database using the same methodology as has_secure_password.
2021
2022
2023
2024
2025
2026
0.0
Allows for the easy creation and use of random, unique record identifiers so external entities cannot make inferences about your data based on sequential ID's
2021
2022
2023
2024
2025
2026
0.0
Add ability to draft/publish/withdraw/embargo models
2021
2022
2023
2024
2025
2026
0.0
Creates random tokens for model attributes in Ruby on Rails
2021
2022
2023
2024
2025
2026
0.0
This gem adds ability to construct search objects for indexed models, build search forms and execute searches.
It works with sunspot, inherited_resources and simple_form/formtastic
2021
2022
2023
2024
2025
2026
0.0
Provides Rails 4 has_secure_password mixin for Rails 2. Requires Rails 2.1 or higher.
2021
2022
2023
2024
2025
2026
0.0
Drop-in replacement for has_secure_password that uses argon2
2021
2022
2023
2024
2025
2026
0.0
HasSecureUuid provides you an easily way to generate random uuids for any model in ruby on rails. **SecureRandom::uuid** is used to generate a unique uuid, so collisions are highly unlikely.
2021
2022
2023
2024
2025
2026
0.0
Add secure encrypted fields to protect sensitive information in database
2021
2022
2023
2024
2025
2026
0.0
Adds dynamic attributes through serialize. This way, it's in one table, and it's still trivial to track changes to your records.
2021
2022
2023
2024
2025
2026
0.0
parent.children.where.not(id: self.id), extended to n parents
2021
2022
2023
2024
2025
2026
0.0
Extends model, controller, helper and routes to handle the toggle of a star to favorite a model.
2021
2022
2023
2024
2025
2026
0.0
HasStateMachine uses ruby classes to make creating a finite state machine in your ActiveRecord models a breeze.
2021
2022
2023
2024
2025
2026