As of 0.17.0
changes are being made which alter the behavior, naming, and syntax of various objects. Many of those are foundational components.
We put up a warning to encourage refactoring that looks like this, if Celluloid
is being required by require 'celluloid'
or require 'celluloid/autostart'
:
WARN -- : Celluloid is running in BACKPORTED mode. [ http://git.io/vJf3J ]
Try requiring Celluloid
using this method:
require 'celluloid/current'
That will turn off BACKPORTED mode, and only give you the up-to-date system.
Please read about this, here: http://git.io/vJf3J