RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: guero64
To Tobias point:
For whatever reason the launch! method didn't work for me. I used the syntax I found at https://github.com/celluloid/celluloid/wiki/Basic-usage: r.async.launch
When I tried to use r.launch! I got:
NoMethodError: undefined method `launch!' for #
To Tobias point:
For whatever reason the launch! method didn't work for me. I used the syntax I found at https://github.com/celluloid/celluloid/wiki/Basic-usage: r.async.launch
When I tried to use r.launch! I got:
NoMethodError: undefined method `launch!' for #