Using rubyzip dependent gem like 'axlsx' leads to LoadError (cannot load such file -- zip/zip)

Posted About 9 years ago by fl9.
github.com

The 'axlsx' gem (https://github.com/randym/axlsx) depends on rubyzip. After the bundle command the error require': cannot load such file...

Fixing "SocketError: getaddrinfo: Name or service not known" with Ruby's resolv-replace.rb

Posted About 9 years ago by basiszwo.
subelsky.com

we had the same error and google helped us find the linked solution. Just require "resolv-replace.rb" during app startup and...

Format Cucumber Tables in Sublime Text 2 (ST2)

Posted Over 11 years ago by basiszwo.

install https://github.com/drewda/cucumber-sublime2-bundle for general cucumber support in ST2 follow instructions on https://github.com/mishu91/Sublime-Text-2-Table-Cleaner Adjust key binding:

Rails-Api

Posted Almost 12 years ago by mvbehr.
github.com

User Rails-Api for Projects without Views to interact with apis

How to use cucumber together with Sublime Text 2 Editor

Posted Almost 12 years ago by basiszwo.

Sublime Text 2 doesn't have out of the box support for cucumber and package control doesn't provide anything...