Commit Graph

29 Commits

Author SHA1 Message Date
File Sync e77b6fffce Update README.md from dry-rb/template-gem 2022-04-02 13:03:22 +00:00
File Sync 6ddcc5ce83 Update README.md from dry-rb/template-gem 2022-01-13 16:46:18 +00:00
File Sync a42310fbc3 Update README.md from dry-rb/template-gem 2022-01-13 16:36:15 +00:00
File Sync a4eb215d50 Update README.md from dry-rb/template-gem 2022-01-05 10:08:36 +00:00
File Sync 6196d6f9e8 Update README.md from dry-rb/template-gem 2021-09-25 19:38:36 +00:00
File Sync 0cbd0accdc Update README.md from dry-rb/template-gem 2021-07-19 12:13:44 +00:00
File Sync 3314dd766f Update README.md from dry-rb/template-gem 2021-06-09 08:36:06 +00:00
File Sync ce17c81dbb Update README.md from dry-rb/template-gem 2021-06-06 09:12:41 +00:00
dry-bot 76e3575ee9 [devtools] sync 2020-11-19 11:50:48 +00:00
dry-bot cbf515e0ed [devtools] sync 2020-10-08 21:08:52 +00:00
dry-bot 2ecf315cec [devtools] sync configs 2020-01-05 14:07:08 +00:00
Nikita Shilnikov 66c4fb969d
Update CI status badge 2019-11-07 18:15:35 +03:00
Nikita Shilnikov 8fc95d0fe3
Update README [skip ci] 2019-04-05 23:36:43 +03:00
Nikita Shilnikov 1e6a888dba
Update badges 2019-02-05 12:54:18 +03:00
Anton Davydov 9b74879d85 Drop documentation from readme file
Reference to https://github.com/dry-rb/dry-rb.org/pull/162
2017-03-30 01:33:45 +03:00
Jeremy Friesen 7752acb1d7 Adding documentation to README
In discussion with a group of experienced developers, the use case for
Dry::Container was not obvious. Once we walked through Dry::AutoInject,
it was clearer how this could be used.

[skip ci]
2016-10-14 13:45:37 -04:00
Andy Holland af8ecc8566 Use single quotes when not interpolating 2016-08-31 22:34:58 +01:00
Ivo Anjo 4543aa745c Allow items to be initialized with a proc and then memoized
This commits adds a :memoize option to items. A memoized item
initialized with a proc (or block) will call the proc to get the value
only once, and will then reuse the item on further calls.

The main usage of this is allowing a number of dependencies to be
registered in the container without caring about their order (e.g. when
a dependency depends on another), but still reusing the same objects,
avoiding the need to instance them on each call to resolve, as is the
default when not using memoized.
2016-08-31 20:31:19 +01:00
Andy Holland 316b5685e3 Update badges 2016-04-29 02:49:52 +01:00
Joe Van Dyk 5c1aede1c7 switch from ThreadSafe::Hash to Concurrent::Hash 2016-03-22 19:11:59 -07:00
Andy Holland 33c5ef00da Update README.md
Update dryrb to dry-rb in README.md
2016-03-14 23:25:36 +00:00
Jeremy Friesen 207f7895fc Adding a Brief Example to Synopsis
The existing Synopsis is a lot to read and comprehend. The brief
example is there to provide an at a glance answer to the questions:

> Would this be useful for me?
> What does this do?

[skip ci]
2016-02-10 10:41:11 -05:00
Andy Holland fc81137ea9 Use correct link 2015-08-18 22:10:47 +01:00
Andy Holland 867743b2d6 Add badges 2015-08-18 21:51:02 +01:00
Andy Holland 6db7a26a37 Add importable Dry::Container::Namespace 2015-08-18 12:54:04 +01:00
Andy Holland 9226a34fed Support namespacing 2015-08-18 00:01:41 +01:00
Andy Holland ae975e1f55 Correct resolver configuration in README.md 2015-07-20 22:58:02 +01:00
Andy Holland 4ed4545332 Add configurable registry and resolver / clean up mixin 2015-06-16 20:07:43 +01:00
Andy Holland 3d4adde3e3 Initial commit 2015-06-10 22:31:44 +01:00