Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
sequel-state-machine hooks together the excellent Ruby Sequel ORM to
the state-machines library, with auditing and other tools.
2020
2021
2022
2023
2024
2025
0.0
Temporal versioning for sequel, fully tested.
2020
2021
2022
2023
2024
2025
0.0
Translate model attributes for sequel, fully tested.
2020
2021
2022
2023
2024
2025
0.0
Read through caching library inspired by Cache Money, support Sequel 4
Read-Through: Queries by ID or any specified unique key, like `User[params[:id]]` or `User[username: 'bachue@gmail.com']`, will first look in memcache store and then look in the database for the results of that query. If ther...
2020
2021
2022
2023
2024
2025
0.0
Sequel::Units provides a simple way to work with numeric values with units in Sequel models.
2020
2021
2022
2023
2024
2025
0.0
Sequel plugins to handle encrypted attributes
2020
2021
2022
2023
2024
2025
0.0
A light-weight simple to use gem to manage sequencing of records in the database. Check the homepage for more information.
2020
2021
2022
2023
2024
2025
0.0
Formatted sequence for rails models with unique scope
2020
2021
2022
2023
2024
2025
0.0
Sequent-Rails is providing Rails specific features and helpers around the CQRS and Event-Sourcing framework Sequent.
2020
2021
2022
2023
2024
2025
0.0
Add dynamic JSON data to active records. Access it like documents. Query it.
2020
2021
2022
2023
2024
2025
0.0
Adds named scopes for ActiveRecord/ActiveResource serialization methods (to_xml, to_json)
2020
2021
2022
2023
2024
2025
0.0
Serialize model attributes to a single database column instead
2020
2021
2022
2023
2024
2025
0.0
Ability to have several activerecord-like attributes in a single serialized column
2020
2021
2022
2023
2024
2025
0.0
Manage text field attribute serialized as an array, hash, etc. Add per-item validation
2020
2021
2022
2023
2024
2025
0.0
virtual attributes accessor via a serialized Hash column
2020
2021
2022
2023
2024
2025
0.0
An add-on for ActiveRecord and Mongoid which allows serialization options to be stored on a model.
2020
2021
2022
2023
2024
2025
0.0
serialize_with_coder is an ActiveRecord 2.x extended serialize function which acts like Rails 3.1 one - you can use custom coder as storing engine. Including 2 sample coders - CSV and JSON.
2020
2021
2022
2023
2024
2025
0.0
Simple XML and JSON APIs for your Rails app
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord::Coder to transition serialized attributes from YAML to JSON.
2020
2021
2022
2023
2024
2025
0.0
Have you ever had a class whose instances required a series of background tasks to run serially, strictly one after another? Than Serially is for you.
Declare the tasks using a simple DSL in the order you want them to to run. The tasks for each instance will run inside a separate Resque job, in a...
2020
2021
2022
2023
2024
2025