ActiveRecord - Simple Key Value Store
ActiveRecord - Simple Key Value Store. A quick and dirty key / value store using a relational database and ActiveRecord.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
ActiveRecord - Simple Key Value Store. A quick and dirty key / value store using a relational database and ActiveRecord.
Comments
or use key_value(with handlersocket support) or rails_settings
Why use a gem (additional external dependency) if you can do it with ~20 lines of code?
Post a comment