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:

Deployment in Rails 3.2.6 / Tinder Capistrano/ActiveSupport

Posted Almost 12 years ago by mvbehr.
samkottler.com

Capistrano::Configuration::Namespaces::Namespace.class_eval do def capture(*args) parent.capture *args end end to your deploy.rb file to avoid...

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...