acts_as_random_id
It’s Ruby gem for generating unique random id for ActiveRecord models. You can use it e.g. if you want to hide real amount of users of your project. Acts_as_random_id available on GitHub.
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!
It’s Ruby gem for generating unique random id for ActiveRecord models. You can use it e.g. if you want to hide real amount of users of your project. Acts_as_random_id available on GitHub.
Comments
I think has_random_id would have been a better name, cool plugin never the less.
Post a comment