I'm following this for rails 3 section in order to include cap tasks. Then I run bin/cap staging dump:remote:create, I recieve message:
(Backtrace restricted to imported tasks)
cap aborted!
Capistrano 3 is not yet supported
Tasks: TOP => staging
(See full trace by running task with --trace)
Environment: rails 4.2.0, ruby 2.0.0p598, capistrano 3.3.5, dump 1.1.0
Is this tasks are not supposed to use with rails 4.2?