ruby
tooling

Dyego Costa


 

Dyego "com y"


dyego@dyegocosta.com



github.com/DyegoCosta

 

/thiderman/doge

/pry/pry

 Side notes

Install

gem install pry pry-doc

Customize

vim ~/.pryrc



 
$ show-doc
$ show-method
$ gist
$ ls
$ cd
$ gem-cd
...

Features

 /robbyrussell/oh-my-zsh

/zsh-users/zsh

 
  • Cd completion
  • Git completion
  • Spelling correction
  • Path expansion
  • Path replacement

Features

tmux

http://sourceforge.net/projects/tmux

 
  • Pane
  • Window
  • Session
  • SSH

Features

Session script


#!/bin/zsh                                                                                                   

SESSIONNAME="script"
tmux has-session -t $SESSIONNAME &> /dev/null

if [ $? != 0 ] 
 then
    tmux new-session -s $SESSIONNAME -n script -d
    tmux send-keys -t $SESSIONNAME "~/bin/script" C-m 
fi

tmux attach -t $SESSIONNAME 

/mitchellh/vagrant

Resources

 

 /guard/*

 

/skwp/dotfiles

YARD

 

 continuous integration

 

text editor 

 

Community

 Facebook

  • GURUSP
  • guru sorocaba
  • Frevo on Rails
  • Ruby on Rails Brasil
  • Ruby
  • Ruby on Rails



Thanks! 

Dyego "com y"


dyego@dyegocosta.com



github.com/DyegoCosta
Made with Slides.com