register 0.5.5
This is a simple module-level registry for application globals. Use it to wrap global connection pools, memcached connections, redis, even database connections, and register them within a top-level namespace module of your application. For example, instead of doing Rails.cache you could be doing MyApp.rails_cache or MyApp.redis_cache, etc.
Gemfile:
=
instalar:
=
Versões:
Mostrar todas as versões (6)Development Dependencies (10):
awesome_print
>= 0
bundler
~> 1.15
irbtools
>= 0
rake
~> 10.0
rspec
~> 3.0
rspec-its
>= 0
simplecov
>= 0
yard
>= 0
yard-rspec
>= 0