Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
blah blah blah blah
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Process multiple enqueued Sidekiq jobs in a single bulk job execution. Useful for migrating jobs with high write load to utilize bulk inserts.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Repository/Entity pattern conventions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Repository/Entity pattern conventions. This is an adapter for ActiveRecord.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Getting date ranges given a date and a period
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Support functions for ActiveRecord models with periodic entries
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Continous integration solution compatible with travis.ci
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
This is a gem originated from another gem called permalink.
Since I often want a permalink that provides no way to tell the database ids,
I came up with the idea about encrypting the id and prepending it to the permalink.
For more information about FPE(Format Preserving Encryption), please consult the wikipedia.
The encryption method of current release is simply RC4-40 with a configurable key.
Note, RC4-40 is not a strong encryption algorithm at all, and you shouldn't rely on it to delivery sensitive
information. Also, to prevent inconsistance of encryption, and duplication(although the chance is very low)
you should keep your key as a secret and never change it.
The original implementation of generating permalink involves a infite loop to check uniqueness in database.
It's slow, inefficient and most importantly, it still can't prevent race condition. And since we are using
a FPE algorithm on the database id, which is garanteed to be unique from database, we don't need to put ourselves
in that inefficient loop.
Finally, what's the purpose of this gem?
It's only a gem that helps hiding your database ids.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Simple Rails 4 authorization solution for developer to permit user allowances. Developer whitelists controller actions and resources per user type.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
An engine that provides authorization for Rails 3 apps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Persist sensitive data by soft delete so you can recover easily whenever required.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Provides a SQLite storage back-end to Persistent::Cache
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Provide a database-backed enumeration between indices and symbolic values. This allows us to have a valid foreign key which behaves like a enumeration. Values are cached at startup, and cannot be changed.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Simple global Settings class for ActiveRecord based applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
personal: is a command line diary application written in ruby and distributed as a gem. With personal, you will be able to save, edit and list the diary entries through the terminal.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
PersonalBlog adds a responsive and completely customizable single-user blog to any Ruby on Rails application. It supports markdown and provides syntax highlighting with a clean, minimalistic design.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
When you are tired of coding the same kinds of things for your User model
(or any other person-like model) with all its typical `first_name`,
`full_name`, and other brouhaha, use the Personhood gem to clean up your
code by getting rid of those pesky lines and instead focusing on the lines of
code that *truly* set your app apart.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Say 'ptree'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Import pfrpg modules suitable for herosheets
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
collection_cache_key replacement for system which uses PG as DB, uses PG aggregation functions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025