Downloads

The NeverBlock libraries are provided as Ruby Gems which are available at GitHub. Make sure you have GitHub added as a gems source.

gem sources -a http://gems.github.com

NeverBlock

To download
gem install espace-neverblock
To view the code
  http://github.com/espace/neverblock

Mysqlplus

To download
gem install espace-mysqlplus
To view the code
  http://github.com/espace/mysqlplus

EventMachine

To download
gem install espace-eventmachine
To view the code
  http://github.com/espace/eventmachine

If you're having troubles getting the gems then you can get their sources then build and install them locally.

  1. Download NeverBlock (zip|tar.gz), Mysqlplus (zip|tar.gz), EventMachine (zip|tar.gz)
  2. Uncompress and do the following for each
# build them gem using the .gemspec to obtain the .gem file
gem build (respective file name).gemspec

#install the gem file
gem install (generated file name).gem

Want to build a scalable rails application or scale you existing one?