Sha256: f546b03700ea4b00b2730e77585369d40a1dcd6f360eaf6c63b3a3920b2aa7de

Contents?: true

Size: 745 Bytes

Versions: 5

Compression:

Stored size: 745 Bytes

Contents

Some important upgrading information
====================================

Upgrading to 0.1.9
------------------

The "safely" method and logging of backtraces functionality of
daemon-kit has now been extracted into a separate gem called 'safely',
which is available on github at https://github.com/kennethkalmer/safely.

You now need to add 'safely' to your Gemfile like so:

    gem "safely"

And update your _environment.rb_ to no longer configure the _safety_net_
attribute (which has been removed completely and will result in an
undefined method exception).

To configure safely, make an initializer with your configuration.
Alternatively you generate a new daemon and copy the safely initializer
into your current project as a reference.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
daemon-kit-0.3.0.rc1 Upgrading.md
daemon-kit-0.2.3 Upgrading.md
daemon-kit-0.2.1 Upgrading.md
daemon-kit-0.2.0 Upgrading.md
daemon-kit-0.1.8.2 Upgrading.md